Skip to content

Commit

Permalink
Merge pull request #83 from mohamed-barakat/devel
Browse files Browse the repository at this point in the history
comply with homalg v2022.08-04
  • Loading branch information
mohamed-barakat authored Aug 23, 2022
2 parents 8bca2ea + 3a4b911 commit e209e89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HomalgProject"
uuid = "50bd374c-87b5-11e9-015a-2febe71398bd"
authors = ["Mohamed Barakat <mohamed.barakat@uni-siegen.de>"]
version = "1.2.3"
version = "1.2.4"

[deps]
CapAndHomalg = "c4774649-1891-41ea-a883-87141804c57c"
Expand Down
8 changes: 4 additions & 4 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ currently represented by the above matrix
julia> filt = PurityFiltration( M )
GAP: <The ascending purity filtration with degrees [ -3 .. 0 ] and graded parts:
0: <A codegree-[ 1, 1 ]-pure rank 2 left module presented by 3 relations for 4 generators>
-1: <A codegree-1-pure grade 1 left module presented by 4 relations for 3 generators>
-2: <A cyclic reflexively pure grade 2 left module presented by 2 relations for a cyclic generator>
-3: <A cyclic reflexively pure grade 3 left module presented by 3 relations for a cyclic generator>
0: <A codegree-[ 1, 1 ]-pure rank 2 left module presented by 3 relations for 4 generators>
-1: <A codegree-1-pure grade 1 left module presented by 4 relations for 3 generators>
-2: <A cyclic reflexively pure grade 2 left module presented by 2 relations for a cyclic generator>
-3: <A cyclic reflexively pure grade 3 left module presented by 3 relations for a cyclic generator>
of
<A non-pure rank 2 left module presented by 6 relations for 5 generators>>
Expand Down

2 comments on commit e209e89

@mohamed-barakat
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/66833

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.4 -m "<description of version>" e209e89f54c59fc1266d1ace6b7d2b06e2c24176
git push origin v1.2.4

Please sign in to comment.