Skip to content

v0.27.1

Compare
Choose a tag to compare
@CamDavidsonPilon CamDavidsonPilon released this 26 Jun 02:12
· 96 commits to master since this release
f842388

0.27.1 - 2022-03-15

New features
  • all fit_ methods now accept a fit_options dict that allows one to pass kwargs to the underlying fitting algorithm.
API Changes
  • step_size is removed from Cox models fit. See fit_options above.
Bug fixes
  • fixed Cox models when "trival" matrix was passed in (one with no covariates)