Skip to content

Commit

Permalink
Prepare 0.3.4 release (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicapretto authored May 18, 2022
1 parent 8110dbd commit b926883
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
# Change Log

### 0.X.X Unreleased
## v0.X.X Unreleased

### New features

### Maintenance and fixes

- Fixed a bug in the levels of interaction terms involving numeric terms with multiple columns (b4a1f73)

### Documentation

### Deprecation

### v0.3.3
## v0.3.4

### Maintenance and fixes

- Fixed a bug in the levels of interaction terms involving numeric terms with multiple columns (b4a1f73)

## v0.3.3

### Maintenance and fixes

- Fixed a bug in `CategoricalBox`. Now it considers the order of the categories if `data` is ordered and `levels` is `None` (#73)

### v0.3.2
## v0.3.2

### Maintenance and fixes

- Fixed a bug in `CategoricalBox` because it failed to convert categorical series to numpy arrays. Now it works. (#72)

### v0.3.1
## v0.3.1

### Maintenance and fixes

Expand All @@ -36,7 +40,6 @@

- Removed `binary` and `success` attributes from `ResponseMatrix` (#71)


## v0.3.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion formulae/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.3"
__version__ = "0.3.4"

0 comments on commit b926883

Please sign in to comment.