Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2024

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 <dependency name> 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)

Updates the requirements on [lifelines](https://github.com/CamDavidsonPilon/lifelines) to permit the latest version.
- [Release notes](https://github.com/CamDavidsonPilon/lifelines/releases)
- [Changelog](https://github.com/CamDavidsonPilon/lifelines/blob/master/CHANGELOG.md)
- [Commits](CamDavidsonPilon/lifelines@v0.4...v0.29.0)

---
updated-dependencies:
- dependency-name: lifelines
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the maintenance Continuous integration, unit testing & package distribution label Jun 26, 2024
@fkiraly fkiraly merged commit 8b9860a into main Jun 26, 2024
34 checks passed
@dependabot dependabot bot deleted the dependabot/pip/lifelines-lt-0.30.0 branch June 26, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Continuous integration, unit testing & package distribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant