Closed jklenzing closed 1 month ago
RC1 is live on test pypi. https://test.pypi.org/project/pysatNASA/0.0.6rc1/
TODO:
pandas 2.2 added new frequency offset aliases and deprecated the old ones. Had not realized the new syntax was this new. Tests will fail under older versions of pandas.
According to SPEC-0000, pandas 2.1 support should be maintained through Q3 of 2025. pandas 3.0 (unknown release date) will drop the deprecated 'M' and 'Y'. Leaning toward using an if else statement on the pandas version, linked to an issue describing what's up.
Description
Type of change
How Has This Been Tested?
via pytest and Github Actions config
Checklist:
CHANGELOG.md
, summarizing the changesIf this is a release PR, replace the first item of the above checklist with the release checklist on the wiki: https://github.com/pysat/pysat/wiki/Checklist-for-Release