Releases: oscar-system/Singular.jl
Releases · oscar-system/Singular.jl
v0.10.2
Singular v0.10.2
v0.10.1
v0.10.0
v0.9.3
v0.9.2
Singular v0.9.2
Closed issues:
- caller.jl should be documented and fixed (#526)
- oscar.yml needs to be updated (#534)
- Test Singular fails (#538)
- wrap more of Singular's global variables. (#543)
- leading_exponent_vector segfaults when given zero polynomial (#544)
- Allow coefficient rings in satstd (#548)
Merged pull requests:
- interface to degBound and multBound (#527) (@tthsqe12)
- update oscar.yml (#535) (@tthsqe12)
- CompatHelper: bump compat for CxxWrap to 0.12, (keep existing compat) (#536) (@github-actions[bot])
- support immutable parents (#537) (@tthsqe12)
- CI: update codecov/codecov-action to v2 (#539) (@fingolfin)
- Caller docs and fixes (#541) (@tthsqe12)
- Warn sooner about Windows not being supported (#542) (@fingolfin)
- zero poly lacks a leading exponent (#545) (@tthsqe12)
- More ideal ideals (#546) (@tthsqe12)
- add two arg kbase (#547) (@tthsqe12)
- allow satstd over coefficient rings (#549) (@tthsqe12)
- bump singular deps (#550) (@tthsqe12)
- add lead for vector and module (#552) (@tthsqe12)
- Bump version (#555) (@thofma)
v0.9.1
Singular v0.9.1
Merged pull requests:
v0.9.0
Singular v0.9.0
Closed issues:
- Equality of ideals (#116)
- Missing documentation (#145)
- Add Weyl and Exterior algebras (#245)
- crt is broken (#281)
- Functions taking Singular .ptr's should be annotated as not being user functions (#312)
- bad behaviour wrt division by zero (#368)
- How to handle errors from singular (#370)
- power error (#386)
- Passing intmats to Singular library functions (#429)
- Singular is still printing warnings (#465)
lift_std
gives wrong results (#491)- Test suite errors due to zsolve crashing (#502)
- Make ordering symbol names the same as in Oscar.jl (#505)
- Singular is being noisy again (#507)
- Odd
QuotientRing
test (#508) - New release (#514)
- crash with letterplace std over foreign cofficient domain (#518)
- Parallel computations (#523)
Merged pull requests:
- lib4ti2: switch to BinaryWrappers.jl (#506) (@benlorenz)
- Clarify and cleanup QuotientRing test (#509) (@fingolfin)
- Tweak some docstrings (#510) (@fingolfin)
- Cleanup orderings (#511) (@tthsqe12)
- Return conversion error (#512) (@tthsqe12)
- Fix doc string (#513) (@tthsqe12)
- division by zero checks (#515) (@tthsqe12)
- clarify pointer ownership expectations (#516) (@tthsqe12)
- enable noncommutative stuff over Nemo coeffs (#517) (@tthsqe12)
- Check nc ideal functions (#520) (@tthsqe12)
- fix crt (#521) (@tthsqe12)
- idealpoly and polyideal work for plural and letterplace (#524) (@tthsqe12)
- bump to version 0.9.0 (#525) (@tthsqe12)
v0.8.0
v0.7.0
Singular v0.7.0
Closed issues:
- Iterate over ideals (#492)
Merged pull requests:
- create_ring_from_singular_ring: add nCoeff_is_Z (#490) (@hannes14)
- singular's degree and mult commands (#493) (@tthsqe12)
- Bump libsingular_julia version (#494) (@thofma)
- Hide banner if Julia is started with --quiet (#495) (@fingolfin)
- better renaming (#496) (@tthsqe12)
- adjust to new AA printer (#497) (@tthsqe12)
- Rename variables only on the Singular side (#498) (@8d1h)
- bump to 0.7 (#500) (@tthsqe12)
v0.6.0
Singular v0.6.0
Closed issues:
- Constructors for CoefficientRing non-existent (#131)
- Document library caller (#152)
- Implement high level wrapper of bigintmat (#154)
- Custom orderings for polynomial rings (#273)
- Coercion from BigInt to spoly{n_Zn} broken (#326)
- ringorder_wp not defined (#431)
- functions to move from oscar/src/Rings/FunctionField.jl (#449)
- (::N_AlgExtField)(::BigInt) is broken (#456)
- Accessing a ring constructed by a function (#486)
Merged pull requests: