Isatools

Latest version: v0.14.2

Safety actively analyzes 631346 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

0.12.0

Features:

- Added the `isatools.create.connectors` module. This module contains the `generate_study_design_from_config` function to generate an `isatools.create.StudyDesign` from a JSON configuration document containing metadata about the study design, including sampling and assay plan. These JSON documents can be generated by the [Datascriptor](https://gitlab.com/datascriptor/datascriptor) application.(issues #355, 356, 377)
- Added support for observational variables to `isatools.create.model.StudyArm` (with the parameter `source_characteristics`) (PR 367)
- `StudyDesign.generate_isa_study()`now generates one `Assay` per assay type (via `StudyDesign._generate_samples()`). (issue 369, 373)
- The names of the assay nodes (extract, labelled, extract, protocol node, and data file) (issue 370, 373)
- `isatools.create.model.ProductNode` now has an attribute `extension` (e.g. a file extension fo a `DataFile` node) (issue 378)

Enhancements and Cleanup:
- Introduced support for (built-in, non-configurable) synonyms in protocol types. Protocol types have also been made case insensitive. (issue 382)
- Refactored constants and error messages for the create mode, introducing the modules `isatools.create.constants` and `isatools.create.errors` (issue 342, 368)
- Removed asterisk imports (`*`) from all the core modules (issue 368)
- Removed leftover `print()` statements (issue 374)
- overall test coverage increased from 67% to 76%. The increase is due both to an increase in the number of tests and the removal of some deprecated, experimental or spurious modules.

Breaking changes:
- `isatools.create.models` has been renamed to `isatools.create.model` (issue 368)
- `IsaModelAttributeError` has been replaced with `AttributeError`. We will favour standard Exceptions whenever applicable.

Bug Fixes:
- Fixed typo in NAME_PROPERTY_ASSIGNMENT_ERROR (issue 328)
- Silent expansion of `Characteristic` categories from `str` to `OntologyAnnotation` now supported. You can assign a string to a characteristic category and it will be automatically wrapped into an ontology annotation. (issue 332)
- Fixed duplicated in `OntologyAnnotation` ids (issue 381)
- Fixed raising of an error when correctly setting a comment value (issue 360)

0.12.0rc.3

0.12.0rc.2

0.12.0rc.1

0.11.0

This release of `isatools` introduces a major overhaul of the pre-existing `create` mode for the generation of ISA documents from study design metadata. We have also introduced some (mostly) minor fixes to the core ISA API, enforcing a stricter validation on some objects.

Among the most noteworthy changes there are:
* Support of complex longitudinal study designs with the introduction of `Element`, `Treatment`, `StudyCell` and `StudyArm` classes 318, 321
* Increased flexibility of the sample and assay plans, with the introduction of the `AssayGraph` and the overhaul of the `SampleAssayPlan` class, now renamed `SampleAndAssayPlan` 329, 333, 296
* Increased flexibility for Quality Control support through the `QualityControlService` utility class
* Reworked serialization to JSON/deserialization from JSON of all the study design objects 313
* Check added when submitting quantitative Parameter Values: only numerical values are allowed 347

For more information on the known issues with this release, please check the documentation at http://isatools.readthedocs.org

0.10.3

Update to fix various bugs/issues.

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.