Skip to content

Don't read full cube into mem for histogramming #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add changelog
  • Loading branch information
dstansby committed Jul 26, 2023
commit 0523d2844a7e02a9702a3e31f21bd767e8ad61f9
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Changelog
=========
1.0.2
-----
Bug fixes
~~~~~~~~~
- A full dataset is no longer read into memory when using ``HistogramWidget``.
Only the current slice is loaded.

Changes
~~~~~~~
- Histogram bin limits are now caclualted from the slice being histogrammed, and
not the whole dataset. This is as a result of the above bug fix.

1.0.1
-----
Expand Down