Skip to content

Commit

Permalink
🔖 Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Sep 12, 2023
1 parent 2e58506 commit 9a26c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "5a540a4e-639f-452a-b107-23ea09ed4d36"
license = "MIT"
desc = "A package to fetch and parse space indices."
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "1.1.0"
version = "1.1.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

2 comments on commit 9a26c13

@ronisbr
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 register

Release notes:

  • We can now process the file SW-All.csv if there are invalid lines. In those cases, the lines will be rejected. (Issue init() error parsing Celestrak file #4)
  • We now use the Julian Day instead of DateTime as the internal date representation. Notice that the public API has not changed. This modification made SpaceIndices.jl compatible with automatic differentiation packages. (PR Remove date time internals #3)
  • The Kp and Ap vectors returned by space_index are now Vectors instead of Tuples.

@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/91308

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.1.1 -m "<description of version>" 9a26c139373916ab06c9f1c00cb4a5f8c7f4d39d
git push origin v1.1.1

Please sign in to comment.