Skip to content

Commit

Permalink
chore(release): Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt authored and lucianopaz committed Feb 18, 2025
1 parent b243443 commit 47d8f21
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 17 deletions.
33 changes: 30 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.13.3] - 2025-02-11
## [0.13.4] - 2025-02-18

### Bug Fixes

- Add lock for pymc init point func (Adrian Seyboldt)


### Ci

- Make sure all python versions are available in the builds (Adrian Seyboldt)


## [0.13.3] - 2025-02-12

### Bug Fixes

Expand Down Expand Up @@ -44,6 +56,18 @@ All notable changes to this project will be documented in this file.
- Reformat some code (Adrian Seyboldt)


### Build

- Bump some dependency versions (Adrian Seyboldt)


### Ci

- Use ubuntu_latest on aarch64 (Adrian Seyboldt)

- Update CI script using maturin (Adrian Seyboldt)


## [0.13.2] - 2024-07-26

### Features
Expand Down Expand Up @@ -178,8 +202,6 @@ All notable changes to this project will be documented in this file.

### Ci

- Fix uploads of releases (Adrian Seyboldt)

- Fix architectures in CI (Adrian Seyboldt)


Expand Down Expand Up @@ -227,6 +249,11 @@ All notable changes to this project will be documented in this file.
- Set the number of parallel chains dynamically (Adrian Seyboldt)


### Ci

- Fix uploads of releases (Adrian Seyboldt)


## [0.9.2] - 2024-02-19

### Bug Fixes
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nutpie"
version = "0.13.3"
version = "0.13.4"
authors = [
"Adrian Seyboldt <[email protected]>",
"PyMC Developers <[email protected]>",
Expand Down

0 comments on commit 47d8f21

Please sign in to comment.