Skip to content

v0.4.4

Compare
Choose a tag to compare
@tcezard tcezard released this 10 Sep 13:42
· 31 commits to master since this release
  • 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