v2.0.0 #686
weiji14
announced in
Announcements
v2.0.0
#686
Replies: 1 comment
-
Wow, congrats on v2! This is huge 🎉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What's new in 2.0.0 (16 May 2025)
These are the changes in icepyx 2.0.0. See https://icepyx.readthedocs.io/en/latest/user_guide/changelog/index.html for a full changelog including other versions of icepyx.
Warning
This is major release and contains a few breaking changes. Full details will be described in the documentation.
NSIDC (the NASA DAAC that hosts ICESat-2 data) is transitioning their API endpoint from the on-premises EGI system to the cloud-based Harmony services. icepyx has been updated to access these new services; Certain capabilities are temporarily going away
Find more details on all these changes, including their progress, on GitHub issues and discussions.
New Features
Adding support for NASA's Harmony subsetter (Harmony integration: the story continues. #657)
skip_preview=True
parameter to the order.Order class: when an order is placed, icepyx will return an order class instance that will help us keep track of the order progress, pause and eventually download the data.
We can still use the Query class to download, however using the order instance is probably simpler and more intuitive. (Harmony integration: the story continues. #657)
Bug fixes
Deprecations
order_vars()
is deprecated in favor ofvariables()
.fmt_for_EGI()
is deprecated.Maintenance
Documentation
doc/source/example_notebooks
folder, and are also available on the Readthedocs documentation page.Other
Contributors
A total of 10 people contributed to this release. People with a “+” by their names contributed for the first time.
Full Changelog: v1.3.0...v2.0.0
This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions