v0.6.5
Changes
New
- Added test to check if structure arrays have been changed.
- Added debug flag to installation files to help with cython debugging.
Fixes
- Fixed issue where TidalPy structures (layers, planets, etc.) would return editable arrays instead of copies of arrays. This could lead to subsequent functions (like planet paint) changing the arrays. This fixes GitHub Issue #74.
- Fixed issue where shooting method was corrupting data when starting radius was too large (which happened for higher orders of l) This fixes GitHub Issue #72.
- Fixed broken demo notebooks.
GitHub Tracked Changes
- Structures now return copys of arrays (fix for data modification bug)… by @jrenaud90 in #75
- fixed bug introduced in last PR by @jrenaud90 in #76
- Isolating issue by @jrenaud90 in #77
- Ver0.6.5 by @jrenaud90 in #78
Full Changelog: v0.6.4...v0.6.5