- Minor bug fixes.
-
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
- Addition of
poisson_series
module
- Phases out defunct
theano
dependencies in numerical resonance models. Automatic differentiation now usespytensor
andexoplanet-core
packages.
- Fixes N-body simulation utilities module for compatability with rebound 4 simulation archives.
- Fixes critical bug that causes Laplace coefficients to erroneously evaluate to zero in recent versions of scipy
- Modifications for compatability with rebound version 4
- Updated the calculation of cosine amplitudes in the celmech.maps.CometMap class
- Addition of celmech.maps submodule plus lots of other minor improvements
- Significant efficienty improvements to the default simplification functions
used by some
CanonicalTransformation
objects generated by class methods.
- Implemented a method to modify the integrator settings of
Hamiltonian
objects.