Skip to content

Commit 27d38e9

Browse files
committed
Fix changelog for 1.18.2 release (#6114)
1 parent f4c2c04 commit 27d38e9

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

CHANGELOG.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Enhancements:
2222

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

2727
Bug fixes:
2828

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

4040
Compatibility:
4141

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

4747
Documentation:
4848

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

5656
Maintenance:
5757

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

6969
# Version 1.18.1
7070

doc/releases.rst

+16-16
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Version 1.18.2
2828

2929
**February 5, 2024**
3030

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

4848
Bug fixes:
4949

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

7373
Compatibility:
7474

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

8585
Documentation:
8686

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

9999
Maintenance:
100100

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

122122

123123
Version 1.18.1

0 commit comments

Comments
 (0)