Skip to content

Cobra v1.1.1 (2023-03 release)

Latest
Compare
Choose a tag to compare
@sandervh14 sandervh14 released this 07 Apr 12:25
e1f6f45

Summary of this 2023-03 release:

  • It is no longer necessary to specify categorical variables yourself when calling Cobra's preprocessing, an automatic search of categorical variables can be done.
  • It is not longer obligatory to specify a row ID column for the inputted basetable.
  • We now automatically drop columns that only contain missing values, which in the past caused Cobra throwing exotic errors when preprocessing the basetable.
  • We prevent fit_transform() of modifying the training data dataframe under some circumstances.
  • As a short-term fix for pandas's 2.0 release, which breaks a small portion of Cobra's code, we impose that Cobra is installed with pandas < 2.0.0.

List of issues that were behind this: see the closed 2023-03 release milestone.

We welcome the following new contributors!

Full details (autogenerated by Github) of the associated issues and pull requests:

Full Changelog: v1.1.0...v1.1.1