Skip to content

Commit

Permalink
Merge branch 'master' into chart
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Jan 3, 2024
2 parents c7280d6 + 9c990ba commit e62576f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v0.30.0 - Dec 24, 2023

**What's Changed**

- Update changelog for v0.29.6 by @giswqs in [#1840](https://github.com/gee-community/geemap/pull/1840)
- Update common.py by @tjlogue4 in [#1843](https://github.com/gee-community/geemap/pull/1843)
- Update data conversion functions by @giswqs in [#1849](https://github.com/gee-community/geemap/pull/1849)
- Update GitHub Actions to use Python 3.12 by @giswqs in [#1850](https://github.com/gee-community/geemap/pull/1850)
- Rename structured array variable to be self-describing by @jdbcode in [#1852](https://github.com/gee-community/geemap/pull/1852)
- Update zonal stats function by @giswqs in [#1854](https://github.com/gee-community/geemap/pull/1854)
- Add support for xee by @giswqs in [#1859](https://github.com/gee-community/geemap/pull/1859)
- Improve support for xee by @giswqs in [#1861](https://github.com/gee-community/geemap/pull/1861)

**New Contributors**

- @tjlogue4 made their first contribution in [#1843](https://github.com/gee-community/geemap/pull/1843)

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

## v0.29.6 - Nov 26, 2023

**What's Changed**
Expand Down
2 changes: 1 addition & 1 deletion geemap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Qiusheng Wu"""
__email__ = "giswqs@gmail.com"
__version__ = "0.29.6"
__version__ = "0.30.0"

import os

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.29.6
current_version = 0.30.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/gee-community/geemap",
version="0.29.6",
version="0.30.0",
zip_safe=False,
)

0 comments on commit e62576f

Please sign in to comment.