Skip to content

Commit

Permalink
Update to TaylorSeries v0.18 (#38)
Browse files Browse the repository at this point in the history
* Update to TaylorSeries v0.18

* Update README.md

* Rename ode! -> solcoeff!

* Update CI
  • Loading branch information
PerezHz authored Jul 23, 2024
1 parent ed36a2f commit 6ca5dcd
Show file tree
Hide file tree
Showing 5 changed files with 3,632 additions and 7,423 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
# - run: julia --project=. -e 'import Pkg; Pkg.add(url="https://github.com/PerezHz/TaylorIntegration.jl", rev="jp/ts-pr-361"); Pkg.instantiate()'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlanetaryEphemeris"
uuid = "d83715d0-7e5f-11e9-1a59-4137b20d8363"
authors = ["Jorge A. Pérez Hernández", "Luis Benet", "Luis Eduardo Ramírez Montoya"]
version = "0.8.3"
version = "0.8.4"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand All @@ -24,5 +24,5 @@ JLD2 = "0.4"
PrecompileTools = "1.1"
Quadmath = "0.5"
TaylorIntegration = "0.15"
TaylorSeries = "0.17"
TaylorSeries = "0.18"
julia = "1.6"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ contains an example script. This script may be called as:

## Acknowledgments

We acknowledge financial support from UNAM-PAPIIT grant IG100819 and computing
resources provided by LANCAD-UNAM-DGTIC-284.
We acknowledge financial support from UNAM-PAPIIT grants IG-100819 and IG-101122, as well as
computing resources provided by LANCAD-UNAM-DGTIC-284.

## References

Expand Down
Loading

2 comments on commit 6ca5dcd

@PerezHz
Copy link
Owner 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/111577

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.8.4 -m "<description of version>" 6ca5dcd5fe7066b33f5b97dbea34f17d41d42181
git push origin v0.8.4

Please sign in to comment.