TidalPy v0.7.3
Changes
Fixes
RadialSolver: Fixed bug in Takeuchi starting conditions where y6 was pulling the incorrect value. Kamata starting conditions were not affected.
Performance
- The changes introduced in this release led to around 25% improvement in TidalPy's RadialSolver Love Number Calculator speed.
Dependencies
- TidalPy now works on Python 3.14.
- Bumped version of
ipymplto<=0.11.0. - Bumped version of
CyRKto>=0.17.1, <0.18.1. - Increased numpy's max pinnings to
<2.5.
Other
- Changed
TidalPy.constants.d_PI_DBLtoTidalPy.constants.d_PIsince the "DBL" is redundant with the "d_".- Same for
d_INF,d_EPS_10,d_EPS_100,d_EPS,d_NAN
- Same for
GitHub Tracked Changes
- Ver 7.2.0 by @jrenaud90 in #110
Full Changelog: v0.7.1...v0.7.3