Skip to content

Commit

Permalink
Fix releases urls (#4672)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Oct 31, 2020
1 parent 45dca28 commit c7a0eca
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,37 +24,37 @@ Many thanks for contribution by @bryevdv, @jbednar, @jlstevens,
Bug fixes:

- Improvements to iteration over Series in CuDF data backend
(`#4624]<https://github.com/holoviz/holoviews/pull/4624`_)
(`#4624 <https://github.com/holoviz/holoviews/pull/4624>`_)
- Added .values_host calls needed for iteraction in CuDF backend
(`#4646]<https://github.com/holoviz/holoviews/pull/4646`_)
(`#4646 <https://github.com/holoviz/holoviews/pull/4646>`_)
- Fixed bug resetting ranges
(`#4654]<https://github.com/holoviz/holoviews/pull/4654`_)
(`#4654 <https://github.com/holoviz/holoviews/pull/4654>`_)
- Fix bug matching elements to subplots in `DynamicMap` (#4649)
(`#4649]<https://github.com/holoviz/holoviews/pull/4649`_)
(`#4649 <https://github.com/holoviz/holoviews/pull/4649>`_)
- Ensure consistent split `Violin` color assignment
(`#4650]<https://github.com/holoviz/holoviews/pull/4650`_)
(`#4650 <https://github.com/holoviz/holoviews/pull/4650>`_)
- Ensure `PolyDrawCallback` always has vdim data
(`#4644]<https://github.com/holoviz/holoviews/pull/4644`_)
(`#4644 <https://github.com/holoviz/holoviews/pull/4644>`_)
- Set default align in bokeh correctly
(`#4637]<https://github.com/holoviz/holoviews/pull/4637`_)
(`#4637 <https://github.com/holoviz/holoviews/pull/4637>`_)
- Fixed deserialization of polygon/multi_line CDS data in bokeh backend
(`#4631]<https://github.com/holoviz/holoviews/pull/4631`_)
(`#4631 <https://github.com/holoviz/holoviews/pull/4631>`_)

Enhancements:

- Refactor of link selections streams
(`#4572]<https://github.com/holoviz/holoviews/pull/4572`_)
(`#4572 <https://github.com/holoviz/holoviews/pull/4572>`_)
- Add ability to listen to dataset linked_selection
(`#4547]<https://github.com/holoviz/holoviews/pull/4547`_)
(`#4547 <https://github.com/holoviz/holoviews/pull/4547>`_)
- Added `selected` parameter to Bokeh PathPlot
(`#4641]<https://github.com/holoviz/holoviews/pull/4641`_)
(`#4641 <https://github.com/holoviz/holoviews/pull/4641>`_)

Documentation:

- Improved `Bars` reference example, demonstrating the dataframe constructor
(`#4656]<https://github.com/holoviz/holoviews/pull/4656`_)
(`#4656 <https://github.com/holoviz/holoviews/pull/4656>`_)
- Various documentation fixes
(`#4628]<https://github.com/holoviz/holoviews/pull/4628`_)
(`#4628 <https://github.com/holoviz/holoviews/pull/4628>`_)

Version 1.13.4
**************
Expand Down

0 comments on commit c7a0eca

Please sign in to comment.