Skip to content

Releases: manmartgarc/stochatreat

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

v0.1.2

17 Aug 01:55

Choose a tag to compare

v0.1.2 (2025-08-17)

Bug Fixes

  • Validate misfit strategy and edge case tests (fe96d6a)

  • Validate misfit_strategy argument and improve Python version support (72aa17c)


Detailed Changes: v0.1.1...v0.1.2

v0.1.1

17 Aug 00:55

Choose a tag to compare

v0.1.1 (2025-08-17)

Bug Fixes

Build System

  • Deprecate 3.9, add 3.13 (9439879)

Continuous Integration


Detailed Changes: v0.1.0...v0.1.1

v0.1.0

16 Aug 23:35

Choose a tag to compare

v0.1.0 (2025-08-16)

Bug Fixes

Build System

  • Add pypi publishing (355e239)

  • Build w/ hatch separately (42aca56)

  • Remove build_command (859c24d)

  • deps: Bump codecov/codecov-action from 4 to 5 (eff5e84)

Chores

Code Style

Features


Detailed Changes: v0.0.20...v0.1.0

v0.0.20

06 May 21:09
11e6282

Choose a tag to compare

What's Changed

  • Create dependabot.yml by @manmartgarc in #33
  • 🐞use fractions.Fraction to avoid rounding error in probabilities sum by @acarril in #26

New Contributors

Full Changelog: v0.0.19...v0.0.20

v0.0.19: Merge pull request #32 from manmartgarc/fix-codecov

28 Apr 22:05
a8c6e14

Choose a tag to compare

v0.0.18: Merge pull request #31 from manmartgarc/fix-pandas

28 Apr 08:01
c023860

Choose a tag to compare

fix: resolve failing tests with pandas>=2.2

v0.0.17

25 Feb 21:31

Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17