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
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache-environment-key: 1

- name: "Run conda build"
run: "conda build recipe/"
run: "BUILD_NUMBER=0 conda mambabuild --numpy 2.2 recipe/"

- name: "run anaconda upload"
env:
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/experimental-build-on-main.yml

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 0.6.0

* Add support for fetching data from NSIDC0802 v2 from disk.
* Update dependencies to support `earthaccess ~=0.14.0`.
* Add functions to fetch TBs from NSIDC-0001, NSIDC-0080 via `earthaccess`.

## 0.5.0

Expand Down
Loading
Loading