File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ environment:
44 - julia_version : 1.6
55 - julia_version : 1.10
66 - julia_version : 1.11
7+ - julia_version : 1.12
78 - julia_version : nightly
89
910platform :
Original file line number Diff line number Diff line change 1+ cff-version : 1.2.0
2+ message : " If you use this software, please cite it as below."
3+ authors :
4+ - family-names : " Reed"
5+ given-names : " Michael"
6+ orcid : " https://orcid.org/0000-0002-8006-7816"
7+ title : " Reduce.jl"
8+ version : 1.2.15
9+ doi : 10.5281/zenodo.13916801
10+ date-released : 2024-10-10
11+ url : " https://github.com/chakravala/Reduce.jl"
Original file line number Diff line number Diff line change 11name = " Reduce"
22uuid = " 93e0c654-6965-5f22-aba9-9c1ae6b3c259"
33authors = [" Michael Reed" ]
4- version = " 1.2.15 "
4+ version = " 1.2.16 "
55
66[deps ]
77REPL = " 3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ red() = ispsl() ? `redpsl` : `redcsl -w`
99red (path) = ispsl () ? ` $path /redpsl` : ` $path /redcsl -w`
1010redsl () = ispsl () ? " psl" : " csl"
1111
12- ρ = 7
12+ ρ = 8
1313
1414date = Dict (
1515 0 => " 2017-05-16" ,
@@ -19,7 +19,8 @@ date = Dict(
1919 4 => " 2019-09-15" ,
2020 5 => " 2020-03-01" ,
2121 6 => " 2020-06-24" ,
22- 7 => " 2020-10-07" )
22+ 7 => " 2020-10-07" ,
23+ 8 => " 2024-08-12" )
2324
2425rsvn = Dict (
2526 0 => " 4052" ,
@@ -29,7 +30,8 @@ rsvn = Dict(
2930 4 => " 5129" ,
3031 5 => " 5286" ,
3132 6 => " 5377" ,
32- 7 => " 5424" )
33+ 7 => " 5424" ,
34+ 8 => " 6860" )
3335
3436function redsys (dir)
3537 if ! (Sys. iswindows ())
You can’t perform that action at this time.
0 commit comments