Releases: icatproject/python-icat
1.6.0
1.5.1
Documentation fix.
See the full changelog for details.
1.5.0
Make some prescribed values in the transformation to ICAT data file format configurable with class attributes of icat.ingest.IngestReader
.
See the full changelog for details.
1.4.0
One minor improvement in the icat.config
module:
- Add an option to disable parsing of command line arguments in class
Config
.
See the full changelog for details.
1.3.0
Some small, mostly internal improvements in class icat.ingest.IngestReader
:
- Make it easier to configure XSLT files to use for processing the input in subclasses,
- Inject additional environment information into the input data which will make it easier for the XSLT to adapt to ICAT schema changes in the future,
- Better error handling.
See the full changelog for details.
1.2.0
Improved the file format read by module icat.ingest
to allow adding relations from datasets to samples.
See the full changelog for details.
1.1.0
Add module icat.ingest
providing class IngestReader
that reads metadata from an XML file to add them to ICAT. It is designed for the use case of ingesting metadata for datasets created during experiments.
See the full changelog for details.