Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwardrop committed Sep 25, 2023
1 parent f1dbd9c commit da6d11c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docsite/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ For changes since the latest tagged release, please refer to the

---

## 0.6.5 (25 September 2023)

This is a minor release with several important bugfixes.

**Bugfixes and cleanups:**

* Fixed intercept terms sorting after other features (by not counting literal
factors toward the degree of a term).
* Fixed a regression in 0.6.4 around quoted field names in Python evaluations.
* Fixed detection and dropping of null rows in sparse datasets.
* Fixed `poly()` transforms operating on datasets that include null values.
* Arguments can now be passed when running the unit tests using `hatch run tests`.

## 0.6.4 (10 July 2023)

This is a minor release with several new features and cleanups.
Expand Down

0 comments on commit da6d11c

Please sign in to comment.