Skip to content

Releases: bhklab/orcestra-downloader

v0.2.0

10 Dec 17:05
Compare
Choose a tag to compare

v0.2.0 (2024-12-10)

Bug Fixes

  • Refactor CI workflow to use matrix for environment variable and streamline setup (09a3944)

  • Simplify CI workflow by removing commented-out steps and updating release command in pixi.toml (8178bca)

  • Update cache response retrieval to include name parameter and adjust CI environment (e1b5577)

  • Update CI workflow environment to 'quality' and adjust command execution (1cdcd39)

  • Update CI workflow to use matrix for environment variable and streamline deployment process (cddbbb4)

  • Update CI workflow to use Python 3.13 environment (d99a9d2)

  • Update release command in CI workflow to use matrix environment variable (e0b0635)

  • Update semantic-release commands in pixi.toml to specify configuration file (23f7b25)

  • Update sha256 checksum for orcestra-downloader in pixi.lock (f259f13)

Features

  • Add CI/CD workflow and update development environment features in pixi.toml (49d0eac)

  • Add ToxicoSet and XevaSet models with JSON parsing and summary printing (e780e9d)

  • Enhance CLI with pretty printing options and improve usage documentation (b186135)

  • Implement logging configuration and data models for dataset handling (3e273e9)

  • Update CLI structure and add dataset management commands with logging configuration (6d85aab)

Refactoring

  • Clean up code formatting and remove unused main module and tests (112242b)

Detailed Changes: v0.1.0...v0.2.0

v0.1.0

09 Dec 23:06
Compare
Choose a tag to compare

v0.1.0 (2024-12-09)

Bug Fixes

  • Add error handling and logging for PharmacoSet filtering in cli function (fe9bd24)

  • Update Python version badge URL in README for correct reference (4cf06d9)

Chores

  • Comment out Python version badge in README and add empty hatch.toml file (92df07a)

  • Update repository references from jjjermiah to bhklab in documentation and configuration files (1df233a)

Features

  • Add initial implementation of PharmacoSet downloader with caching and API integration (c197552)

  • Enhance PharmacoSet caching and API fetching logic (ebb679d)

  • Enhance PharmacoSetManager with filtering and table printing capabilities (5d1a9f9)

Refactoring

  • Rename package from orcestradownloader to orcestra-downloader for consistency (debbbf7)