Skip to content

chore: release v0.24.0#263

Merged
Siel merged 1 commit into
mainfrom
release-plz-2026-04-01T18-42-50Z
Apr 1, 2026
Merged

chore: release v0.24.0#263
Siel merged 1 commit into
mainfrom
release-plz-2026-04-01T18-42-50Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 1, 2026

🤖 New release

  • pmcore: 0.23.0 -> 0.24.0 (⚠ API breaking changes)

pmcore breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_missing.ron

Failed in:
  function pmcore::bestdose::predictions::calculate_dense_times, previously in file /tmp/.tmpc0I1Jw/pmcore/src/bestdose/predictions.rs:100
  function pmcore::bestdose::cost::calculate_cost, previously in file /tmp/.tmpc0I1Jw/pmcore/src/bestdose/cost.rs:132
  function pmcore::bestdose::predictions::calculate_final_predictions, previously in file /tmp/.tmpc0I1Jw/pmcore/src/bestdose/predictions.rs:270
  function pmcore::bestdose::predictions::calculate_interval_auc_per_observation, previously in file /tmp/.tmpc0I1Jw/pmcore/src/bestdose/predictions.rs:226
  function pmcore::bestdose::predictions::find_last_dose_time_before, previously in file /tmp/.tmpc0I1Jw/pmcore/src/bestdose/predictions.rs:63
  function pmcore::bestdose::predictions::calculate_auc_at_times, previously in file /tmp/.tmpc0I1Jw/pmcore/src/bestdose/predictions.rs:155

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/module_missing.ron

Failed in:
  mod pmcore::bestdose::cost, previously in file /tmp/.tmpc0I1Jw/pmcore/src/bestdose/cost.rs:1
  mod pmcore::bestdose::predictions, previously in file /tmp/.tmpc0I1Jw/pmcore/src/bestdose/predictions.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_missing.ron

Failed in:
  struct pmcore::bestdose::BestDoseProblem, previously in file /tmp/.tmpc0I1Jw/pmcore/src/bestdose/types.rs:259
Changelog

0.24.0 - 2026-04-01

Added

  • new bestdose API (#247)

Other

  • Update CI workflows (#258)
  • fix examples to match the data (#259)


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2026-04-01T18-42-50Z branch from 0140ddf to 1f7c888 Compare April 1, 2026 18:45
@github-actions github-actions Bot changed the title chore: release v0.23.1 chore: release v0.24.0 Apr 1, 2026
@github-actions github-actions Bot force-pushed the release-plz-2026-04-01T18-42-50Z branch from 1f7c888 to 735e14f Compare April 1, 2026 19:00
@Siel Siel merged commit 7f203e3 into main Apr 1, 2026
2 checks passed
@Siel Siel deleted the release-plz-2026-04-01T18-42-50Z branch April 1, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant