Skip to content

Commit

Permalink
Fix changelog for 1.18.2 release (#6114)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Feb 12, 2024
1 parent c0b0806 commit c3c211e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Enhancements:

- Update contour line calculations to use ContourPy's `LineType.ChunkCombinedNan` ([#5985](https://github.com/holoviz/holoviews/pull/5985))
- Use sys.executable for `check_output` ([#5983](https://github.com/holoviz/holoviews/pull/5983))
- Updates to `show_versions` ([(#6072)](https://github.com/holoviz/holoviews/pull/6072), [(#6081)](https://github.com/holoviz/holoviews/pull/6081))
- Updates to `show_versions` ([#6072](https://github.com/holoviz/holoviews/pull/6072), [#6081](https://github.com/holoviz/holoviews/pull/6081))

Bug fixes:

Expand All @@ -32,26 +32,26 @@ Bug fixes:
- Support partial bound function ([#6009](https://github.com/holoviz/holoviews/pull/6009))
- Add `norm` in `init_artists` in holoviews/plotting/mpl/raster.py ([#6029](https://github.com/holoviz/holoviews/pull/6029))
- Fix linking elements that are transformed by a Compositor ([#6003](https://github.com/holoviz/holoviews/pull/6003))
- Add datetime hover information for selector ([#6023](https://github.com/holoviz/holoviews/pull/6023), [(#6039)](https://github.com/holoviz/holoviews/pull/6039))
- Only evaluate `rx` if it is an Reactive Expression ([(#6014)](https://github.com/holoviz/holoviews/pull/6014))
- Ensure partial methods can be used as dmap callables ([(#6063)](https://github.com/holoviz/holoviews/pull/6063))
- Del frame after stack level is found in `deprecated` ([(#6085)](https://github.com/holoviz/holoviews/pull/6085))
- Add datetime hover information for selector ([#6023](https://github.com/holoviz/holoviews/pull/6023), [#6039](https://github.com/holoviz/holoviews/pull/6039))
- Only evaluate `rx` if it is a Reactive Expression ([#6014](https://github.com/holoviz/holoviews/pull/6014))
- Ensure partial methods can be used as dmap callables ([#6063](https://github.com/holoviz/holoviews/pull/6063))
- Del frame after stack level is found in `deprecated` ([#6085](https://github.com/holoviz/holoviews/pull/6085))

Compatibility:

- Compatibility updates with xarray 2023.12 ([#6026](https://github.com/holoviz/holoviews/pull/6026))
- Add extra check to detect if we are in jupyterlite ([#6007](https://github.com/holoviz/holoviews/pull/6007))
- Compatibility updates with Pandas 2.2 ([(#6074)](https://github.com/holoviz/holoviews/pull/6074), [(#6078)](https://github.com/holoviz/holoviews/pull/6078))
- Add Comm `on_open` handler to initialize the server comm ([(#6076)](https://github.com/holoviz/holoviews/pull/6076))
- Compatibility updates with Pandas 2.2 ([#6074](https://github.com/holoviz/holoviews/pull/6074), [#6078](https://github.com/holoviz/holoviews/pull/6078))
- Add Comm `on_open` handler to initialize the server comm ([#6076](https://github.com/holoviz/holoviews/pull/6076))

Documentation:

- Fix docs ([#5996](https://github.com/holoviz/holoviews/pull/5996))
- Fix Param usage in the Plot and Renderers guide ([#6001](https://github.com/holoviz/holoviews/pull/6001))
- Fixing URLs to bokeh project ([#6005](https://github.com/holoviz/holoviews/pull/6005))
- Fix to broken urls in example gallery pages ([(#6038)](https://github.com/holoviz/holoviews/pull/6038))
- Replace Google Analytics with GoatCounter ([(#6048)](https://github.com/holoviz/holoviews/pull/6048))
- Add downloads badges ([(#6088)](https://github.com/holoviz/holoviews/pull/6088))
- Fix to broken urls in example gallery pages ([#6038](https://github.com/holoviz/holoviews/pull/6038))
- Replace Google Analytics with GoatCounter ([#6048](https://github.com/holoviz/holoviews/pull/6048))
- Add downloads badges ([#6088](https://github.com/holoviz/holoviews/pull/6088))

Maintenance:

Expand All @@ -63,8 +63,8 @@ Maintenance:
- Part 1, modernize test suite ([#5954](https://github.com/holoviz/holoviews/pull/5954))
- Enforce labels ([#5996](https://github.com/holoviz/holoviews/pull/5997))
- Add lower pin to scipy ([#6032](https://github.com/holoviz/holoviews/pull/6032))
- Skip Deploying_Bokeh_Apps.ipynb on Windows ([(#6070)](https://github.com/holoviz/holoviews/pull/6070))
- Fix failing Windows tests ([(#6087)](https://github.com/holoviz/holoviews/pull/6087))
- Skip Deploying_Bokeh_Apps.ipynb on Windows ([#6070](https://github.com/holoviz/holoviews/pull/6070))
- Fix failing Windows tests ([#6087](https://github.com/holoviz/holoviews/pull/6087))

# Version 1.18.1

Expand Down
32 changes: 16 additions & 16 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Version 1.18.2

**February 5, 2024**

This minor release includes a number of bug fixes and documentation
This micro release includes a number of bug fixes and documentation
updates, as well as compatibility updates for xarray 2023.12 and Pandas
2.2. Many thanks to the new contributors @junietoc, @JulianGiles, and
@magic-lantern, as well as the returning contributors @ianthomas23,
Expand All @@ -42,8 +42,8 @@ Enhancements:
- Use sys.executable for ``check_output``
(`#5983 <https://github.com/holoviz/holoviews/pull/5983>`__)
- Updates to ``show_versions``
(`(#6072) <https://github.com/holoviz/holoviews/pull/6072>`__,
`(#6081) <https://github.com/holoviz/holoviews/pull/6081>`__)
(`#6072 <https://github.com/holoviz/holoviews/pull/6072>`__,
`#6081 <https://github.com/holoviz/holoviews/pull/6081>`__)

Bug fixes:

Expand All @@ -62,13 +62,13 @@ Bug fixes:
(`#6003 <https://github.com/holoviz/holoviews/pull/6003>`__)
- Add datetime hover information for selector
(`#6023 <https://github.com/holoviz/holoviews/pull/6023>`__,
`(#6039) <https://github.com/holoviz/holoviews/pull/6039>`__)
- Only evaluate ``rx`` if it is an Reactive Expression
(`(#6014) <https://github.com/holoviz/holoviews/pull/6014>`__)
`#6039 <https://github.com/holoviz/holoviews/pull/6039>`__)
- Only evaluate ``rx`` if it is a Reactive Expression
(`#6014 <https://github.com/holoviz/holoviews/pull/6014>`__)
- Ensure partial methods can be used as dmap callables
(`(#6063) <https://github.com/holoviz/holoviews/pull/6063>`__)
(`#6063 <https://github.com/holoviz/holoviews/pull/6063>`__)
- Del frame after stack level is found in ``deprecated``
(`(#6085) <https://github.com/holoviz/holoviews/pull/6085>`__)
(`#6085 <https://github.com/holoviz/holoviews/pull/6085>`__)

Compatibility:

Expand All @@ -77,10 +77,10 @@ Compatibility:
- Add extra check to detect if we are in jupyterlite
(`#6007 <https://github.com/holoviz/holoviews/pull/6007>`__)
- Compatibility updates with Pandas 2.2
(`(#6074) <https://github.com/holoviz/holoviews/pull/6074>`__,
`(#6078) <https://github.com/holoviz/holoviews/pull/6078>`__)
(`#6074 <https://github.com/holoviz/holoviews/pull/6074>`__,
`#6078 <https://github.com/holoviz/holoviews/pull/6078>`__)
- Add Comm ``on_open`` handler to initialize the server comm
(`(#6076) <https://github.com/holoviz/holoviews/pull/6076>`__)
(`#6076 <https://github.com/holoviz/holoviews/pull/6076>`__)

Documentation:

Expand All @@ -90,11 +90,11 @@ Documentation:
- Fixing URLs to bokeh project
(`#6005 <https://github.com/holoviz/holoviews/pull/6005>`__)
- Fix to broken urls in example gallery pages
(`(#6038) <https://github.com/holoviz/holoviews/pull/6038>`__)
(`#6038 <https://github.com/holoviz/holoviews/pull/6038>`__)
- Replace Google Analytics with GoatCounter
(`(#6048) <https://github.com/holoviz/holoviews/pull/6048>`__)
(`#6048 <https://github.com/holoviz/holoviews/pull/6048>`__)
- Add downloads badges
(`(#6088) <https://github.com/holoviz/holoviews/pull/6088>`__)
(`#6088 <https://github.com/holoviz/holoviews/pull/6088>`__)

Maintenance:

Expand All @@ -115,9 +115,9 @@ Maintenance:
- Add lower pin to scipy
(`#6032 <https://github.com/holoviz/holoviews/pull/6032>`__)
- Skip Deploying_Bokeh_Apps.ipynb on Windows
(`(#6070) <https://github.com/holoviz/holoviews/pull/6070>`__)
(`#6070 <https://github.com/holoviz/holoviews/pull/6070>`__)
- Fix failing Windows tests
(`(#6087) <https://github.com/holoviz/holoviews/pull/6087>`__)
(`#6087 <https://github.com/holoviz/holoviews/pull/6087>`__)


Version 1.18.1
Expand Down

0 comments on commit c3c211e

Please sign in to comment.