Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 2.01 KB

CHANGES.rst

File metadata and controls

55 lines (46 loc) · 2.01 KB

0.9

  • New --no-pager option to disable output to a pager in the terminal #41
  • Support for the common NO_COLOR environment variable to disable colours #43
  • The h5glance-html command now supports --version #37
  • The data displayed from scalar datasets is no longer described as a sample #38
  • Minimum required Python is now 3.9

0.8.1

  • Fix compatibility with NumPy >= 1.24 #30
  • Minimum required Python is now 3.7

0.8

0.7

  • Add -s option to select data to display in the terminal #16
  • Show data for attributes containing small arrays #15
  • More accurate description of non-standard datatypes #17
  • Better document installation and completions in the shell #18
  • Added 'Why H5Glance' to the README #20

0.6

  • Added support for h5pyd objects in the notebook interface: #11
  • Improved expand/collapse icons in the notebook interface: #12
  • Don't crash the terminal interface when attributes are unreadable: #13