Releases: bambinos/formulae
Releases · bambinos/formulae
Formulae 0.5.4
Maintenance and fixes
- Make sure model_description always returns a Model instance (#112)
Formulae 0.5.3
Fixes an annoying bug: Make formulae reach transformations before outer names (#109)
Release 0.5.2
In this release we incorporate maintenance changes:
- Handle the deprecation of
is_categorical_dtype
in pandas - Handle
True
,False
, andNone
as Python literals instead of as variable names.
Release 0.5.1
This is a fix release where we fix a bug when intercept is inserted after categorical variable.
Release 0.5.0
Release 0.4.0
New features
- Implement a @register_stateful_transform decorator to register new stateful transformations (#85)
Maintenance and fixes
- Fix evaluation of new offset terms with call arguments (#81)
- Multiple calls with unnamed attributes resulted in errors due to trying to hash unhashable types (#88)
- Term names with call components now use the proper lexeme when one argument is a string (#89)
- Detect stateful transformations by attribute instead of name (#90)
- Moved tests out of the
formulae
directory (#91) - Use pyproject and improve deployment workflow (#92)
v0.3.4
Release 0.3.3
Fix order issues with categorical variables and custom encodings.
Release 0.3.2
Fix bug with categorical pandas series.