Opened 7 years ago
Closed 22 months ago
#20764 closed enhancement (duplicate)
parking functions without CombinatorialClass
Reported by: | Frédéric Chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | combinatorics | Keywords: | parking |
Cc: | Mike Zabrocki, Travis Scrimshaw | Merged in: | |
Authors: | Reviewers: | Frédéric Chapoton | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
another try at modernizing parking functions
see #15216 for another proposal
Change History (11)
comment:1 Changed 7 years ago by
Branch: | → public/20764 |
---|---|
Commit: | → 109c4e59d4d07074accbc9fc0406432c69da7bdd |
comment:2 Changed 7 years ago by
Commit: | 109c4e59d4d07074accbc9fc0406432c69da7bdd → 38266456e79eb0afc81f4de28d930a7d343603e5 |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
3826645 | trac 20764 some details, add TestSuite
|
comment:3 Changed 7 years ago by
Commit: | 38266456e79eb0afc81f4de28d930a7d343603e5 → 1791d2750d21d69d028219e399ac95f757ab4a0f |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
1791d27 | trac 20764 solving some issues
|
comment:4 Changed 7 years ago by
Commit: | 1791d2750d21d69d028219e399ac95f757ab4a0f → bba1345b54d043944b849dda0012625ffbecc0c5 |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
bba1345 | trac 20764 one detail
|
comment:5 Changed 7 years ago by
Commit: | bba1345b54d043944b849dda0012625ffbecc0c5 → 2f45b2862acfcbb0cdf40eaab15e47fac8d4811b |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
2f45b28 | remove ParkingFunction_class from databases/findstat.py
|
comment:6 Changed 7 years ago by
Hi Frédéric,
I approve of the update and what you have in mind but there is more work to do here. Do you propose to deprecate the old input methods (labeled Dyck word, labeling/area sequence)? Should we add methods from_labeled_dyckword
, etc. There should definitely be some documentation in class ParkingFunction
. What do you propose to do with ParkingFunction_old
?
comment:8 Changed 4 years ago by
Keywords: | parking added |
---|
comment:9 Changed 22 months ago by
Milestone: | sage-7.3 → sage-duplicate/invalid/wontfix |
---|---|
Status: | new → needs_review |
can we also close as a duplicate of #15216 ?
comment:10 Changed 22 months ago by
Authors: | Frédéric Chapoton |
---|---|
Branch: | public/20764 |
Commit: | 2f45b2862acfcbb0cdf40eaab15e47fac8d4811b |
Reviewers: | → Frédéric Chapoton |
Status: | needs_review → positive_review |
Indeed.
comment:11 Changed 22 months ago by
Resolution: | → duplicate |
---|---|
Status: | positive_review → closed |
New commits:
modernizing parking functions (WIP)