We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103470d commit 541cc7bCopy full SHA for 541cc7b
CHANGELOG.md
@@ -2,12 +2,26 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.14.2] - 2025-03-06
6
+
7
+### Bug Fixes
8
9
+- Handle missing flowjax correctly (Adrian Seyboldt)
10
11
12
+### Testing
13
14
+- Mark tests as pymc or stan and select in ci (Adrian Seyboldt)
15
16
17
## [0.14.1] - 2025-03-05
18
19
### Ci
20
21
- Update run-on-arch to avoid segfault (Adrian Seyboldt)
22
23
+- Repare 0.14.1 (Adrian Seyboldt)
24
25
26
## [0.14.0] - 2025-03-05
27
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "nutpie"
-version = "0.14.1"
+version = "0.14.2"
authors = [
"Adrian Seyboldt <[email protected]>",
"PyMC Developers <[email protected]>",
0 commit comments