Releases: manmartgarc/stochatreat
v0.1.5
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
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
- Fix formatting (
a0af797)
Continuous Integration
-
Add join step for coveralls (
3c637d3) -
Codecov setup (
c77973a) -
Fix codecov suffix (
c232c4e) -
Fix review feedback (
a646266) -
Omit tests/ from coverage (
fa04cc1) -
Reorder release and publish (
d1e44ea) -
Run all tests on ubuntu and macos (
873244f) -
Set flag name for coveralls (
3751566) -
Try coveralls (
115e10a) -
Uncomment condition (
2df2a24)
Documentation
-
Action badge in readme (
a30de9a) -
Fix badge branch (
5eff6a5) -
Pypi download badge (
4bf496c) -
Switch to coveralls (
ac2bd76) -
Updates codecov embed API token (
fb9155b)
Refactoring
- Always use a stable sort when sorting by stratum_id (
e7e6933)
Testing
- Commit a flaky test (
e24bc50)
Detailed Changes: v0.1.3...v0.1.4
v0.1.3
v0.1.2
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
v0.1.1 (2025-08-17)
Bug Fixes
- Version variable (
b4936dd)
Build System
- Deprecate 3.9, add 3.13 (
9439879)
Continuous Integration
- Fix step id (
fabab71)
Detailed Changes: v0.1.0...v0.1.1
v0.1.0
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
- Remove unused id (
cfd6899)
Code Style
- Run hatch fmt (
f7336aa)
Features
- Automate CI/CD to pypi (
74186f0)
Detailed Changes: v0.0.20...v0.1.0
v0.0.20
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
fix(build): fix coverage
v0.0.18: Merge pull request #31 from manmartgarc/fix-pandas
fix: resolve failing tests with pandas>=2.2
v0.0.17
What's Changed
- Adds
CONTRIBUTING.mdby @manmartgarc in #28 - feat: add codecov action by @manmartgarc in #29
Full Changelog: v0.0.16...v0.0.17