Releases: smart-spectral-matching/ssm-service-file-converter
Releases · smart-spectral-matching/ssm-service-file-converter
Version 0.2.3
- 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
- For SSM abbreviated JSON,
numberArray
are cast tofloat
; previously,str
was also allowed - Development
- switches Raman Soddyite test data to reflect change with
numberArray
only being floats
- switches Raman Soddyite test data to reflect change with
Version 0.2.1
- 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
- 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