Releases: pycroscopy/sidpy
Releases · pycroscopy/sidpy
0.0.6
0.0.5
0.0.4
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
0.0.2
- Submodules of the main modules can be imported directly. E.g.
import sidpy.hdf_utils
instead ofsidpy.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 inprov_utils
) - Added
Reader
class to do half the job of the existingTranslator
class Translator
class now shows a deprecation warning prompting users to start usingReader
instead and populateScopeReaders