LinkedEarth / Pyleoclim_util

Python Package for the Analysis of Paleoclimate Data. Documentation at
https://pyleoclim-util.readthedocs.io
GNU General Public License v3.0
88 stars 33 forks source link

Fix for failing documentation on read the docs #517

Closed khider closed 8 months ago

khider commented 8 months ago

The documentation is failing on an example for the resample function. The bug is related to pandas and has been documented here.

In the meantime, pinning to pandas v2.1.4 seems to fix the problem so I pinned Pyleoclim to this version until 2.2 is more stable and they fix all the problems related to non-nanosecond date time.

Note that pandas will also deprecate AS for YS soon so this was corrected in the resample function for future compatibility.