Skip to content

Latest commit

 

History

History
255 lines (149 loc) · 9.5 KB

CHANGELOG.md

File metadata and controls

255 lines (149 loc) · 9.5 KB

CHANGELOG

v0.11.0 (2024-12-13)

Chores

Features

  • Improve CLI help text and dataset naming conventions (#2, 4ee9b57)
  • feat: improve help + table naming

  • enhancement: enhance CLI help text and add epilog for issue reporting

closes #1

v0.10.0 (2024-12-11)

Chores

Features

  • Add media task command for GIF updates in pixi.toml (5a99552)

  • Add PyPI badges to README for versioning and download statistics (b28bf5c)

  • Add usage examples and GIF to README, and update pixi.toml for media features (c536650)

v0.9.0 (2024-12-11)

Chores

Features

  • Update command name in CLI for improved clarity (31f9d98)

v0.8.0 (2024-12-11)

Chores

Features

  • Update Python version support to include 3.10 and 3.11 in workflows and dependencies (f3fa34b)

v0.7.0 (2024-12-11)

Chores

Features

  • Add support for 'radiomicsets' dataset and enhance dataset download functionality with timeout handling (e5eb513)

v0.6.0 (2024-12-10)

Chores

Features

  • Enhance CLI help formatting for dataset commands (83e68be)

  • Enhance dataset download functionality with support for multiple datasets and default directory (48ae456)

v0.5.0 (2024-12-10)

Chores

Features

  • Add RadiomicSet model, and enhance caching functionality (2340670)

  • Enhance dataset management commands with optional dataset name and summary printing (d20afd7)

  • Update cache response handling in tests to include name parameter (b2f99db)

v0.4.0 (2024-12-10)

Chores

Features

  • Add documentation build and publish workflows with mkdocs (08b93e9)

  • Add mike dependency for documentation and update CI workflow for quality control (dff42bd)

v0.3.0 (2024-12-10)

Chores

Features

  • Scaffold download entry point (1a0b295)

v0.2.1 (2024-12-10)

Bug Fixes

  • Update CI workflow to use matrix for Python version and environment variable in Publish-To-PyPi job (593cb33)

Chores

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)

Chores

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)

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)