|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
5 |
| -## [0.8.0] - 2023-08-06 |
| 5 | +## [0.10.0] - 2024-03-20 |
| 6 | + |
| 7 | +### Documentation |
| 8 | + |
| 9 | +- Mention non-blocking sampling in readme (Adrian Seyboldt) |
| 10 | + |
| 11 | + |
| 12 | +### Features |
| 13 | + |
| 14 | +- Allow sampling in the backgound (Adrian Seyboldt) |
| 15 | + |
| 16 | +- Implement check if background sampling is complete (Adrian Seyboldt) |
| 17 | + |
| 18 | +- Implement pausing and unpausing of samplers (Adrian Seyboldt) |
| 19 | + |
| 20 | +- Filter warnings and compile through pymc (Adrian Seyboldt) |
| 21 | + |
| 22 | + |
| 23 | +### Miscellaneous Tasks |
| 24 | + |
| 25 | +- Bump actions/setup-python from 4 to 5 (dependabot[bot]) |
| 26 | + |
| 27 | +- Bump uraimo/run-on-arch-action from 2.5.0 to 2.7.1 (dependabot[bot]) |
| 28 | + |
| 29 | +- Bump actions/checkout from 3 to 4 (dependabot[bot]) |
| 30 | + |
| 31 | +- Bump actions/upload-artifact from 3 to 4 (dependabot[bot]) |
| 32 | + |
| 33 | +- Bump the cargo group across 1 directory with 2 updates (dependabot[bot]) |
| 34 | + |
| 35 | +- Some major version bumps in rust deps (Adrian Seyboldt) |
| 36 | + |
| 37 | +- Bump dependency versions (Adrian Seyboldt) |
| 38 | + |
| 39 | +- Update changelog (Adrian Seyboldt) |
| 40 | + |
| 41 | +- Bump version (Adrian Seyboldt) |
| 42 | + |
| 43 | + |
| 44 | +### Performance |
| 45 | + |
| 46 | +- Set the number of parallel chains dynamically (Adrian Seyboldt) |
| 47 | + |
| 48 | + |
| 49 | +## [0.9.2] - 2024-02-19 |
| 50 | + |
| 51 | +### Bug Fixes |
| 52 | + |
| 53 | +- Allow dims with only length specified (Adrian Seyboldt) |
| 54 | + |
| 55 | + |
| 56 | +### Documentation |
| 57 | + |
| 58 | +- Update suggested mamba commands in README (#70) (Ben Mares) |
| 59 | + |
| 60 | +- Fix README typo bridgestan→nutpie (#69) (Ben Mares) |
| 61 | + |
| 62 | + |
| 63 | +### Features |
| 64 | + |
| 65 | +- Handle missing libraries more robustly (#72) (Ben Mares) |
| 66 | + |
| 67 | + |
| 68 | +### Miscellaneous Tasks |
| 69 | + |
| 70 | +- Bump actions/download-artifact from 3 to 4 (dependabot[bot]) |
| 71 | + |
| 72 | + |
| 73 | +### Ci |
| 74 | + |
| 75 | +- Make sure the local nutpie is installed (Adrian Seyboldt) |
| 76 | + |
| 77 | +- Install local nutpie package in all jobs (Adrian Seyboldt) |
| 78 | + |
| 79 | + |
| 80 | +## [0.9.0] - 2023-09-12 |
| 81 | + |
| 82 | +### Bug Fixes |
| 83 | + |
| 84 | +- Better error context for init point errors (Adrian Seyboldt) |
| 85 | + |
| 86 | + |
| 87 | +### Features |
| 88 | + |
| 89 | +- Improve error message by providing context (Adrian Seyboldt) |
| 90 | + |
| 91 | +- Use standard normal to initialize chains (Adrian Seyboldt) |
| 92 | + |
| 93 | + |
| 94 | +### Miscellaneous Tasks |
| 95 | + |
| 96 | +- Update deps (Adrian Seyboldt) |
| 97 | + |
| 98 | +- Rename stan model transpose function (Adrian Seyboldt) |
| 99 | + |
| 100 | +- Update nutpie (Adrian Seyboldt) |
| 101 | + |
| 102 | + |
| 103 | +### Styling |
| 104 | + |
| 105 | +- Fix formatting (Adrian Seyboldt) |
| 106 | + |
| 107 | + |
| 108 | +## [0.8.0] - 2023-08-18 |
6 | 109 |
|
7 | 110 | ### Bug Fixes
|
8 | 111 |
|
9 | 112 | - Initialize points in uniform(-2, 2) (Adrian Seyboldt)
|
10 | 113 |
|
| 114 | +- Multidimensional stan variables were stored in incorrect order (Adrian Seyboldt) |
| 115 | + |
| 116 | +- Fix with_coords for stan models (Adrian Seyboldt) |
| 117 | + |
11 | 118 |
|
12 | 119 | ### Miscellaneous Tasks
|
13 | 120 |
|
14 | 121 | - Update deps (Adrian Seyboldt)
|
15 | 122 |
|
| 123 | +- Update deps (Adrian Seyboldt) |
| 124 | + |
| 125 | +- Bump version (Adrian Seyboldt) |
| 126 | + |
| 127 | +- Update deps (Adrian Seyboldt) |
| 128 | + |
16 | 129 |
|
17 | 130 | ## [0.7.0] - 2023-07-21
|
18 | 131 |
|
|
0 commit comments