Skip to content

Commit

Permalink
Changelog 1.11 (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Nov 1, 2023
1 parent 4c37cc9 commit f6372ca
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
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](https://github.com/holoviz/geoviews/pull/296))

Bug fixes:

- Add `**kwargs` to all ``get_extents`` ([#670](https://github.com/holoviz/geoviews/pull/670))
- Update to use `self.param.warning` ([#672](https://github.com/holoviz/geoviews/pull/672))
- Set default `zoom_level` on `Matplotlib`'s WMTS to 3 from 8 ([#685](https://github.com/holoviz/geoviews/pull/685))

Compatibility:

- Replace `np.NaN` with `np.nan` ([#680](https://github.com/holoviz/geoviews/pull/680))
- Update to support Bokeh 3.3 and Python 3.12 and drop Python 3.8 ([#683](https://github.com/holoviz/geoviews/pull/683))
- Update to support Python 3.12 and drop Python 3.8 ([#683](https://github.com/holoviz/geoviews/pull/683))
- Update Stamen maps ([#684](https://github.com/holoviz/geoviews/pull/684))

Documentation:

- Update GeoViews installation ([#669](https://github.com/holoviz/geoviews/pull/669))
- Remove calling `.cols(3)` on the homepage ([#681](https://github.com/holoviz/geoviews/pull/681))

Maintenance:

- Add [OpenCollective](https://opencollective.com/holoviz) sponsor link on the repo page ([#666](https://github.com/holoviz/geoviews/pull/666))
- General maintenance update ([#668](https://github.com/holoviz/geoviews/pull/668), [#675](https://github.com/holoviz/geoviews/pull/675), [#676](https://github.com/holoviz/geoviews/pull/676))



Version 1.10.1
==============
Expand Down
53 changes: 53 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,59 @@
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 <https://github.com/holoviz/geoviews/pull/296>`__)

Bug fixes:

- Add ``**kwargs`` to all ``get_extents``
(`#670 <https://github.com/holoviz/geoviews/pull/670>`__)
- Update to use ``self.param.warning``
(`#672 <https://github.com/holoviz/geoviews/pull/672>`__)
- Set default ``zoom_level`` on ``Matplotlib``\ ’s WMTS to 3 from 8
(`#685 <https://github.com/holoviz/geoviews/pull/685>`__)


Compatibility:

- Replace ``np.NaN`` with ``np.nan``
(`#680 <https://github.com/holoviz/geoviews/pull/680>`__)
- Update to support Bokeh 3.3 and Python 3.12 and drop Python 3.8
(`#683 <https://github.com/holoviz/geoviews/pull/683>`__)
- Update to support Python 3.12 and drop Python 3.8
(`#683 <https://github.com/holoviz/geoviews/pull/683>`__)
- Update Stamen maps
(`#684 <https://github.com/holoviz/geoviews/pull/684>`__)

Documentation:

- Update GeoViews installation
(`#669 <https://github.com/holoviz/geoviews/pull/669>`__)
- Remove calling ``.cols(3)`` on the homepage
(`#681 <https://github.com/holoviz/geoviews/pull/681>`__)

Maintenance:

- Add `OpenCollective <https://opencollective.com/holoviz>`__ sponsor
link on the repo page
(`#666 <https://github.com/holoviz/geoviews/pull/666>`__)
- General maintenance update
(`#668 <https://github.com/holoviz/geoviews/pull/668>`__,
`#675 <https://github.com/holoviz/geoviews/pull/675>`__,
`#676 <https://github.com/holoviz/geoviews/pull/676>`__)

Version 1.10.1
--------------

Expand Down

0 comments on commit f6372ca

Please sign in to comment.