Skip to content

v1.4.3

Compare
Choose a tag to compare
@colinpalmer colinpalmer released this 22 Sep 15:49
· 52 commits to master since this release
  • Add helper functions for working with header labels.
  • Update header statistics calculation to use float32 instead of float64. This
    is about twice as fast and uses less memory, but does make the calculations
    slightly less accurate and will overflow (to 'inf') if the data array
    contains very large values (larger than approximately 1e19).