Skip to content

chore: release v0.17.0#185

Merged
Siel merged 1 commit into
mainfrom
release-plz-2025-09-12T08-44-32Z
Sep 29, 2025
Merged

chore: release v0.17.0#185
Siel merged 1 commit into
mainfrom
release-plz-2025-09-12T08-44-32Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Sep 12, 2025

🤖 New release

  • pmcore: 0.16.0 -> 0.17.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.43.0/src/lints/function_missing.ron

Failed in:
  function pmcore::prelude::routines::optimization::bestmo::get_xm0best, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/optimization/bestmo.rs:138
  function pmcore::routines::optimization::bestmo::get_xm0best, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/optimization/bestmo.rs:138
  function pmcore::prelude::get_xm0best, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/optimization/bestmo.rs:138
  function pmcore::prelude::routines::output::posterior, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:792
  function pmcore::routines::output::posterior, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:792
  function pmcore::prelude::routines::output::median, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:811
  function pmcore::routines::output::median, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:811

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.43.0/src/lints/inherent_method_missing.ron

Failed in:
  NPResult::w, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:91
  NPResult::write_obs, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:351
  NPResult::write_pred, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:394
  NPResult::w, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:91
  NPResult::write_obs, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:351
  NPResult::write_pred, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:394
  OutputFile::get_relative_path, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:1007
  OutputFile::get_relative_path, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:1007

--- 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.43.0/src/lints/struct_missing.ron

Failed in:
  struct pmcore::prelude::routines::output::NPCycle, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:632
  struct pmcore::routines::output::NPCycle, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:632
  struct pmcore::prelude::routines::output::CycleLog, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:678
  struct pmcore::routines::output::CycleLog, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:678

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It 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.43.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field file of struct OutputFile, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:981
  field relative_path of struct OutputFile, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:982
  field file of struct OutputFile, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:981
  field relative_path of struct OutputFile, previously in file /tmp/.tmp4TtqnR/pmcore/src/routines/output.rs:982

--- failure struct_pub_field_now_doc_hidden: pub struct field is now #[doc(hidden)] ---

Description:
A pub field of a pub struct is now marked #[doc(hidden)] and is no longer part of the public API.
        ref: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/struct_pub_field_now_doc_hidden.ron

Failed in:
  field OutputFile.file in file /tmp/.tmpUFSoIV/PMcore/src/routines/output/mod.rs:669
  field OutputFile.relative_path in file /tmp/.tmpUFSoIV/PMcore/src/routines/output/mod.rs:669
  field OutputFile.file in file /tmp/.tmpUFSoIV/PMcore/src/routines/output/mod.rs:669
  field OutputFile.relative_path in file /tmp/.tmpUFSoIV/PMcore/src/routines/output/mod.rs:669
Changelog

0.17.0 - 2025-09-29

Added

  • Refactor outputs (#178)

Fixed

  • Duplicate predictions (#187)

Other

  • Greco model (#190)
  • Update faer requirement from 0.22.4 to 0.23.1 (#186)


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2025-09-12T08-44-32Z branch 2 times, most recently from 0af41c8 to a289135 Compare September 29, 2025 15:35
@github-actions github-actions Bot force-pushed the release-plz-2025-09-12T08-44-32Z branch from a289135 to d3ad91e Compare September 29, 2025 17:57
@Siel Siel merged commit 60ada04 into main Sep 29, 2025
2 checks passed
@mhovd mhovd deleted the release-plz-2025-09-12T08-44-32Z branch May 21, 2026 12:15
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