Skip to content

Releases: CirroBio/Cirro-SDK-Python

v0.3.8

21 Sep 19:44
7f4a426

Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7

21 Sep 18:55
2de517d

Choose a tag to compare

Move pandas dependencies

Full Changelog: v0.3.6...v0.3.7

v0.3.6

21 Sep 16:15

Choose a tag to compare

Added two helper functions to PreprocessDataset:

  • wide_samplesheet(): Format a wide samplesheet with each read-pair on a row.
  • update_compute(): Replace all instances of a text string in the compute config file.

v0.3.5

06 Sep 22:28

Choose a tag to compare

Full Changelog: v0.3.4...v0.3.5

Fix dataset query limit

v0.3.4

06 Sep 22:20

Choose a tag to compare

Full Changelog: v0.3.3...v0.3.4

v0.3.3

06 Sep 18:40
a3d7557

Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

30 Aug 14:16

Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

  • Fix error when configuring CLI

v0.3.1

13 Jul 23:07
54a3065

Choose a tag to compare

What's Changed

  • Add the ability to create datasets using just IAMAuth (for service accounts)
  • Bug fix with process-ouput.json template

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Jul 16:20

Choose a tag to compare

Changes:

  • Ability to submit an analysis for a dataset
  • Added helper function to PreprocessDataset to load params
  • Added sample Jupyter notebooks on SDK usage
  • Breaking: Model API changes

Full Changelog: v0.2.1...v0.3.0

v0.2.1

05 Jul 17:13

Choose a tag to compare

Changes:

  • Fixed a bug in the PreprocessDataset to write params to the expected local file
  • Added helper function to PreprocessDataset to delete params
  • Added sonarcloud