Skip to content

Commit

Permalink
Merge f179385 into 5aaa706
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Oct 23, 2020
2 parents 5aaa706 + f179385 commit bb7c635
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,46 @@
Version 1.13.5
==============

This version contains numerous bug fixes and a number of enhancements.
Many thanks for contribution by @bryevdv, @jbednar, @jlstevens,
@jonmmease, @kcpevey and @philippjfr.


Bug fixes:

- Improvements to iteration over Series in CuDF data backend
([#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))
- Fixed bug resetting ranges
([#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))
- Ensure consistent split Violin color assignment
([#4650](https://github.com/holoviz/holoviews/pull/4650))
- Ensure PolyDrawCallback always has vdim data
([#4644](https://github.com/holoviz/holoviews/pull/4644))
- Set default align in bokeh correctly
([#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))

Enhancements:

- Refactor of link selections streams
([#4572](https://github.com/holoviz/holoviews/pull/4572))
- Add ability to listen to dataset linked_selection
([#4547](https://github.com/holoviz/holoviews/pull/4547))
- Added selected parameter to Bokeh PathPlot
([#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))
- Various documentation fixes
([#4628](https://github.com/holoviz/holoviews/pull/4628))

Version 1.13.4
==============

Expand Down

0 comments on commit bb7c635

Please sign in to comment.