Opened 18 months ago
Last modified 3 months ago
#31199 new enhancement
Add Numerical and Exact Fields as Category
Reported by: | gh-mjungmath | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.7 |
Component: | categories | Keywords: | |
Cc: | vdelecroix, tscrim, mkoeppe | Merged in: | |
Authors: | Michael Jung | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | public/add_exact_field_category (Commits, GitHub, GitLab) | Commit: | 17a3de7119cea69fb77d1da4a5ca75e0d9abe75c |
Dependencies: | Stopgaps: |
Description
We add exact and numerical fields to the category framework as suggested in https://groups.google.com/g/sage-devel/c/ba9u_As3T4s/m/7J-bzYXgBQAJ.
This should be related to #17713 and in particular #24523, and also #24456.
Of course, there can be added more for further "granularity". This is just a first attempt to start somewhere.
Change History (9)
comment:1 Changed 18 months ago by
- Branch set to public/add_exact_field_category
comment:2 Changed 18 months ago by
- Commit set to 10a72b66391b9a2f1688110f28f489e2aae6045b
comment:3 Changed 18 months ago by
- Commit changed from 10a72b66391b9a2f1688110f28f489e2aae6045b to 17a3de7119cea69fb77d1da4a5ca75e0d9abe75c
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
17a3de7 | add Numerical and Exact fields as category
|
comment:4 Changed 18 months ago by
- Cc tscrim added
comment:5 Changed 18 months ago by
- Cc mkoeppe added
comment:6 Changed 15 months ago by
- Milestone changed from sage-9.3 to sage-9.4
Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review of ticket status, priority, and last modification date.
comment:7 Changed 12 months ago by
- Milestone changed from sage-9.4 to sage-9.5
comment:8 Changed 7 months ago by
- Milestone changed from sage-9.5 to sage-9.6
comment:9 Changed 3 months ago by
- Milestone changed from sage-9.6 to sage-9.7
Branch pushed to git repo; I updated commit sha1. New commits:
Trac #31196: code improvements
Trac #31196: if logic error
add Numerical and Exact fields as category