Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_static/butler_et_al_2025.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/worst-practices/old-libraries.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Using old libraries

Software libraries are constantly making bug fixes, performance improvements, and adding new features. By using old versions of libraries, you may be missing out on key improvements that could greatly increase your product. Most open source libraries maintain a changelog or release notes where you can review what's included in new releases. For example, check out [Zarr's](https://zarr.readthedocs.io/en/stable/release-notes.html), [Xarray's](https://docs.xarray.dev/en/stable/whats-new.html), and [GDAL's](https://github.com/OSGeo/gdal/blob/master/NEWS.md).

For example, the following figure from [James Butler's 2025 AGU presentation "Cloud-based Workflows for Antarctic Atmospheric Rivers: Successes and Challenges](https://zenodo.org/records/17926811)" shows the impact on performance of upgrading from earthaccess v0.10 to v0.15:

![Figure from James Butler's AGU 2025 presentation showing speedup from upgrading earthaccess](../_static/butler_et_al_2025.png)