Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build wheels pkg
run: |
python -m pip install --upgrade pip build
python -m build --sdist --wheel --outdir dist
python -m build --wheel --outdir dist
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.17.x (Unreleased)

## Packaging & Tests

- Updated the release workflow to build wheels with `python -m build` instead of deprecated `setup.py`.

# 0.16.0 (2026-02-09)

## New Features
Expand Down Expand Up @@ -28,7 +34,6 @@
- `BalanceDF.model_matrix()` now accepts a `formula` argument to build
custom model matrices without precomputing them manually.


## Bug Fixes

- **Removed deprecated setup build**
Expand All @@ -55,6 +60,10 @@
before calling these diagnostics, or catch the `ValueError` if all-zero
weights are possible in your workflow.

## Contributors

@neuralsorcerer, @talgalili

# 0.15.0 (2026-01-20)

## New Features
Expand Down