From b0d7c37762dfbbabc535ecc0857ab38cf5a60385 Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:45:49 -0800 Subject: [PATCH] Dedup changelog (#707) --- doc/releases.rst | 644 +---------------------------------------------- 1 file changed, 1 insertion(+), 643 deletions(-) diff --git a/doc/releases.rst b/doc/releases.rst index f5c3c0b9..66105e96 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -1,646 +1,4 @@ Releases ======== -Version 1.11.0 --------------- - -Date: November 1, 2023 - -This release brings compatibility with the latest versions of Bokeh -(3.3) and Python (3.12), while also discontinuing support for Python -3.8. Many thanks to @ahuang11, @maximlt, @philippjfr, and @Hoxbro for -their ongoing contributions. - -Enhancements: - -- Add ``VectorField``/``WindBarbs`` ``project`` operation - (`#296 `__) - -Bug fixes: - -- Add ``**kwargs`` to all ``get_extents`` - (`#670 `__) -- Update to use ``self.param.warning`` - (`#672 `__) -- Set default ``zoom_level`` on ``Matplotlib``\ ’s WMTS to 3 from 8 - (`#685 `__) - - -Compatibility: - -- Replace ``np.NaN`` with ``np.nan`` - (`#680 `__) -- Update to support Bokeh 3.3 and Python 3.12 and drop Python 3.8 - (`#683 `__) -- Update to support Python 3.12 and drop Python 3.8 - (`#683 `__) -- Update Stamen maps - (`#684 `__) - -Documentation: - -- Update GeoViews installation - (`#669 `__) -- Remove calling ``.cols(3)`` on the homepage - (`#681 `__) - -Maintenance: - -- Add `OpenCollective `__ sponsor - link on the repo page - (`#666 `__) -- General maintenance update - (`#668 `__, - `#675 `__, - `#676 `__) - -Version 1.10.1 --------------- - -Date: July 20, 2023 - -This micro release adds support for Bokeh 3.2. More maps are added to -Geoviews with ``xyzservices`` and many more maps from ESRI. WindBarbs -plot is now supported in the Matplotlib backend. Many thanks to -@djm93dev for his first contribution and also @ahuang11, @maximlt, -@philippjfr, and @Hoxbro for their continuous contributions. - -Enhancements: - -- Add WindBarbs to the Matplotlib Backend - (`#651 `__, - `#662 `__) -- Add support for ``xyzservices`` - (`#654 `__) -- Add ``World_Physical_Map``, ``World_Shaded_Relief`` and - ``World_Topo_Map`` and many more maps from ESRI - (`#655 `__) - -Documentation: - -- Add documentation for GeoViews offline features and tiles - (`#649 `__) - -Compatibility: - -- Add Bokeh 3.2 support to GeoViews - (`#664 `__) -- Improve ``rioxarray`` support - (`#645 `__) -- Remove deprecated ``np.product`` for ``np.prod`` - (`#660 `__) - -Maintenance: - -- General maintenance - (`#648 `__, - `#652 `__, - `#653 `__, - `#657 `__, - `#661 `__) - - - -Version 1.10.0 --------------- - -Date: May 25, 2023 - -This release adds Bokeh 3 support to Geoviews, along with bug fixes and -enhancements. Many thanks to @ahuang11, @maximlt, @philippjfr, and @Hoxbro. - -This release also deprecates the ``Wikipedia`` tile source. If you are -using this tile source, please switch to the ``OSM`` tile source -instead. The ``Wikipedia`` tile source will be removed in version -1.11.0. ``geoviews.util.load_tiff`` has also been deprecated -``rioxarray.open_rasterio`` to load GeoTIFFs into a -``xarray.DataArray``. - -Note, this release has a minor breaking change where ``gv.feature.states`` -defaults to ``fill_color=None`` so the fill color is transparent. - -Enhancements: - -- Add Bokeh 3 support to GeoViews - (`#625 `__) -- Add ``PandasAPI`` to ``GeoPandasInterface`` - (`#620 `__) -- Updated the default for ``gv.feature.states`` to ``fill_color=None`` - (`#643 `__) - -Bug fixes: - -- Fix hover for overlays of ``gv.Points`` - (`#631 `__) - -Compatibility: - -- Allow ``Dataset`` to have any number of ``kdims`` - (`#626 `__) -- Add ``pyproj`` to the runtime dependencies - (`#627 `__) -- HoloViews 1.16 support - (`#633 `__) -- Deprecate Wikipedia tile - (`#630 `__, - `#636 `__) -- Use Geodatasets for geo datasets - (`#635 `__) -- Deprecate ``geoviews.util.load_tiff`` - (`#640 `__) - -Maintenance: - -- Use ``ruff`` as a formatting tool - (`#628 `__) -- Use ``codespell`` as a spelling checker - (`#641 `__) -- General maintenance - (`#602 `__, - `#630 `__, - `#632 `__) -- Update to latest ``nbsite`` - (`#638 `__) - -Version 1.9.6 -------------- - -Date: Jan 17, 2023 - -This release contains a small number of bug fixes and compatibility with -the latest releases of Numpy and Shapely. Many thanks to @pmav99, -@philippjfr, @maximlt, and @Hoxbro. - -Bug fixes: - -- Fix regression and remove deprecation warnings for ``gv.annotators`` - (`#583 `__) - -Compatibility: - -- Compatibility with Shapely 2.0 - (`#570 `__, - `#603 `__) -- Compatibility with Numpy 1.24 - (`#608 `__) -- Compatibility with HoloViews 1.15 - (`#572 `__, - `#574 `__) -- Compatibility with Python 3.11 - (`#601 `__) - -Packaging: - -- Fix TypeScript files not being packaged and therefore gave an - uncaught error in the console for ``gv.annotators`` - (`#610 `__) -- Fix building with ``pip install .`` and update of packages - (`#575 `__, - `#579 `__) -- Setting NPM access to public and update ``package.json`` - (`#585 `__, - `#586 `__) - -Documentation: - -- Fix docs build - (`#580 `__, - `#588 `__, - `#611 `__, - `#612 `__) - -Maintenance: - -- Adding pre-commit to CI - (`#604 `__) -- Renamed ``master`` branch to ``main`` - (`#606 `__) -- Remove Trove Classifier for Python 3.6 - (`#565 `__) -- Various fixes and general maintenance of the CI - (`#566 `__, - `#567 `__, - `#569 `__, - `#573 `__, - `#587 `__, - `#591 `__, - `#594 `__, - `#595 `__, - `#596 `__, - `#600 `__, - `#607 `__) - - -Version 1.9.5 -------------- - -Date: Mar 8, 2022 - -This is a micro release fixes a regression introduced in the 1.9.4 release. - -Bug fixes: - -- Fix regression related to RGB(A) element conversion: (`#562 `_) - -Version 1.9.4 -------------- - -Date: Feb 17, 2022 - -This is a micro release with a small number of bug fixes and compatibility fixes with HoloViews 1.14.8 and support for Python 3.10. - -Bug fixes: - -- Fix handling of 3-channel RGB element (`#558 `_) -- Add support for pandas Float64Array (`#559 `_) - -Compatibility: - -- Compatibility with HoloViews 1.14.8 (`#556 `_) -- Compatibility with Python 3.10 by replacing LooseVersion with packaging.Version (`#555 `_) - - -Version 1.9.3 -------------- - -This release contains a few bug fixes and improvements, and adds compatibility with Shapely 1.8 and the upcoming version 2.0. Thanks to @philippjfr, @maximlt and @ahuang11 for contributing to this release. - -Bug fixes and minor improvements: - -- Add missing _process_msg method to GeoPolyEditCallback (`#539 `_) -- Accept lowercase xmin/ymin/xmax/ymax in WMTS URL templates (`#542 `_) -- Support GeoDataframe with a geometry column not named geometry (`#545 `_) -- Add opentopomap as a tile source (`#514 `_) - -Compatibility: - -- Adapt to shapely 1.8.0 and 2.0 (`#543 `_) - -Docs improvements: - -- Update the CSS of links (`#544 `_) - - -Version 1.9.2 -------------- - -Minor release by @philippjfr for Bokeh 2.4 compatibility: - -- Rebuild extensions for Bokeh >=2.4 (`#525 `_) -- Require cartopy>=0.18 to match conda-forge recipe -- Fix compatibility with upcoming HoloViews 2.0 -- Switch website to pydata_sphinx_theme (`#528 `_) - - -Version 1.9.1 -------------- - -This micro-release fixes the bundling and deployment of geoviews.js to NPM but otherwise has no contents. - - -Version 1.9.0 -------------- - -This GeoViews release primarily provides compatibility with the latest releases of Cartopy (0.18), Bokeh (2.3), HoloViews (1.14.x) and fixes a number of other issues. - -Features: - -- Add utility to download tile RGB (`#458 `_) - -Compatibility: - -- Compatibility with Bokeh 2.3 (`#487 `_) -- Compatibility for regridding with latest xesmf (`#488 `_) -- Compatibility with HoloViews 1.14.x for resampling operation and stream callback (`#488 `_) -- Compatibility with latest Cartopy 0.18 (`#488 `_) - -Bug fixes: - -- Allow using geopandas interface without using geometry column (`#464 `_) -- Fix Hover tooltip projection (`#490 `_) -- Use the set geometry column on Geopandas DataFrames (`#489 `_) -- Fix xesmf regridding file_pattern parameter (`#491 `_) - - -Version 1.8.2 -------------- - -Minor bugfix release. Includes contributions from: @philippjfr - -Bug fixes and minor improvements: - -- Bump geoviews.js version and bokeh requirements (`#473 `_) -- Handle proj4.js API change in Hover formatter (`#472 `_) - - -Version 1.8.1 -------------- - -This fixes some minor incompatibilities between latest HoloViews and the Iris data interface in GeoViews. - -- Updated Iris interface for compatibility with HoloViews 1.13.x (`#453 `_) - -Version 1.8.0 -------------- - -This release makes introduces no actual changes on top of version 1.7.0, it simply adds a dependency on bokeh>=2.0, which also means that this is the first version that requires Python 3. - -- Compatibility with Bokeh 2.0 (`#449 `_) - -Version 1.7.0 -------------- - -This release adds some major features to HoloViews and adds compatibility for HoloViews 1.13.0. This is also the last release with support for Python 2. Many thanks for the many people who contributed by filing issues and our contributors including @ceball, @jsignell, @ahuang11, @jbednar and @philippjfr. - -Features: - - -* Added geographic projection awareness to ``hv.annotate`` function (`#377 `_, `#419 `_) -* Rewrote geometry interfaces such as geopandas to conform to new HoloViews geometry protocol (`#407 `_) -* Implement consistent .geom method on geometry types (e.g. Path, Polygons, Points) (`#424 `_) -* Add new ``Rectangles`` and ``Segments`` elements (`#377 `_) - -Bug fixes: - - -* Allow updating user defined HoverTool instances (`#440 `_) -* Fix for ticks fontsize in matplotlib backend (`#402 `_) -* Fix for xaxis/yaxis='bare' option in matplotlib backend (`#401 `_) - -Compatibility: - - -* Compatibility with HoloViews 1.13.0 (`#429 `_, `#430 `_) - -Version 1.6.6 -------------- - -This is a minor release with a small number of bug fixes. Thanks to @nickhand, @philippjfr and @jsignell for contributing to this release. - - -* Ensure that projecting QuadMesh does not drop options (`#367 `_) -* Fix handling of pyproj strings (`#376 `_) -* Disable ``fixed_bounds`` to avoid bug when zooming in bokeh (`#390 `_) -* Add support for geometry columns other than 'geometry' on geopandas DataFrames (`#391 `_) -* Fixed handling of pyproj dependency (`#392 `_) - -Version 1.6.5 -------------- - -Minor bugfix release. Includes contributions from @philippjfr: - -Bug fixes and minor improvements: - - -* Fixed issues with target extents in project_image (`#365 `_) - -Version 1.6.4 -------------- - -Minor bugfix release. Includes contributions from @philippjfr, @ahuang11, @zassa, and @ceball - -Bug fixes and minor improvements: - - -* Ensure that gridline labels are only drawn once (`#364 `_) -* Compatibility with latest HoloViews data interface (`#363 `_) -* Add grid labels (`#351 `_) -* Hardcode the OSM tile source to https (`#333 `_) -* Fix hover formatting for Mercator coordinates (`#358 `_) - -Version 1.6.3 -------------- - -Minor release, mostly bugfixes. Includes contributions from @philippjfr, @ahuang11, and @rsignell-usgs. - -New features: - - -* Add geo features for US states (`#312 `_) -* Add ESRI Ocean tile layers (`#320 `_) - -Bug fixes and minor improvements: - - -* Add dtype methods to geometry interfaces (`#345 `_) -* Ensure that Line Shape is not filled in matplotlib (`#326 `_) -* Avoid zooming in beyond tile/axis resolution (`#325 `_) -* Fix gridlines for gv matplotlib overlay (`#308 `_) - -Version 1.6.2 -------------- - -Minor release, mostly bugfixes. Includes contributions from @philippjfr. - -New feature: - - -* Add adaptive geometry resampling operation, allowing working with large shape files interactively, increasing their resolution when zooming in (`#282 `_) - -Bug fixes and minor improvements: - - -* Fixed img project if src and target projection are equal (`#288 `_) -* Added plotting backend load hooks (`#286 `_) -* Do not import regrid operations by default -* Fixed re-initialization of backend (`#284 `_) -* Improved handling of non-default central longitudes (`#281 `_) -* Small fix for Path longitude wrapping (`#279 `_) - -Version 1.6.2 -------------- - -Includes contributions from @ahuang11 (unlimit vdims) and @philippjfr. - -Bug fixes and minor improvements: - - -* Unlimit the vdims for various elements (`#253 `_) -* Improve handling of geopandas and empty geometries (`#278 `_) -* Updated opts syntax in gallery examples (`#277 `_) -* Fixed bugs projecting ``Graphs`` (`#276 `_) -* Ensure backend is initialized on import (`#275 `_) -* Added ``__call__`` method to tile sources, to restore constructor-like behavior from previous versions (`#274 `_) - -Version 1.6.0 -------------- - -This is a major release with a number of important enhancements and bug fixes: - -Features: - - -* Complete overhaul of geometry handling including support for geometry with holes and geometry dictionary interface (`#244](https://github.com/holoviz/geoviews/pull/244), #249 `_) -* Support for holoviews FreehandDraw stream (`#219 `_) -* Add ``gv.load_tiff`` and ``gv.RGB.load_tiff`` helpers (`#221](https://github.com/holoviz/geoviews/pull/221), #233 `_) -* Added support for holoviews padding option (`#228 `_) - -Enhancements: - - -* Drop bokeh save tool when tile source is used (`#257 `_) -* Compatibility with cartopy 0.17 (`#254 `_) - -Bug fixes: - - -* Improved handling of Point geometries in geopandas dataframe (`#204 `_) -* Fixes for projecting draw tool data (`#205 `_) -* Improvements and fixes for handling of QuadMesh projections (`#250 `_) -* Fixes for Image longitude wrapping (`#260 `_) - -Version 1.5.1 -------------- - -This is a bug fix release which includes a number of important fixes and enhancements. - -Enhancements: - - -* Geopandas interface now supports point geometries (`#186 `_) -* Geopandas data now supported in the ``.to`` conversion API (`#186 `_) - -Fixes: - - -* Fixed some issues to do with tile source attributions (`#176 `_) -* Fixed bug projecting rectilinear QuadMesh (`#178 `_) -* Improvements to path/polygon projection and clipping (`#179 `_) - -Version 1.5.0 -------------- - -Major feature: - - -* The bokeh backend now supports arbitrary geographic projections, no longer just Web Mercator (`#170 `_) - -New components: - - -* - Added `Graph element `_ to plot networks of connected nodes (`#115 `_) - -* - Added `TriMesh element `_ and datashading operation to plot small and large irregular triangular meshes (`#115 `_) - -* - Added `QuadMesh element `_ and datashading operation to plot small and large, irregular rectilinear and curvilinear meshes (`#116 `_) - -* - Added `VectorField element `_ and datashading operation to plot small and large quiver plots and other collections of vectors (`#122 `_) - -* - Added `HexTiles element `_ to plot data binned into a hexagonal grid (`#147 `_) - -* - Added `Labels element `_ to plot a large number of text labels at once (as data rather than as annotations) (`#147 `_) - -New features: - - -* - Hover tool now supports displaying geographic coordinates as longitude and latitude (`#158 `_) - -* - Added a new ``geoviews.tile_sources`` module with a predefined set of tile sources (`#165 `_) - -* - Wrapped the xESMF library as a regridding and interpolation operation for rectilinear and curvilinear grids (`#127 `_) - -* - HoloViews operations including ``datashade`` and ``rasterize`` now retain geographic ``crs`` coordinate system (`#118 `_) - -Enhancements: - - -* Overhauled documentation and added a gallery (`#121 `_) - -Version 1.4.3 -------------- - -Enhancements: - - -* Ensured that HoloViews operations such as datashade, aggregate and regrid do not drop the coordinate reference system on the input element (`#118 `_) -* Unified WMTS support across backends, bokeh and matplotlib now support rendering ``{X}_{Y}_{Z}`` based web tiles (`#120 `_) -* Handle projecting of empty Elements (`#131 `_) -* Set Image element NaN coloring to transparent (`#136 `_) -* Overhauled website with new theme (`#106 `_) - -Version 1.4.2 -------------- - -Version 1.4.1 -------------- - -Version 1.4.0 -------------- - - -* Allow specifying WMTS element with just the URL (`#89 `_) -* Added GeoPandas interface to plot geometries more easily (`#88 `_) -* Added further projection operations allowing most geographic element types to be explicitly projected (`#88 `_) -* Enabled MercatorTicker on geographic bokeh plots ensuring axes are labelled with latitudes and longitudes (`#64 `_) - -Version 1.3.2 -------------- - -This is a minor release reapplying a fix which was accidentally reverted in 1.3.1: - - -* The WMTS Element now accepts a tile source URL directly for the bokeh backend (PR #83) - -Version 1.3.1 -------------- - -This is a minor release with one small improvements: - - -* The WMTS Element now accepts a tile source URL directly for the bokeh backend (`PR #83 `_) - -Version 1.3.0 -------------- - -This release is mostly a compatibility release for HoloViews 1.8. It includes a small number of significant fixes and changes: - - -* Introduces a general ``project`` operation to project most Element types from one ``crs`` to another (`#69 `_) -* Added a ``gv.RGB`` Element type useful for representing datashader aggregates and particularly loading GeoTiffs with xarray (`#75 `_) -* All geoviews geographic Elements declare a ``crs``, which defaults to ``PlateCarree()`` (`#76 `_) -* Fix for compatibility with HoloViews 1.8 (`#77 `_) - -Version 1.2.0 -------------- - -This is a minor release mostly to maintain compatibility with the recently released HoloViews 1.7.0. - -Features: - - -* Added ``project_shape`` operations (`c6c5ce `_) -* The ``Shape.from_records`` function now supports ``drop_missing`` option. #63 -* Compatibility with HoloViews (`#59 `_, `#60 `_) -* Bokeh box_zoom tool now matches aspect on geographic plots (`c6c41a9 `_) - -Bug fixes: - - -* Fix for ``Shape`` Element colormapping (`#58 `_) -* Geographic objects did not inherit ``crs`` on clone (`df0ba8 `_) - -Version 1.1.0 -------------- - -Minor release to improve usability: - - -* Improved layouts, reducing whitespace around non-square plots -* Added ``geoviews.features`` module for simple access to cartopy Features. -* Improved tutorials -* Added ``gv.Dataset`` class to simplify keeping track of coordinate systems - -Version 1.0.0 -------------- - -First stable version, with support for matplotlib and bokeh (web Mercator projection only). Requires HoloViews 1.6+ to be able to use data from xarray or iris. +View the [Changelog on GitHub](https://github.com/holoviz/geoviews/blob/main/CHANGELOG.md) for a list of all releases and changes.