Skip to content

Releases: pycroscopy/sidpy

0.0.6

01 Oct 22:20
ed7beb0
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

Update with

  • better support of dask functions (thanks Mani).
  • nested dictionaries are now written and read from hdf5 files
  • support of 4D image sets in plotting.
  • Minor bug fixes

0.0.5

11 Apr 19:53
bc4db8c
Compare
Choose a tag to compare

Some bug fixes
mathematical operations return sidpy.Dataset now instead of dask.array.

0.0.4

18 Dec 21:18
751c292
Compare
Choose a tag to compare

Sidpy 0.0.4 release (Minor)

Some minor changes to sidpy, primarily improving testing and fixing bugs.

Changes since 0.0.3:

  • range of bug fixes
  • greatly expanded tests
  • added ore docstrings
  • simplified imports and removed unnecessary functions
  • compatibility with single core machines
  • changes to write_simple_attrs method, to now include ability to write enum objects
  • changes to minimum dimension size

0.0.3

09 Oct 20:24
Compare
Choose a tag to compare

Major changes:

  • sidpy.Dataset extend dask.array
  • sidpy.Dimension extends numpy.ndarray
  • Improved unit testing for core functions

Minor changes:

0.0.2

23 Aug 15:06
Compare
Choose a tag to compare
  • Submodules of the main modules can be imported directly. E.g. import sidpy.hdf_utils instead of sidpy.hdf.hdf_utils
  • Preventing tests from being deployed into site-packages
  • Fixed bugs in sidpy.io.interface_utils.py that was causing problems when importing sidpy
  • Added python 3.8 support and testing
  • Improvements and bug fixes to dataset.py
  • Added plotting utilities written to support upcoming Dataset.plot().
  • Ported additional hdf_utils functions for copying datasets (now in hdf_utils) and provenance tracking within HDF files (now in prov_utils)
  • Added Reader class to do half the job of the existing Translator class
  • Translator class now shows a deprecation warning prompting users to start using Reader instead and populate ScopeReaders

0.0.1

07 Aug 21:32
bd75f96
Compare
Choose a tag to compare
  • Substantial reorganization of code
  • Added string and dictionary utilities