Skip to content

Version 1.10.2

Latest
Compare
Choose a tag to compare
@jobovy jobovy released this 03 Mar 16:08
· 3 commits to main since this release

This release contains one significant new addition and otherwise many bug fixes and dependency/project maintenance.

New features

Bug fixes and minor tweaks

  • Improve Python leapfrog integration performance by @jamesgrimmett in #690
  • Support new astroquery Simbad API in Orbit.from_name by @jobovy in #697
  • Fix scipy 1.15 deprecations: removal of vectorize1 and lpmn --> assoc_legendre_p_all by @jobovy in #703
  • Swap gsl_gamma_inc with gsl_gamma_inc_P for mass calculation by @jamesgrimmett in #706
  • Clarify use of non-equispaced time arrays in orbit integration by @jobovy in #711
  • Fix handling of unbound orbits in the action-angle orbit interface. by @jobovy in #712
  • Print warning when initializing an Orbit with a SkyCoord that does not have the Sun's positional and velocity parameters set by @jobovy in #715
  • Update potential.rst for changes in pynbody docs/data by @apontzen in #698
  • Switch to using check_integrator in Orbit.integrate_dxdv by @jobovy in #707
  • Upgrade stream simulation movies to mp4 so they play in the browser again by @jobovy in #696
  • Remove mentions of odeint integrator in docs by @jobovy in #695

Dependencies / maintenance

New Contributors

Full Changelog: v1.10.1...v1.10.2