File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 1.10.3
2+ ==============
3+
4+ This is a minor bug fix release including a number of crucial fixes
5+ for issues reported by our users.
6+
7+ Enhancement:
8+
9+ - The dimensions of elements may now be changed allowing updates to
10+ axis labels and table column headers
11+ ([ #2666 ] ( https://github.com/ioam/holoviews/pull/2666 ) )
12+
13+ Fixes:
14+
15+ - Fix for `` labelled `` plot option
16+ ([ #2643 ] ( https://github.com/ioam/holoviews/pull/2643 ) )
17+ - Optimized initialization of dynamic plots specifying a large
18+ parameter space
19+ ([ #2646 ] ( https://github.com/ioam/holoviews/pull/2646 ) )
20+ - Fixed unicode and reversed axis slicing issues in XArrayInterface
21+ ([ #2658 ] ( https://github.com/ioam/holoviews/issues/2658 ) ,
22+ [ #2653 ] ( https://github.com/ioam/holoviews/pull/2653 ) )
23+ - Fixed widget sorting issues when applying dynamic groupby
24+ ([ #2641 ] ( https://github.com/ioam/holoviews/issues/2641 ) )
25+
26+ API:
27+
28+ - The PlotReset reset parameter was renamed to resetting to avoid
29+ clash with a method
30+ ([ #2665 ] ( https://github.com/ioam/holoviews/pull/2665 ) )
31+ - PolyDraw tool data parameter now always indexed with 'xs' and 'ys'
32+ keys for consistency
33+ ([ #2650 ] ( https://github.com/ioam/holoviews/issues/2650 ) )
34+
135Version 1.10.2
236==============
337
@@ -7,7 +41,7 @@ features and regressions introduced in 1.10:
741Enhancement:
842
943- Exposed Image hover functionality for upcoming bokeh 0.12.16 release
10- ([ #2625 ] ( https://github.com/ioam/holoviews/pull/2625 ) )
44+ ([ #2625 ] ( https://github.com/ioam/holoviews/pull/2625 ) )
1145
1246Fixes:
1347
You can’t perform that action at this time.
0 commit comments