Skip to content

Releases: bambinos/formulae

Formulae 0.5.4

20 Jul 14:16
Compare
Choose a tag to compare

Maintenance and fixes

  • Make sure model_description always returns a Model instance (#112)

Formulae 0.5.3

20 Feb 20:42
b00f53d
Compare
Choose a tag to compare

Fixes an annoying bug: Make formulae reach transformations before outer names (#109)

Release 0.5.2

18 Feb 19:20
9bcd01a
Compare
Choose a tag to compare

In this release we incorporate maintenance changes:

  • Handle the deprecation of is_categorical_dtype in pandas
  • Handle True, False, and None as Python literals instead of as variable names.

Release 0.5.1

19 Sep 10:17
e02d76d
Compare
Choose a tag to compare

This is a fix release where we fix a bug when intercept is inserted after categorical variable.

Release 0.5.0

28 Jun 01:34
61113a8
Compare
Choose a tag to compare

New features

  • The library now supports configuration variables (#95)
  • Allow evaluations on new data with new categories (#96)
  • Return ready to be used group-specific effects design matrix when there are new groups (#100)

Maintenance and fixes

  • Fix typo in str (#99)

Release 0.4.0

24 May 12:35
Compare
Choose a tag to compare

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

18 May 16:40
b926883
Compare
Choose a tag to compare

Release done because we'll have a new Bambi release.

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

Release 0.3.3

14 Apr 02:50
5a0d8f2
Compare
Choose a tag to compare

Fix order issues with categorical variables and custom encodings.

Release 0.3.2

13 Apr 22:32
e6c1b84
Compare
Choose a tag to compare

Fix bug with categorical pandas series.

Release 0.3.1

12 Apr 11:14
Compare
Choose a tag to compare

Maintenance and fixes

  • Renamed ResponseVector to ResponseMatrix (#71)
  • Renamed design_vector to design_matrix in ResponseMatrix(#71)
  • Updated docstrings in formulae/matrices.py (#71)

Deprecation

  • Removed binary and success attributes from ResponseMatrix (#71)