Notice on Pending v1 Deprecation
This is anticipated to be the last release in v1 of icepyx.
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 is being updated to access these new services; the only change users will experience concerns services that are no longer available (e.g. reformatting).
The developers plan to use this version change to implement additional breaking changes concerning the Query module, transitioning it's functionality to use the earthaccess library instead.
Find more details on all these changes, including their progress, on GitHub issues and discussions.
What's Changed
- Update viz doc to clarify its current status (partial functionality - incompatible with OA API changes) by @mfisher87 in #540
- Avoid running tests that require creds on PRs by @mfisher87 in #563
- Skip linting and formatting Jupyter Notebooks for now by @mfisher87 in #567
- Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in #555
- Bump the github-actions group with 3 updates by @dependabot in #568
- Add codespell spelling/typo linter and fix errors by @cclauss in #556
- Validate pyproject.toml by @cclauss in #557
- Enable currently-ignored linting rules E721, E722, F403 by @cclauss in #573
- Add ruff rules C4 to check comprehensions by @cclauss in #570
- Bugfix: catch multiple types of exceptions by @mfisher87 in #560
- Add quickstart to README by @mfisher87 in #549
- Add ruff rules SIM to simplify Python code by @cclauss in #572
- docs: add cclauss as a contributor for maintenance and review by @allcontributors in #583
- docs: add jrenrut as a contributor for bug, and code by @allcontributors in #586
- docs: add mfisher87 as a contributor for bug, code, and 4 more by @mfisher87 in #585
- Tweak format and wording of contributor doc by @mfisher87 in #566
- More ruff & pre-commit rules by @mfisher87 in #546
- Fix minor typo by @mfisher87 in #589
- Clarify some comments / docstrings by @mfisher87 in #592
- Migrate unit and integration tests from TravisCI to GitHub Actions by @mfisher87 in #580
- Extract constant URLs to own module by @mfisher87 in #591
- Reinstate test_download_granules_without_subsetting by @weiji14 in #581
- Bump sangonzal/repository-traffic-action from 0.1.5 to 1 in the github-actions group by @dependabot in #596
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #597
- bump sangonzal/repository-traffic-action version to latest working one (fixes #596) by @JessicaS11 in #601
- bump sangonzal/repository-traffic-action version to latest working one (fixes #596 + #601)" by @JessicaS11 in #602
- [docs] traffic updates May-Aug 2024 by @JessicaS11 in #606
- Drop support for Python 3.7 and 3.8 by @mfisher87 in #608
- Add v1.x deprecation warning by @mfisher87 in #603
- Replace integration test review trigger with manual trigger by @mfisher87 in #595
- release v1.3.0 by @JessicaS11 in #607
- release v1.3.0 by @JessicaS11 in #611
New Contributors
- @cclauss made their first contribution in #555
- @dependabot made their first contribution in #568
Full Changelog: v1.2.0...v1.3.0