Releases: gee-community/geemap
Releases · gee-community/geemap
v0.27.2
What's Changed
- Fix JS-PY conversion bug by @giswqs in #1733
- Revert dark mode changes to toolbar by @naschmitz in #1738
- Fix several bugs and add basemap selector to core. by @naschmitz in #1735
Full Changelog: v0.27.1...v0.27.2
v0.27.1
What's Changed
- Refactor layer editor into an ipywidgets subclass by @naschmitz in #1717
- Refactor the legend into an ipywidgets subclass by @jgarcia525 in #1722
- Fix map horizontal scrollbar issue by @giswqs in #1728
- Fix map width test error by @giswqs in #1729
- Update G4G workshop notebook by @giswqs in #1730
New Contributors
- @jgarcia525 made their first contribution in #1721
Full Changelog: v0.25.0...v0.27.1
v0.27.0
What's Changed
- Add installation CI by @giswqs in #1656
- Fix vis control error by @giswqs in #1660
- Fix plotly notebook typo by @giswqs in #1661
- Refactor inspector into an ipywidgets subclass by @naschmitz in #1663
- Refactor toolbar into an ipywidgets subclass by @bengalin in #1664
- Fix computation for number of rows in toolbar by @bengalin in #1665
- Update pepy badge by @giswqs in #1668
- Defines an AbstractDrawControl and implementation for the current draw control features. by @sufyanAbbasi in #1666
- Restore dragging mode after existing split map mode by @kirimaru-jp in #1669
- Remove trailing spaces by @schwehr in #1673
- Clean up docs folder by @schwehr in #1672
- Clean up docs folder by @giswqs in #1675
- Refactor layer manager into an ipywidgets subclass by @naschmitz in #1671
- Add unit tests for draw control, defaults to clearing the draw control on reset, handle the last_geometry differently when calling
remove_geometry
by @sufyanAbbasi in #1674 - Add G4G workshop notebook by @giswqs in #1676
- Add NLCD 2021 basemap by @giswqs in #1680
- Clean up layer management ivars. by @naschmitz in #1684
- Refactor basemap into an ipywidgets subclass by @bengalin in #1685
- Fix layer visualization GUI bug by @giswqs in #1687
- Add City+ conference workshop notebook by @giswqs in #1688
- Remove Google basemaps by @giswqs in #1681
- Update changelog for v0.26.0 by @giswqs in #1689
- Add script for generating changelog for mkdocs by @giswqs in #1690
- Update changelog by @giswqs in #1691
- Update workshop notebooks by @giswqs in #1694
- Add close_button_position to split_map by @giswqs in #1699
- fix notebook link in the docs and example notebook by @biplovbhandari in #1701
ee_to_df
Make prop names and col names same by @jdbcode in #1703- Add core module by @naschmitz in #1692
- Remove left_control/right_control in split_map() before restoring previous value of self.controls by @kirimaru-jp in #1706
- Set default add_header to False for add_widget by @giswqs in #1707
- Revert 1 colorbar refactor by @jgarcia525 in #1721
- Fix ipywidgets dark mode for toolbar buttons on Colab by @giswqs in #1716
New Contributors
- @bengalin made their first contribution in #1664
- @sufyanAbbasi made their first contribution in #1666
- @kirimaru-jp made their first contribution in #1669
- @schwehr made their first contribution in #1673
- @biplovbhandari made their first contribution in #1701
- @jgarcia525 made their first contribution in #1721
Full Changelog: v0.25.0...v0.27.0
v0.26.0
What's Changed
- Add installation CI by @giswqs in #1656
- Fix vis control error by @giswqs in #1660
- Fix plotly notebook typo by @giswqs in #1661
- Refactor inspector into an ipywidgets subclass by @naschmitz in #1663
- Refactor toolbar into an ipywidgets subclass by @bengalin in #1664
- Fix computation for number of rows in toolbar by @bengalin in #1665
- Update pepy badge by @giswqs in #1668
- Defines an AbstractDrawControl and implementation for the current draw control features. by @sufyanAbbasi in #1666
- Restore dragging mode after existing split map mode by @kirimaru-jp in #1669
- Remove trailing spaces by @schwehr in #1673
- Clean up docs folder by @schwehr in #1672
- Clean up docs folder by @giswqs in #1675
- Refactor layer manager into an ipywidgets subclass by @naschmitz in #1671
- Add unit tests for draw control, defaults to clearing the draw control on reset by @sufyanAbbasi in #1674
- Add G4G workshop notebook by @giswqs in #1676
- Add NLCD 2021 basemap by @giswqs in #1680
- Clean up layer management ivars. by @naschmitz in #1684
- Refactor basemap into an ipywidgets subclass by @bengalin in #1685
- Fix layer visualization GUI bug by @giswqs in #1687
- Add City+ conference workshop notebook by @giswqs in #1688
- Remove Google basemaps by @giswqs in #1681
New Contributors
- @bengalin made their first contribution in #1664
- @sufyanAbbasi made their first contribution in #1666
- @kirimaru-jp made their first contribution in #1669
- @schwehr made their first contribution in #1673
Full Changelog: v0.25.0...v0.26.0
v0.25.0
Improvement
- Refactor colorbar into an ipywidgets subclass (#1640)
- Fixed PIL import error on Windows (#1649)
- Added codes to 114_dynamic_world.ipynb
- Added book release (#1645)
- Updated installation.md (#1643)
- Improved Sentinel-2 timelapse function (#1635)
- Fixed Sentinel-2 timelapse bug (#1633)
Contributors
v0.24.4
v0.24.3
v0.24.2
A minor release for the SciPy workshop
Improvement
v0.24.1
v0.24.0
New Features
- Split modules into core and extra features (#1601)
- Made toolbar customizable (#1599)
- Simplified geemap Map class (#1598)
- Added markers with custom shape and color (#1595)
Improvement
- Updated SciPy workshop notebook and fixed bugs (#1607)
- Updated SciPy workshop notebook (#1608)
- Fix ipywidget Output widget bug (#1597)
- Refactor xyz_to_leaflet and tests (#1592)
- Removed old glob tag _X from notebook nav path (#1594)
- Updated ArcGIS instructions (#1593)
- Refactored leaflet and folium tile layers (#1567)
- Refactored get_xyz_dict and added tests (#1588)