Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Releases: FAIRChemistry/software-driven-rdm

v0.2.3

13 Apr 06:32
Compare
Choose a tag to compare

What's Changed

  • Allow population by other object's attributes
  • Extended unit type by @JR-1991 in #49
  • Raw XML type by @JR-1991 in #50
  • Include XML namespaces by @JR-1991 in #51
  • 52 datamodel get does not get element if value is float0 or int0 by @JR-1991 in #53
  • Allow id field to be disabled by @JR-1991 in #54
  • Support dimensionless units of measurement by @JR-1991 in #57
  • Add **kwargs to add method template by @JR-1991 in #62
  • Replace double quotes with literals in attribute descriptions by @JR-1991 in #64
  • Enable XML leaf elements by @JR-1991 in #59

Full Changelog: v0.2.2...v0.2.3

sdRDM v0.2.2

01 Feb 11:41
Compare
Choose a tag to compare
  • Fixes dependency issue caused by Pydantic and Pydantic-xml

Full Changelog: v0.2.1...v0.2.2

sdRDM v0.2.1

12 Jan 10:22
Compare
Choose a tag to compare
  • Fixes XML alias issue upon export

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Jan 19:03
25914ad
Compare
Choose a tag to compare
  • Migration to pyDantic 2.5 and adaption of the code base
  • Stable XML support by pydantic xml
  • Added testing framework (end-to-end and unit)