What's Changed * fix: change error condition that tried to reference a function from a null pointer by kyle-cochran in https://github.com/open-space-collective/open-space-toolkit-physics/pull/262 * refactor: loosen datetime conversion limit to 2554 (from 2030) by kyle-cochran in https://github.com/open-space-collective/open-space-toolkit-physics/pull/260
feat: add gravitational Earth constructor without required directory
7.0.1
* ci: fix python unit tests by apaletta3 in https://github.com/open-space-collective/open-space-toolkit-physics/pull/251 * build: remove numpy dependency by apaletta3 in https://github.com/open-space-collective/open-space-toolkit-physics/pull/255
feat: add `Instant.parse(string, scale, datetime_format=DateTime.Standard)` to parse string times feat: add `Instant.GPS_epoch()` feat!: remove `Duration` constructor in Python, which accepts an unintuitive nanosecond offset in `TT`