Skip to content

Releases: manmartgarc/stochatreat

v0.2.5

23 Mar 05:02
54d35ca

Choose a tag to compare

v0.2.5 (2026-03-23)

Bug Fixes

  • preparation: Raise ValueError when 'stratum_id' is used as idx_col or stratum column (86d9562)

Build System

  • deps: Bump actions/upload-pages-artifact from 3 to 4 (e5eebb1)

Detailed Changes: v0.2.4...v0.2.5

v0.2.4

23 Feb 04:58
dc51a15

Choose a tag to compare

v0.2.4 (2026-02-23)

Bug Fixes

  • Explicitly set tag to avoid hatch-vcs dirty tag (4707f7d)

Detailed Changes: v0.2.3...v0.2.4

v0.2.3

23 Feb 04:38
bff250a

Choose a tag to compare

v0.2.3 (2026-02-23)


Detailed Changes: v0.2.2...v0.2.3

v0.2.2

23 Feb 04:24
04e58fc

Choose a tag to compare

v0.2.2 (2026-02-23)

Bug Fixes


Detailed Changes: v0.2.1...v0.2.2

v0.2.1

23 Feb 03:48
7c4abfb

Choose a tag to compare

v0.2.1 (2026-02-23)

Bug Fixes

  • packaging: Align versioning with hatch-vcs standard pattern (c112c11)

Documentation


Detailed Changes: v0.2.0...v0.2.1

v0.2.0

23 Feb 02:59
1534242

Choose a tag to compare

v0.2.0 (2026-02-23)

Chores

Continuous Integration

  • Add typing-and-tests wrapper job for branch protection (80b46ff)

  • Checkout release tag in build job to fix version mismatch (d421234)

  • Streamline CI/CD release workflow (18dc16b)

  • Switch to tag-only releases with hatch-vcs (942462d)

Features

  • Add 'none' misfit strategy to leave misfits unassigned (0e9c333)

Refactoring

  • Decompose stochatreat.py into focused modules (83aa29a)

Detailed Changes: v0.1.6...v0.2.0

v0.1.6

22 Feb 21:39

Choose a tag to compare

v0.1.6 (2026-02-22)

Bug Fixes

  • Raise KeyError with message when stratum_cols or idx_col missing from data (e8c861c)

Build System

  • deps: Bump actions/download-artifact from 6 to 7 (3b1b2fa)

  • deps: Bump actions/upload-artifact from 5 to 6 (8652702)

Chores

  • Convert docstrings to Google style and enable ruff D/DOC rules (f8321c6)

  • Migrate from mypy to ty for type checking, move CONTRIBUTING.md, add AGENTS.md (e6bffb9)

  • Use extend-select for ruff and ignore S101 in tests (7a6479b)

Documentation

  • Add Zensical GitHub Pages site (47b83bb)

  • Update site config, README, and workflow (21d917c)


Detailed Changes: v0.1.5...v0.1.6

v0.1.5

28 Nov 19:56

Choose a tag to compare

v0.1.5 (2025-11-28)

Bug Fixes

  • Fetch tags in build job checkout to enable publish-action (ee68ae7)

Detailed Changes: v0.1.4...v0.1.5

v0.1.4

28 Nov 19:41

Choose a tag to compare

v0.1.4 (2025-11-28)

Bug Fixes

  • Random_state type hint should allow None to be passed to RandomState (bf32d4b)

  • Utilize a stable sort when a random_state is supplied (e4da32c)

Build System

  • Fix suffix (299263e)

  • deps: Bump actions/checkout from 4 to 5 (28fa09d)

  • deps: Bump actions/checkout from 5 to 6 (a34cddd)

  • deps: Bump actions/download-artifact from 4 to 5 (acc5d42)

  • deps: Bump actions/download-artifact from 5 to 6 (8e6aac3)

  • deps: Bump actions/upload-artifact from 4 to 5 (ccbd6f1)

Code Style

Continuous Integration

Documentation

Refactoring

  • Always use a stable sort when sorting by stratum_id (e7e6933)

Testing


Detailed Changes: v0.1.3...v0.1.4

v0.1.3

17 Aug 03:01

Choose a tag to compare

v0.1.3 (2025-08-17)

Build System

Continuous Integration

Documentation

  • Conventional commit contributions (3da97d6)

Testing


Detailed Changes: v0.1.2...v0.1.3