Skip to content

Releases: vrtulka23/scinumtools

Minor update

25 Oct 19:12
fdead35
Compare
Choose a tag to compare
  • fixed pypi project name

Minor update

25 Oct 18:59
e52c9e1
Compare
Choose a tag to compare
  • changed project name to "SciNumTools v2"

Small fixes

22 Oct 16:17
Compare
Choose a tag to compare
  • fixed pytests
  • changed np.in1d to np.isin

New features

01 Jun 08:37
Compare
Choose a tag to compare
  • 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

10 Apr 09:17
Compare
Choose a tag to compare
  • added print() method to the ImageMetadata class

ImageMetadata

09 Apr 20:07
Compare
Choose a tag to compare
  • Introducing new tool ImageMetadata that stores information into the EXIF UserComment tag

Minor update

09 Apr 08:28
Compare
Choose a tag to compare
  • minor updates to Material classes
  • Columns in RowCollector can now be initialised with the first row insertion using a dictionary

Rearranged material classes

30 Mar 22:01
Compare
Choose a tag to compare
  • 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

21 Mar 18:09
Compare
Choose a tag to compare
  • abstracted materials and substances as compounds; substances and elements as components
  • updated documentation

Small fix

26 Feb 10:55
Compare
Choose a tag to compare
  • fixed selection of the most abundant isotope in Element class