Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default antipode #15578

Closed
sagetrac-elixyre mannequin opened this issue Dec 23, 2013 · 23 comments
Closed

Default antipode #15578

sagetrac-elixyre mannequin opened this issue Dec 23, 2013 · 23 comments

Comments

@sagetrac-elixyre
Copy link
Mannequin

sagetrac-elixyre mannequin commented Dec 23, 2013

All (current) GradedHopfalgebras in sage can have a default antipode.

I propose a simple patch that implements a default methods.

Cheers,
Jean-Baptiste Priez

Depends on #10963

CC: @kevindilks @fchapoton

Component: categories

Branch/Commit: public/ticket/15578 @ 8ea68fb

Issue created by migration from https://trac.sagemath.org/ticket/15578

@sagetrac-elixyre sagetrac-elixyre mannequin added this to the sage-6.1 milestone Dec 23, 2013
@sagetrac-elixyre
Copy link
Mannequin Author

sagetrac-elixyre mannequin commented Dec 23, 2013

Branch: u/elixyre/ticket/15578

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 29, 2013

Branch pushed to git repo; I updated commit sha1. Last 10 new commits:

7356084Default implementation of the antipode for Graded Connected Hopf algebras
5ccf253Merge branch 'u/SimonKing/ticket/10963' of trac.sagemath.org:sage into public/ticket/10963
14e63b6Merge ticket/15506 into ticket/10963 to fix recursion error
6147777Trac 15506: Add a test (review commit)
3d978e9Merge branch 'develop' into public/ticket/10963
0c907cfReverted cached_function to weak_cached_function.
588c276Fixed ncsym/bases.py doctest.
1e0990dMerge branch 'public/ticket/10963' of ssh://trac.sagemath.org:2222/sage into public/ticket/10963
e23ec99Merge branch 'ticket/15432' into ticket/15506
5de9c7ctrac 15506: ensure that WeakValueDictionary deletes entries via a list, so that we benefit from Python's trashcan

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 29, 2013

Commit: 7356084

@sagetrac-elixyre
Copy link
Mannequin Author

sagetrac-elixyre mannequin commented Dec 29, 2013

Changed commit from 7356084 to none

@sagetrac-elixyre
Copy link
Mannequin Author

sagetrac-elixyre mannequin commented Dec 29, 2013

Dependencies: #10963

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 29, 2013

Commit: 7356084

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 29, 2013

Branch pushed to git repo; I updated commit sha1. Last 10 new commits:

7356084Default implementation of the antipode for Graded Connected Hopf algebras
5ccf253Merge branch 'u/SimonKing/ticket/10963' of trac.sagemath.org:sage into public/ticket/10963
14e63b6Merge ticket/15506 into ticket/10963 to fix recursion error
6147777Trac 15506: Add a test (review commit)
3d978e9Merge branch 'develop' into public/ticket/10963
0c907cfReverted cached_function to weak_cached_function.
588c276Fixed ncsym/bases.py doctest.
1e0990dMerge branch 'public/ticket/10963' of ssh://trac.sagemath.org:2222/sage into public/ticket/10963
e23ec99Merge branch 'ticket/15432' into ticket/15506
5de9c7ctrac 15506: ensure that WeakValueDictionary deletes entries via a list, so that we benefit from Python's trashcan

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 29, 2013

Changed commit from 7356084 to 416a081

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 29, 2013

Branch pushed to git repo; I updated commit sha1. Last 10 new commits:

416a081Default antipode implementation for graded connected Hopf algebras
5ccf253Merge branch 'u/SimonKing/ticket/10963' of trac.sagemath.org:sage into public/ticket/10963
14e63b6Merge ticket/15506 into ticket/10963 to fix recursion error
6147777Trac 15506: Add a test (review commit)
3d978e9Merge branch 'develop' into public/ticket/10963
0c907cfReverted cached_function to weak_cached_function.
588c276Fixed ncsym/bases.py doctest.
1e0990dMerge branch 'public/ticket/10963' of ssh://trac.sagemath.org:2222/sage into public/ticket/10963
e23ec99Merge branch 'ticket/15432' into ticket/15506
5de9c7ctrac 15506: ensure that WeakValueDictionary deletes entries via a list, so that we benefit from Python's trashcan

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 30, 2013

Changed commit from 416a081 to a9499a0

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 30, 2013

Branch pushed to git repo; I updated commit sha1. New commits:

a9499a0Ticket 15578: append a missing import

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 31, 2013

Changed commit from a9499a0 to 8399005

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Dec 31, 2013

Branch pushed to git repo; I updated commit sha1. New commits:

8399005Ticket 15578: append missing import

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 11, 2014

Changed commit from 8399005 to f985947

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 11, 2014

Branch pushed to git repo; I updated commit sha1. New commits:

f985947Ticket 15578: update

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@fchapoton
Copy link
Contributor

New commits:

b75475eMerge branch 'u/elixyre/ticket/15578' into 6.9.b0
a269093trac #15578 correct badly formatted doc

@fchapoton
Copy link
Contributor

Changed branch from u/elixyre/ticket/15578 to public/ticket/15578

@fchapoton
Copy link
Contributor

Changed commit from f985947 to a269093

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 31, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

8ea68fbtrac #15578 trying again to fix the doc

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 31, 2015

Changed commit from a269093 to 8ea68fb

@fchapoton
Copy link
Contributor

comment:15

Jean-Baptiste, do you want this to be reviewed ? If yes, you need to select "needs review".

@tscrim
Copy link
Collaborator

tscrim commented Aug 31, 2017

comment:16

It seems like this was actually included as part of #18675

@tscrim tscrim removed this from the sage-6.4 milestone Aug 31, 2017
@fchapoton
Copy link
Contributor

comment:17

indeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants