Skip to content

Commit

Permalink
fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Feb 1, 2020
1 parent 03c3ba4 commit 1d727ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ HalfIntegers = "f0d1745a-41c9-11e9-1dd9-e5d34d218721"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"

[compat]
RationalRoots = "0.1"
HalfIntegers = "1.0"
Primes = "0.4"
julia = "1"

[extras]
Expand Down

2 comments on commit 1d727ed

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 1d727ed Feb 2, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Switched to default return value RationalRoot{BigInt}, which is an exact representation (provided by RationalRoots.jl) that is converted to a floating point approximation depending on the context, using the AbstractIrrational infrastructure from Julia Base. Thanks to @w-vdh for the PR that initiated this change.

@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 updated: JuliaRegistries/General/8747

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.0 -m "<description of version>" 1d727ede822c39fb5ed88ba777f373958edc3c4b
git push origin v1.1.0

Please sign in to comment.