pysat / pysatNASA

pysat support for NASA Instruments
BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

RC 0.0.6 #234

Closed jklenzing closed 1 month ago

jklenzing commented 4 months ago

Description

Type of change

How Has This Been Tested?

via pytest and Github Actions config

Checklist:

If 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

jklenzing commented 4 months ago

RC1 is live on test pypi. https://test.pypi.org/project/pysatNASA/0.0.6rc1/

jklenzing commented 3 months ago

TODO:

jklenzing commented 3 months ago

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.