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

chore: release v0.9.0 #40

Merged
merged 1 commit into from
Jan 22, 2025
Merged

chore: release v0.9.0 #40

merged 1 commit into from
Jan 22, 2025

Conversation

armavicas-release-app[bot]
Copy link
Contributor

@armavicas-release-app armavicas-release-app bot commented Jan 13, 2025

🤖 New release

  • rebop: 0.8.3 -> 0.9.0 (⚠️ API breaking changes)

⚠️ rebop breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.38.0/src/lints/enum_missing.ron

Failed in:
  enum rebop::gillespie::Expr, previously in file /tmp/.tmpE2zeRS/rebop/src/gillespie.rs:9

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/method_parameter_count_changed.ron

Failed in:
  rebop::gillespie::Gillespie::new now takes 2 parameters instead of 1, in /tmp/.tmpZZA2qa/rebop/src/gillespie.rs:148
  rebop::gillespie::Gillespie::new_with_seed now takes 3 parameters instead of 2, in /tmp/.tmpZZA2qa/rebop/src/gillespie.rs:157
Changelog

0.9.0 - 2025-01-22

Added

  • allow giving arbitrary rates from Python
  • add an auto (None) option for sparsity
  • fix and expose sparsity

Changed

  • changed seed argument to rng to conform to SPEC-7

Dependencies

  • upgrade pyo3 to 0.23

Documentation

  • organize badges on README
  • add badges for the PyPI version and RTD docs
  • fix name of optional dependencies in rtd config
  • add rust tooling to the readthedocs environment
  • fix readthedocs install
  • add a readthedocs page
  • document the Python interface

Fixed

  • fix arbitrary rates overwriting previous definitions
  • fix benches with a sparsity argument

Miscellaneous

  • check all targets in pre-commit
  • add tests for exprs
  • robustify Gillespie tests
  • Add tests for gillespie::Jump
  • add tests for gillespie::Rate
  • add tests for gillespie::Rate
  • fix pixi build task
  • update CI
  • update pre-commit hooks
  • upgrade dependencies
  • cancel CI on repeated PRs
  • enable dependabot update grouping
  • use a markdown formatter
  • add custom pre-commit CI message
  • enable mypy
  • update pre-commit hooks
  • make ruff show fixes
  • enable docstring format by ruff
  • add pytest config options


This PR was generated with release-plz.

@armavicas-release-app armavicas-release-app bot force-pushed the release-plz-2025-01-13T18-12-04Z branch 8 times, most recently from 480de3d to 15a4b15 Compare January 15, 2025 23:24
@armavicas-release-app armavicas-release-app bot force-pushed the release-plz-2025-01-13T18-12-04Z branch 5 times, most recently from 038b80d to 4c22ca7 Compare January 22, 2025 15:11
@Armavica Armavica force-pushed the release-plz-2025-01-13T18-12-04Z branch from 4c22ca7 to 17b88ab Compare January 22, 2025 15:37
@Armavica Armavica merged commit e18c105 into main Jan 22, 2025
18 checks passed
@Armavica Armavica deleted the release-plz-2025-01-13T18-12-04Z branch January 22, 2025 15:41
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