|
| 1 | +# spin 0.14 |
| 2 | + |
| 3 | +We're happy to announce the release of spin 0.14! |
| 4 | + |
| 5 | +## Enhancements |
| 6 | + |
| 7 | +- DEV: Update `spin` to accept arguments of `meson compile` and `meson install` ([#256](https://github.com/scientific-python/spin/pull/256)). |
| 8 | +- On run with replace, warn if executable not found ([#271](https://github.com/scientific-python/spin/pull/271)). |
| 9 | +- Add ability to switch pre-build on/off ([#272](https://github.com/scientific-python/spin/pull/272)). |
| 10 | + |
| 11 | +## Documentation |
| 12 | + |
| 13 | +- Improve advice on when to file bug ([#266](https://github.com/scientific-python/spin/pull/266)). |
| 14 | +- Add auto-completion docs ([#273](https://github.com/scientific-python/spin/pull/273)). |
| 15 | + |
| 16 | +## Maintenance |
| 17 | + |
| 18 | +- Update pre-commit (12/2024) ([#259](https://github.com/scientific-python/spin/pull/259)). |
| 19 | +- [pre-commit.ci] pre-commit autoupdate ([#261](https://github.com/scientific-python/spin/pull/261)). |
| 20 | +- Bump pre-commit from 4.0.1 to 4.1.0 in the actions group ([#265](https://github.com/scientific-python/spin/pull/265)). |
| 21 | +- Bump scientific-python/attach-next-milestone-action from bc07be829f693829263e57d5e8489f4e57d3d420 to c9cfab10ad0c67fed91b01103db26b7f16634639 in the actions group ([#267](https://github.com/scientific-python/spin/pull/267)). |
| 22 | +- Bump pre-commit from 4.1.0 to 4.2.0 in the actions group ([#274](https://github.com/scientific-python/spin/pull/274)). |
| 23 | +- Drop Python 3.8 support ([#275](https://github.com/scientific-python/spin/pull/275)). |
| 24 | +- [pre-commit.ci] pre-commit autoupdate ([#276](https://github.com/scientific-python/spin/pull/276)). |
| 25 | + |
| 26 | +## Contributors |
| 27 | + |
| 28 | +3 authors added to this release (alphabetically): |
| 29 | + |
| 30 | +- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)) |
| 31 | +- Stefan van der Walt ([@stefanv](https://github.com/stefanv)) |
| 32 | +- ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh) ([@czgdp1807](https://github.com/czgdp1807)) |
| 33 | + |
| 34 | +5 reviewers added to this release (alphabetically): |
| 35 | + |
| 36 | +- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz)) |
| 37 | +- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)) |
| 38 | +- Ralf Gommers ([@rgommers](https://github.com/rgommers)) |
| 39 | +- Stefan van der Walt ([@stefanv](https://github.com/stefanv)) |
| 40 | +- ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh) ([@czgdp1807](https://github.com/czgdp1807)) |
| 41 | + |
| 42 | +_These lists are automatically generated, and may not be complete or may contain duplicates._ |
| 43 | + |
1 | 44 | # spin 0.13
|
2 | 45 |
|
3 | 46 | We're happy to announce the release of spin 0.13!
|
@@ -175,8 +218,7 @@ We're happy to announce the release of spin 0.10!
|
175 | 218 | - Loïc Estève ([@lesteve](https://github.com/lesteve))
|
176 | 219 | - Stefan van der Walt ([@stefanv](https://github.com/stefanv))
|
177 | 220 |
|
178 |
| -_These lists are automatically generated, and may not be complete or may contain |
179 |
| -duplicates._ |
| 221 | +_These lists are automatically generated, and may not be complete or may contain duplicates._ |
180 | 222 |
|
181 | 223 | # spin 0.9
|
182 | 224 |
|
|
0 commit comments