Releases: EdinburghGenomics/pyclarity-lims
Releases · EdinburghGenomics/pyclarity-lims
v0.4.8
- Fixed rework-step in next-action that had to be set to a Step instead of a ProtocolStep
v0.4.7
- Fix for get_batch return type now return list consistently.
- New option for lims.get_file_content to allow retrieval of binary stream
- Ability to create/add to input-output-maps (useful in testing)
v0.4.6
New function for creating Samples and Container vi batch query
v0.4.5
- Fixed bug in Process.outputs_per_input
- Additional tests for Process inputs/outputs
v0.4.4
- Pools can now be created in the
StepPools
entity
Queue
can now return paginated artifact list
- Add nb_page argument to Search function such as
lims.get_samples(nb_page=1)
- Documentation improvments
- Add missing
.get
in Step.advance()
- Fix future warning in
Step.available_programs
(dbarrell)
- Other minor bug fixes
v0.4.3
- Add rough integration testing facility
- Fixes parsing of time stamp in QueuedArtifactList
- Fixes bug in clear function of muttable descriptor
v0.4.1
- Add ability to create step with replicates (multiple output artifacts)
v0.4
- forked genologics repo and rename to pyclarity_lims
- Add ability to create Step instance from queued artifact to start a new process
- Add documentation