We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84958d commit 0523d28Copy full SHA for 0523d28
docs/changelog.rst
@@ -1,5 +1,16 @@
1
Changelog
2
=========
3
+1.0.2
4
+-----
5
+Bug fixes
6
+~~~~~~~~~
7
+- A full dataset is no longer read into memory when using ``HistogramWidget``.
8
+ Only the current slice is loaded.
9
+
10
+Changes
11
+~~~~~~~
12
+- Histogram bin limits are now caclualted from the slice being histogrammed, and
13
+ not the whole dataset. This is as a result of the above bug fix.
14
15
1.0.1
16
-----
0 commit comments