Skip to content

Commit

Permalink
Update to latest libsingular_julia/Singular_jll (#693)
Browse files Browse the repository at this point in the history
* Update to latest libsingular_julia/Singular_jll

* fres for smodule (#695)

* fres for smodule

seperate functions for sideal/smodule analogue to sres,nres,mres

* add test for fres for smodule

* lets divrem return smodule type for unit

* adds kwarg complete_reduction to reduce() for modules

* adds tests for reduce and divrem for ideals

* adds test for reduce and divrem for modules

* fixes typo

* new release v0.18.10

@fingolfin, @ederc

* fix version number

---------

Co-authored-by: ederc <[email protected]>
  • Loading branch information
hannes14 and ederc authored Aug 11, 2023
1 parent 7b8e4bb commit ab4bcde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Singular"
uuid = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c"
version = "0.18.9"
version = "0.18.10"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand All @@ -25,7 +25,7 @@ CxxWrap = "0.11, 0.12, 0.13"
Nemo = "0.33.0, 0.34.0, 0.35.0"
Pidfile = "1.3"
RandomExtensions = "0.4.2"
Singular_jll = "~403.203.202"
Singular_jll = "~403.206.600"
julia = "1.6"
lib4ti2_jll = "1.6.10"
libsingular_julia_jll = "~0.36.0"
libsingular_julia_jll = "~0.38.0"

0 comments on commit ab4bcde

Please sign in to comment.