sktime / skpro

A unified framework for tabular probabilistic regression, time-to-event prediction, and probability distributions in python
https://skpro.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
250 stars 46 forks source link

[MNT] [Dependabot](deps): Update lifelines requirement from <0.29.0 to <0.30.0 #409

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on lifelines to permit the latest version.

Release notes

Sourced from lifelines's releases.

v0.29.0

0.29.0 - 2024-06-25

  • update dependencies (pandas >= 2.1)
  • update dependencies (scipy >= 1.7)
Changelog

Sourced from lifelines's changelog.

0.29.0 - 2024-06-25

  • update dependencies (pandas >= 2.1)
  • update dependencies (scipy >= 1.7)

0.28.0 - 2024-01-03

  • Fixes bins that are far into the future with using survival_table_from_events, see #1587
  • Removed sklean_adaptor. It was a terrible hack, and causing more confusion and support debt than I want. This cleans up our API and simplifies the library. ✨ There's no replacement, and I doubt I'll introduce one ✨
  • Fix pandas>=2.0 compatibility.
  • Fix overflow issue in NelsonAalenfitter, #1585
  • officially drop support for < py3.9
  • update some dependencies (pandas >= 1.2)

0.27.8 - 2023-09-13

  • Estimators now have .label property
  • Fixed some deprecation warnings
  • Pinned to numpy < 2.0

0.27.7 - 2023-05-01

  • check_assumptions(show_plots=True) will always show plots, regardless of test outcome. Thanks @​nomennominatur!
  • lifelines.datasets is now importable.

0.27.6 - 2023-04-27

  • Fix for py3.7

0.27.5 - 2023-04-27

  • Support pandas 2.0+
New features
  • Support py3.11

0.27.4 - 2022-11-16

New features
  • Support py3.11

0.27.3 - 2022-09-25

New features
  • Fixed and silenced a lot of warnings
Bug fixes
  • Migrate to newer Pandas Styler for to_latex
API Changes
  • There were way too many functions on the summary objects, so I've hidden to_* on them.

0.27.2 - 2022-09-07

... (truncated)

Commits
  • 4377caf Merge pull request #1621 from CamDavidsonPilon/0.29.0
  • dd6d70a joblib
  • d54af96 changelog
  • ea3e2f6 bump to 0.29.0; bump scipy and pandas dependencies; numpy is still below 2.0,...
  • 56ff1fa bump to 0.29.0; bump scipy and pandas dependencies; numpy is still below 2.0,...
  • fb5ad90 Merge pull request #1620 from asarigun/master
  • ee9570c change from trapz to trapezoid for scipy 1.14
  • b8f0174 Merge pull request #1596 from mathematicalmichael/patch-1
  • 04ccad9 address pandas deprecation warning
  • 2bd0627 Merge pull request #1591 from FBruzzesi/patch/typos
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)