Skip to content

Commit

Permalink
Export is_nilpotent (#1504)
Browse files Browse the repository at this point in the history
* Export `is_nilpotent`

* Bump version
  • Loading branch information
lgoettgens committed Jul 6, 2023
1 parent e4fa82f commit 5431480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Nemo"
uuid = "2edaba10-b0f1-5616-af89-8c11ac63239a"
version = "0.35.0"
version = "0.35.1"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand Down
2 changes: 2 additions & 0 deletions src/HeckeMoreStuff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,8 @@ function is_unit(f::T) where {T<:Union{ZZModPolyRingElem,zzModPolyRingElem}}
return true
end

export is_nilpotent

@doc raw"""
is_nilpotent(a::ResElem{ZZRingElem}) -> Bool
is_nilpotent(a::ResElem{Integer}) -> Bool
Expand Down

2 comments on commit 5431480

@thofma
Copy link
Member

@thofma thofma commented on 5431480 Jul 6, 2023

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/86970

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 v0.35.1 -m "<description of version>" 5431480e1cbd9dfe3a0b04f5a18a575427bb72d8
git push origin v0.35.1

Please sign in to comment.