Release notes#

v0.14.0#

v0.13.0#

v0.12.0#

  • Update ts-ids-core dependency to version ^2.0.0

v0.11.2#

  • Fix malformatted links in documentation

v0.11.1#

  • Documentation is no longer packaged with ts-ids-components. Instead, visit the public documentation site at ids.tetrascience.com.

v0.11.0#

v0.10.0#

  • Rename top-level fields for Plate Reader Methods components, from ‘methods_steps’ to ‘protocol_steps’ and from ‘methods_measurements_settings’ to ‘measurement_settings’. This avoids reusing the same prefix, making the parent/child relationship of normalized Lakehouse tables more clear from the table names.

  • Add Tangential Flow Filtration components

v0.9.2#

  • Remove the parent table name, systems and methods, appended to child-tables in Chromatography components

    • Change expected table names from systems_columns to columns, systems_modules to modules, methods_mobile_phases to mobile_phases and methods_mobile_phase_gradient_steps to mobile_phase_gradient_steps

v0.9.1#

  • Fix validation bug by correcting field definitions in Chromatography <ts_ids_components.chromatography.method.Electrode>

v0.9.0#

  • Update Chromatography components

  • Substantial updates to systems, results, peaks, and methods objects

v0.8.0#

v0.7.0#

v0.6.0#

v0.5.0#

  • Add Plate Reader Methods components

  • Update Plate Reader components

    • Remove the following components since these have been absorbed into new components within Plate Reader Methods:

      • Laser

      • EmissionExcitationFilterPair

      • FilterSet

      • DetectorMethod

    • Rename the following components to according to the new methods components design:

      • ShakingMethod -> ShakingStep

        • Remove id attribute

      • InjectionMethod -> InjectionStep

  • Package documentation is now distributed with the package. Review the ts-ids docs command for more.

v0.4.1#

  • First release to external Python package index. No changes.

v0.4.0#

v0.3.1#

  • Update to use ts-ids-core 0.5.0

  • Fix typo in ts_ids_components.chromatography.peak.PlateCounts: change unspecified’s JSON Schema metadata from descripton to description

v0.3.0#

  • Add chromatography.method.Method and chromatography.system.System components

  • Restrict ts-ids-core dependency to >=0.2.0, <0.5 due to upcoming breaking changes

v0.2.2#

  • Update dependencies to allow ts-ids-core versions >=0.2.0, <1

v0.2.1#

  • Bug fixes to the chromatography.peak.Peak component

v0.2.0#

  • Add chromatography.peak.Peak component

v0.1.1#

  • Add sample_index to plate_reader.PlateReaderDimensionName

v0.1.0#

  • Initial version