Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
galactics committed Oct 13, 2022
1 parent 0618221 commit 3c01f4c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
This file tries to regroup all notable modifications of the ``beyond`` library.
Each release is linked to a git commit.

## [v0.7.5] - 2022-10-13

### Added

- B-plane computation for planetary capture of flyby
- Generic Lagrange and linear interpolators

### Modified

- CCSDS : OEM and OMM optional fields are now optionals
- Consistency of API between impulsive and continuous thrusts
- Simplification of frame transition matrices
- Printing a TLE object display its name, if available
- CCSDS : TDM de-duplication of code

### Fixed

- CCSDS : OEM interpolation degree
- Improve error messages

## [v0.7.4] - 2022-01-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion beyond/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.7.4"
__version__ = "0.7.5"
__author__ = "Jules DAVID"

0 comments on commit 3c01f4c

Please sign in to comment.