Skip to content

Releases: esa/pykep

Code Refresh

17 Apr 15:04
Compare
Choose a tag to compare

A code basis refresh with new CI, allowing to target releases for the new mac architecture (arm).

Optimize

15 Oct 20:54
23060c3
Compare
Choose a tag to compare

This release contains the modifications that were deemed necessary to integrate pykep into the ESA "Optimize" platform!
We also thank @pabloem for adding linting to the CI thus catching early on possible python issues.

Fix for win compilers

11 Apr 18:52
2cfdb22
Compare
Choose a tag to compare

As revealed by conda's toolchsin, the cspice code definition of the complex type is in conflict with win compiler. This point release fixes the issue changing that name to complex_type.

Spice Update

11 Apr 15:49
e9b0a01
Compare
Choose a tag to compare
  • The new cSPICE version is N0066, released April 10, 2017 from JPL.
  • Several small bug fixes. All jupyter notebooks now run.
  • Doc improvements

The Gym and More

03 Dec 11:02
Compare
Choose a tag to compare

In this release we have heavily reworked the build system as well as introduced a few interesting features, namely:

1 - A more, consolidated, prototype for the interplanetary trajectory gym.
2 - The possibility to compute complex gravity accelerations (due to high order harmonics).

Docs have been improved, but that is an area were more

Bug fixes and more support on Equinoctial Elements

22 Feb 11:50
04638d5
Compare
Choose a tag to compare

This release includes general bug fixes and improvements. In particular equinoctial elements conventions are changed and TLE reads are now compatible with py27-37.

Python 37

06 Jul 09:54
Compare
Choose a tag to compare

In this release:

New Features

  • The start of the open traj gym project. First few problems are added
  • Build system Update
  • Python 37 binaries

Bug FIxes

  • Update to pygmo 2.7 so that examples work (#73 )

pykep 2.1. Some small bug fixes

24 Nov 17:11
a927fc9
Compare
Choose a tag to compare
  • Bug fix in equinoctial elements
  • New build system

pykep 2.0. Breaking back compatibility.

20 Nov 15:49
8c08b92
Compare
Choose a tag to compare
  • Updating to pygmo 2 (and dropping PyGMO)
  • Adding the Pontryagin module
  • Bug fixes on planet ephs (affecting low inclinations and eccentricites)
  • Implementation of modified equinoctial parameters
  • Adding more examples
  • Documentation fixes
  • Clang format and pep8 enforced
  • Some API improvements (more kwargs)

Official Release of 2016

24 Nov 11:46
Compare
Choose a tag to compare

Several additions were made, notably with respect to the Earth environment.