Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for v0.31.0 #1910

Merged
merged 1 commit into from
Feb 15, 2024
Merged
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
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.31.0 - Feb 15, 2024

**What's Changed**

- Update changelog by @giswqs in [#1880](https://github.com/gee-community/geemap/pull/1880)
- Fix JS-PY conversion bugs by @giswqs in [#1890](https://github.com/gee-community/geemap/pull/1890)
- Fix image_to_numpy error by @giswqs in [#1895](https://github.com/gee-community/geemap/pull/1895)
- Update GitHub Action versions by @giswqs in [#1896](https://github.com/gee-community/geemap/pull/1896)
- Update sample raster datasets by @giswqs in [#1904](https://github.com/gee-community/geemap/pull/1904)
- Update the Map.add_raster method by @giswqs in [#1909](https://github.com/gee-community/geemap/pull/1909)

**Full Changelog**: [v0.30.4...v0.31.0](https://github.com/gee-community/geemap/compare/v0.30.4...v0.31.0)

## v0.30.4 - Jan 12, 2024

**What's Changed**
Expand Down
Loading