Skip to content

Releases: smart-spectral-matching/ssm-service-file-converter

Version 0.2.3

16 Aug 12:29
Compare
Choose a tag to compare
  • Bumps SciDataLib dependency from 0.2.6 -> 0.3.0
  • Fixes to testing with update in SciDataLib along with other testing improvements

Version 0.2.2

08 Aug 16:42
Compare
Choose a tag to compare
  • For SSM abbreviated JSON, numberArray are cast to float; previously, str was also allowed
  • Development
    • switches Raman Soddyite test data to reflect change with numberArray only being floats

Version 0.2.1

07 Aug 15:10
Compare
Choose a tag to compare
  • New format for the "system" section of the SSM abbreviated JSON when converting from SciData JSON-LD. This fixes and issue with name clashes like in facets overwriting other facet values. This implies we were having "data loss" in the conversion.
  • Bug fixes:
    • "atoms" section of "system" had incorrect format in SSM abbreviated JSON. new format for this section and "system". Tests and test data updated to reflect this change

Version 0.2.0

07 Jul 14:48
Compare
Choose a tag to compare
  • Version 0.1.0 was released internally, this is first "public" release
  • Adds BSD-3 clause license
  • Bug fixes:
    • re-adds table of contents to SciData JSON-LD after we re-write the metadata in SciData converter
    • fixes to ssm json converter service (i.e. evaluation method calls for SciData class, initializing flag variables for aspects)fixes to ssm json converter service)
  • Development:
    • adds new test data from catalog service for Raman Studtite + NMR Limonene
    • switches from poetry -> PDM
    • pytest version is now 7.x