Skip to content

Commit

Permalink
Merge branch 'main' into naming-conv
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin-14 committed Sep 26, 2024
2 parents 409c8d4 + 4aa1223 commit 2f49c08
Show file tree
Hide file tree
Showing 19 changed files with 382 additions and 1,010 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: "0.4.7"
rev: "0.4.12"
hooks:
- id: uv-lock

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@
- Removed Broken Link "Introduction to NASA earthaccess"
([#779](https://github.com/nsidc/earthaccess/issues/779))
([**@Sherwin-14**](https://github.com/Sherwin-14))
- Restore automation for tidying notebooks used in documentation
([#788](https://github.com/nsidc/earthaccess/issues/788))
([**@itcarroll**](https://github.com/itcarroll))
- Remove the base class on `EarthAccessFile` to fix method resolution
([#610](https://github.com/nsidc/earthaccess/issues/610))
([**@itcarroll**](https://github.com/itcarroll))

### Removed

- Remove `binder/` directory, as we no longer need a special [binder](https://mybinder.org)
environment with the top-level `environment.yml` introduced in
[#733](https://github.com/nsidc/earthaccess/issues/733)
([@jhkennedy](https://github.com/jhkennedy))

## [0.10.0] 2024-07-19

Expand Down
24 changes: 0 additions & 24 deletions binder/environment.yml

This file was deleted.

Loading

0 comments on commit 2f49c08

Please sign in to comment.