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

build: bump lifelines from 0.27.8 to 0.29.0 #1406

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps lifelines from 0.27.8 to 0.29.0.

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)

v0.28.0

0.28.0 - 2023-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)
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)
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 compatibility score

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)

@dependabot dependabot bot added dependencies Issue or PR is related to RAMSTK dependencies. priority: low Issue or PR is low priority. status: inprogress Issue or PR is open, milestoned, and assigned. type: build Issue or PR associated with RAMSTK build system labels Sep 30, 2024
Copy link
Contributor

sourcery-ai bot commented Sep 30, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Bumps [lifelines](https://github.com/CamDavidsonPilon/lifelines) from 0.27.8 to 0.29.0.
- [Release notes](https://github.com/CamDavidsonPilon/lifelines/releases)
- [Changelog](https://github.com/CamDavidsonPilon/lifelines/blob/master/CHANGELOG.md)
- [Commits](CamDavidsonPilon/lifelines@v0.27.8...v0.29.0)

---
updated-dependencies:
- dependency-name: lifelines
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/lifelines-0.29.0 branch from 21e3072 to 2b37bb2 Compare October 2, 2024 02:26
@weibullguy weibullguy merged commit c43a7d5 into master Oct 2, 2024
11 checks passed
@trafico-bot trafico-bot bot added the endgame: merged Pull Request has been merged successfully label Oct 2, 2024
@weibullguy weibullguy deleted the dependabot/pip/lifelines-0.29.0 branch October 2, 2024 02:32
@weibullguy weibullguy added status: closed Pull Request is complete and integrated or closed for anther reason. and removed status: inprogress Issue or PR is open, milestoned, and assigned. labels Oct 2, 2024
@trafico-bot trafico-bot bot removed the status: closed Pull Request is complete and integrated or closed for anther reason. label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue or PR is related to RAMSTK dependencies. endgame: merged Pull Request has been merged successfully priority: low Issue or PR is low priority. type: build Issue or PR associated with RAMSTK build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant