Skip to content

Commit

Permalink
Version 1.15.1 (#5458)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens authored Oct 4, 2022
1 parent d35a35f commit 8b84839
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 1 deletion.
82 changes: 81 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,84 @@
Version 1.15.1
==============
**October 4, 2022**

This release contains a small number of important bug fixes. Many thanks
to all our new contributors @MarcSkovMadsen, @j-svensmark, @ceball,
@droumis, @ddrinka, @Jhsmit and @stanwest as well as a special thanks to
@Hoxbro for his many bug fixes. An additional thank you goes out to
@maximlt, @philippjfr, @jbednar and @jlstevens.

Enhancements:

- Sort output of `decimate` operation so that it can be used with connected Elements
(Curve, Area, etc.) ([#5452](https://github.com/holoviz/holoviews/pull/5452))
- Ensure HoloViews is importable from a pyodide webworker
([#5410](https://github.com/holoviz/holoviews/pull/5410))
- Add support for stepwise Area plots
([#5390](https://github.com/holoviz/holoviews/pull/5390))
- Better error message for `hv.Cycle` when incompatible backend activated
([#5379](https://github.com/holoviz/holoviews/pull/5379))
- Improvements to VSCode notebook support
([#5398](https://github.com/holoviz/holoviews/pull/5398))
- Protect matplotlib tests from global styles
([#5311](https://github.com/holoviz/holoviews/pull/5311))
- Faster hashing for arrays and pandas objects
([#5455](https://github.com/holoviz/holoviews/pull/5455))
- Add pre-commit hooks to CI actions and fixes to pytest configuration
([#5385](https://github.com/holoviz/holoviews/pull/5385),
[#5440](https://github.com/holoviz/holoviews/pull/5440))

Bug Fixes:

- Allow import of numpy 1.12
([#5367](https://github.com/holoviz/holoviews/pull/5367))
- Fixes handling of iterables in Overlays
([#5320](https://github.com/holoviz/holoviews/pull/5320))
- Always return a string when using `hv.Dimension.pprint_value`
([#5383](https://github.com/holoviz/holoviews/pull/5383))
- Support widgets in slices for `loc` and `iloc`
([#5352](https://github.com/holoviz/holoviews/pull/5352))
- Take account of labeled dimension in Bokeh plotting classes
([#5404](https://github.com/holoviz/holoviews/pull/5404))
- Fix handling of pandas `Period` ranges
([#5393](https://github.com/holoviz/holoviews/pull/5393))
- Fixed declaration of `Scatter` to `Selection1DExpr`
([#5413](https://github.com/holoviz/holoviews/pull/5413))
- Ensure rangesupdate event fires on all plots with linked axes
([#5465](https://github.com/holoviz/holoviews/pull/5465))
- Fixed fallback to shapely spatial select
([#5468](https://github.com/holoviz/holoviews/pull/5468))
- Many thanks to @Hoxbro for many miscellaneous plotting fixes,
including fixes to plotting of `BoxWhisker`, `VectorField` elements
([#5397](https://github.com/holoviz/holoviews/pull/5397),
[#5450](https://github.com/holoviz/holoviews/pull/5450),
[#5400](https://github.com/holoviz/holoviews/pull/5400),
[#5409](https://github.com/holoviz/holoviews/pull/5409),
[#5460](https://github.com/holoviz/holoviews/pull/5460)))
- Fixes to documentation building GitHub Action
([#5320](https://github.com/holoviz/holoviews/pull/5456),
([#5320](https://github.com/holoviz/holoviews/pull/5467)))

Documention:

- Introduced module documentation
([#5362](https://github.com/holoviz/holoviews/pull/5362))
- Remove Python 2 references from README
([#5365](https://github.com/holoviz/holoviews/pull/5365))
- Update call to panel add_periodic_callback in Bokeh gallery example
([#5436](https://github.com/holoviz/holoviews/pull/5436))
- Added reference to example in `RangeToolLink`
([#5435](https://github.com/holoviz/holoviews/pull/5435))

API:

In future, HoloViews will not allow non-string values for pandas
DataFrame column names. This deprecation cycle starts by
issuing a `DeprecationWarning` that should not be visible to users.

- Issue DeprecationWarning for invalid DataFrame column types
([#5457](https://github.com/holoviz/holoviews/pull/5457))

Version 1.15.0
==============
**July 6, 2022**
Expand Down Expand Up @@ -90,7 +171,6 @@ Other enhancements:
- Show all histograms of an `Overlay`
([#5031](https://github.com/holoviz/holoviews/pull/5031))


Bug fixes:

- Fix batch watching and linking of parameters in Params stream
Expand Down
85 changes: 85 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,91 @@ Releases
Version 1.15
~~~~~~~~~~~~

Version 1.15.1
**************

**October 4, 2022**

This release contains a small number of important bug fixes. Many thanks
to all our new contributors @MarcSkovMadsen, @j-svensmark, @ceball,
@droumis, @ddrinka, @Jhsmit and @stanwest as well as a special thanks to
@Hoxbro for his many bug fixes. An additional thank you goes out to
@maximlt, @philippjfr, @jbednar and @jlstevens.

Enhancements:

- Sort output of ``decimate`` operation so that it can be used with
connected Elements (Curve, Area, etc.)
(`#5452 <https://github.com/holoviz/holoviews/pull/5452>`__)
- Ensure HoloViews is importable from a pyodide webworker
(`#5410 <https://github.com/holoviz/holoviews/pull/5410>`__)
- Add support for stepwise Area plots
(`#5390 <https://github.com/holoviz/holoviews/pull/5390>`__)
- Better error message for ``hv.Cycle`` when incompatible backend
activated
(`#5379 <https://github.com/holoviz/holoviews/pull/5379>`__)
- Improvements to VSCode notebook support
(`#5398 <https://github.com/holoviz/holoviews/pull/5398>`__)
- Protect matplotlib tests from global styles
(`#5311 <https://github.com/holoviz/holoviews/pull/5311>`__)
- Faster hashing for arrays and pandas objects
(`#5455 <https://github.com/holoviz/holoviews/pull/5455>`__)
- Add pre-commit hooks to CI actions and fixes to pytest configuration
(`#5385 <https://github.com/holoviz/holoviews/pull/5385>`__,
`#5440 <https://github.com/holoviz/holoviews/pull/5440>`__)

Bug Fixes:

- Allow import of numpy 1.12
(`#5367 <https://github.com/holoviz/holoviews/pull/5367>`__)
- Fixes handling of iterables in Overlays
(`#5320 <https://github.com/holoviz/holoviews/pull/5320>`__)
- Always return a string when using ``hv.Dimension.pprint_value``
(`#5383 <https://github.com/holoviz/holoviews/pull/5383>`__)
- Support widgets in slices for ``loc`` and ``iloc``
(`#5352 <https://github.com/holoviz/holoviews/pull/5352>`__)
- Take account of labeled dimension in Bokeh plotting classes
(`#5404 <https://github.com/holoviz/holoviews/pull/5404>`__)
- Fix handling of pandas ``Period`` ranges
(`#5393 <https://github.com/holoviz/holoviews/pull/5393>`__)
- Fixed declaration of ``Scatter`` to ``Selection1DExpr``
(`#5413 <https://github.com/holoviz/holoviews/pull/5413>`__)
- Ensure rangesupdate event fires on all plots with linked axes
(`#5465 <https://github.com/holoviz/holoviews/pull/5465>`__)
- Fixed fallback to shapely spatial select
(`#5468 <https://github.com/holoviz/holoviews/pull/5468>`__)
- Many thanks to @Hoxbro for many miscellaneous plotting fixes,
including fixes to plotting of ``BoxWhisker``, ``VectorField``
elements (`#5397 <https://github.com/holoviz/holoviews/pull/5397>`__,
`#5450 <https://github.com/holoviz/holoviews/pull/5450>`__,
`#5400 <https://github.com/holoviz/holoviews/pull/5400>`__,
`#5409 <https://github.com/holoviz/holoviews/pull/5409>`__,
`#5460 <https://github.com/holoviz/holoviews/pull/5460>`__))
- Fixes to documentation building GitHub Action
(`#5320 <https://github.com/holoviz/holoviews/pull/5456>`__,
(`#5320 <https://github.com/holoviz/holoviews/pull/5467>`__))

Documention:

- Introduced module documentation
(`#5362 <https://github.com/holoviz/holoviews/pull/5362>`__)
- Remove Python 2 references from README
(`#5365 <https://github.com/holoviz/holoviews/pull/5365>`__)
- Update call to panel add_periodic_callback in Bokeh gallery example
(`#5436 <https://github.com/holoviz/holoviews/pull/5436>`__)
- Added reference to example in ``RangeToolLink``
(`#5435 <https://github.com/holoviz/holoviews/pull/5435>`__)

API:

In future, HoloViews will not allow non-string values for pandas
DataFrame column names. This deprecation cycle starts by issuing a
``DeprecationWarning`` that should not be visible to users.

- Issue DeprecationWarning for invalid DataFrame column types
(`#5457 <https://github.com/holoviz/holoviews/pull/5457>`__)


Version 1.15.0
**************

Expand Down

0 comments on commit 8b84839

Please sign in to comment.