Releases: wright-group/WrightTools
Releases · wright-group/WrightTools
3.1.1 - Data patches
Highlights of this release:
- wt-tree entry point
- Allows for quick printing of the tree
wt-tree data.wt5
- Allows for quick printing of the tree
- from_Solis method to create a data object
- Downscale method of data
- Kit methods for fluence calculations and SVD
- Interactive 2D plots for exploration of data objects with ndim >= 2
- pcolormesh method
- Additional bug fixes and code maintainability improvements
Full change log here
3.1.0 - cleanup
- Lots of internal cleanup to the codebase, formatting, and documentation.
- Removed fit module entirely (was previously not imported by default anyway)
- Removed unused artist classes
- Documentation updated to better reflect current features
- Now use
black
for code formatting
- Added
__citation__
for our preferred citation for WrightTools - Added support for
pathlib
objects - Recovered
Data.collapse
method to lower dimensionality of data objects
Full list of changes can be found here
3.0.4 - add MANIFEST
3.0.3 - migrate requirements
3.0.2 - bugfixes: PyCMDS, Cary, distribution
3.0.1 - Data Patches
Highlights of this release include:
- Fixed Windows bug which prevented deletion of files
- Allow for constant values in axis expressions
from_PyCMDS
will now read incomplete data acquisitions- Bug fixes to match documented behavior
- Documentation fixes to match actual behavior