Releases: vrtulka23/scinumtools
Releases · vrtulka23/scinumtools
Minor update
Minor update
- changed project name to "SciNumTools v2"
Small fixes
- fixed pytests
- changed np.in1d to np.isin
New features
- Added ImageMetadata functionality
- Unit system list is now a class that can either create new units (SI.Pressure(2.34e23)) or return corresponding system unit symbols (SI['Pressure'])
Minor release
- added print() method to the ImageMetadata class
ImageMetadata
- Introducing new tool ImageMetadata that stores information into the EXIF UserComment tag
Minor update
- minor updates to Material classes
- Columns in RowCollector can now be initialised with the first row insertion using a dictionary
Rearranged material classes
- Compound class was renamed to Composite
- Sections in the material documentation were split to separate files
- Introduced Matter class
- Standardized printing and data in materials
Restructured material properties
- abstracted materials and substances as compounds; substances and elements as components
- updated documentation