Skip to content

Commit

Permalink
📚 Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Sep 12, 2023
1 parent 5107f63 commit 2e58506
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
SpaceIndices.jl Changelog
=========================

Version 1.1.1
-------------

- ![Bugfix][badge-bugfix] We can now process the file `SW-All.csv` if there are invalid
lines. In those cases, the lines will be rejected. (Issue [#4][gh-issue-4])
- ![Enhancement][badge-enhancement] 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 [#3][gh-pr-3])
- ![Info][badge-info] The Kp and Ap vectors returned by `space_index` are now `Vector`s
instead of `Tuple`s.

Version 1.1.0
-------------

Expand Down Expand Up @@ -38,4 +50,7 @@ Version 0.1.0
[badge-bugfix]: https://img.shields.io/badge/Bugfix-purple.svg
[badge-info]: https://img.shields.io/badge/Info-gray.svg

[gh-issue-4]: https://github.com/JuliaSpace/SpaceIndices.jl/issues/4

[gh-pr-2]: https://github.com/JuliaSpace/SpaceIndices.jl/pull/2
[gh-pr-3]: https://github.com/JuliaSpace/SpaceIndices.jl/pull/3

0 comments on commit 2e58506

Please sign in to comment.