Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 4.78 KB

File metadata and controls

74 lines (55 loc) · 4.78 KB

ChangeLog

3.3.0 - 2025-05-08

3.2.3 - 2025-01-12

  • adapt code to python 3.12 (#201)
  • fix support for utf8 string as field/attrtirbute values (#210)

3.2.2 - 2023-10-12

  • add pninexus filters to python wheel (#196)

3.2.1 - 2023-10-12

  • replace README.md by README.rst (#190)

3.2.0 - 2023-10-12

  • string parameters to has/get_dataset/group/node added (#185)
  • get_numpy_include_dirs to numpy.get_include changed (#184)
  • technical release for libpninexus v3.2.0 (#234) and libh5cpp v0.6.0 (ess-dmsc/h5cpp#631)

3.1.0 - 2023-04-25

3.0.3 - 2023-01-12

3.0.2 - 2023-01-05

3.0.1 - 2022-05-25

3.0.0 - 2022-05-09

  • add documetation versioning (#148)
  • switch tests to pytest (#149)
  • add size, type and dimensions to Hyperslab (#154)
  • update enums for SZip and ScaleOffset updated (#157)
  • add PointsWrapper (#160)
  • add H5CPP_ prefix (#162)
  • use libpninexus 3.0.0 and libph5cpp 0.5.0 c++ libraries (#166)

2.0.0 - 2021-07-28

  • use libpninexus 2.0.0 c++ libraries (#143)

1.3.4 - 2021-02-20

  • HDF5_version to HDF5_Version attribute changed (#132)
  • NeXus_version attribute removed (#132)
  • h5cpp.current_library_version() function added (#132)

1.3.3 - 2021-01-27

  • Dataset.fill_value methods added (#127)

1.3.2 - 2021-01-12

  • ImageFlags wrapper added (#125)

1.3.1 - 2021-01-11

  • python-pni changed to python-pninexus (#121)
  • Path.absolute property fixed (#120)
  • Path_is_root() method added (#120)

1.3.0 - 2021-01-08

  • support for an image file buffer (#99)
  • Integer class properties (#100)
  • Float class properties (#101)
  • Filter.is_encoding_enabled() and Filter.is_decoding_enabled methods (#102)
  • ExternalFilters class (#103)
  • NBit, SZip, ScaleOffset filters (#104)
  • float16 type (#105)
  • complex types (#107)
  • Compound datatype class (#107)