Skip to content

Commit

Permalink
Update Project.toml to Hecke 0.20 (#2647)
Browse files Browse the repository at this point in the history
* Update Project.toml to Hecke 0.20

* fix docs

* more docs
  • Loading branch information
fieker authored Aug 10, 2023
1 parent 4559fc8 commit bac6457
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AbstractAlgebra = "0.31.0"
AlgebraicSolving = "0.3.3"
DocStringExtensions = "0.8, 0.9"
GAP = "0.9.4"
Hecke = "0.19.13"
Hecke = "0.20"
JSON = "^0.20, ^0.21"
Nemo = "0.35.1"
Polymake = "0.11.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ julia> a = hom(A, B, [x^2*B[1]]);
julia> b = hom(B, B, [x^2*B[1]]);
julia> C = chain_complex([a, b]; seed = 3)
C_5 ----> C_4 ----> C_3
C_3 <---- C_4 <---- C_5
julia> range(C)
5:-1:3
Expand Down
4 changes: 2 additions & 2 deletions src/Modules/UngradedModules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4269,7 +4269,7 @@ julia> Rg, (x, y, z) = grade(R, [Z[1],Z[1],Z[1]]);
julia> F = graded_free_module(Rg, [1,2,2]);
julia> p = presentation(F)
p_1 ----> p_0 ----> p_-1 ----> p_-2
p_-2 <---- p_-1 <---- p_0 <---- p_1
julia> p[-2]
Graded free module Rg^0 of rank 0 over Rg
Expand Down Expand Up @@ -4310,7 +4310,7 @@ julia> B = Rg[x^2; y^3; z^4];
julia> M = SubquoModule(F, A, B);
julia> P = presentation(M)
P_1 ----> P_0 ----> P_-1 ----> P_-2
P_-2 <---- P_-1 <---- P_0 <---- P_1
julia> P[-2]
Graded free module Rg^0 of rank 0 over Rg
Expand Down

0 comments on commit bac6457

Please sign in to comment.