Opened 6 months ago
Closed 3 months ago
#32922 closed enhancement (fixed)
Change parameter name
Reported by: | gh-thhagelmayer | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | sage-9.6 |
Component: | asymptotic expansions | Keywords: | asymptotics |
Cc: | behackl, cheuberg, dkrenn | Merged in: | |
Authors: | Thomas Hagelmayer | Reviewers: | Benjamin Hackl |
Report Upstream: | N/A | Work issues: | |
Branch: | bca6e35 (Commits, GitHub, GitLab) | Commit: | bca6e359aee3b89fb76281420f0f9a5aa280ec7d |
Dependencies: | #32278 | Stopgaps: |
Description
Change parameter name to be more descriptive.
Change History (6)
comment:1 Changed 6 months ago by
- Branch set to u/gh-thhagelmayer/change_parameter_name
comment:2 Changed 6 months ago by
- Commit set to bca6e359aee3b89fb76281420f0f9a5aa280ec7d
- Status changed from new to needs_review
comment:3 Changed 6 months ago by
- Type changed from defect to enhancement
comment:4 Changed 6 months ago by
- Reviewers set to Benjamin Hackl
- Status changed from needs_review to positive_review
Semantically, this makes sense. LGTM.
comment:5 Changed 4 months ago by
- Milestone changed from sage-9.5 to sage-9.6
Setting milestone to 9.6 now that 9.5 is out.
comment:6 Changed 3 months ago by
- Branch changed from u/gh-thhagelmayer/change_parameter_name to bca6e359aee3b89fb76281420f0f9a5aa280ec7d
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
I changed the parameter
self
toexpression
in:Last 10 new commits:
Merge branch 't/32214/term-monoids-unify-repr' into t/32215/refactor-element-construction-term-monoids
Merge branch 'u/gh-thhagelmayer/refactor-element-construction-term-monoids' of git://trac.sagemath.org/sage into t/32215/refactor-element-construction-term-monoids
Trac #32215: fix doctests (due to merge of #32214)
Trac #32215: full coverage of _element_constructor_
Merge commit 'c11b2f4' into t/32215/refactor-element-construction-term-monoids
Trac #32215: fix doctest after merge
Merge branch 'u/dkrenn/refactor-element-construction-term-monoids' of trac.sagemath.org:sage into t/32229/bterms_conversion
Trac #32229: take absolute value of coefficient of BTerm
Merge branch 'u/behackl/bterms_conversion' of trac.sagemath.org:sage into t/32278/add_support_for_b_terms_in_asymptotic_ring
Trac #32922: Change parameter name to be more descriptive.