Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.29 KB

changelog.md

File metadata and controls

45 lines (32 loc) · 1.29 KB

Changelog

Version 1.x

Version 1.5.2

  • Minor bug fixes.

Version 1.5.1

  • Made lambidfy_kwargs an attribute of the celmech.Hamiltonian. This can be useful when creating Hamiltonians that involve special functions.

  • Fixed the setter method for celmech.Hamiltonian.values

Version 1.5.0

  • Addition of poisson_series module

Version 1.4.0

  • Phases out defunct theano dependencies in numerical resonance models. Automatic differentiation now uses pytensor and exoplanet-core packages.

Version 1.3.3

  • Fixes N-body simulation utilities module for compatability with rebound 4 simulation archives.

Version 1.3.2

  • Fixes critical bug that causes Laplace coefficients to erroneously evaluate to zero in recent versions of scipy

Version 1.3.0

  • Modifications for compatability with rebound version 4

Version 1.2.0

  • Updated the calculation of cosine amplitudes in the celmech.maps.CometMap class

Version 1.1.0

  • Addition of celmech.maps submodule plus lots of other minor improvements

Version 1.0.2

  • Significant efficienty improvements to the default simplification functions used by some CanonicalTransformation objects generated by class methods.

Version 1.0.1

  • Implemented a method to modify the integrator settings of Hamiltonian objects.