|
| 1 | +# spin 0.10 |
| 2 | + |
| 3 | +We're happy to announce the release of spin 0.10! |
| 4 | + |
| 5 | +## Enhancements |
| 6 | + |
| 7 | +- Improve debug printing for Meson editable installs ([#192](https://github.com/scientific-python/spin/pull/192)). |
| 8 | +- Use --pyargs to select package to test ([#191](https://github.com/scientific-python/spin/pull/191)). |
| 9 | +- Print traceback for internal command errors ([#198](https://github.com/scientific-python/spin/pull/198)). |
| 10 | +- docs: allow overriding cleaned directories ([#199](https://github.com/scientific-python/spin/pull/199)). |
| 11 | + |
| 12 | +## Bug Fixes |
| 13 | + |
| 14 | +- Only add gcov flag when it's specified ([#183](https://github.com/scientific-python/spin/pull/183)). |
| 15 | +- `dir_info` metadata field does not exist for conda installs ([#194](https://github.com/scientific-python/spin/pull/194)). |
| 16 | + |
| 17 | +## Documentation |
| 18 | + |
| 19 | +- Clarify build cmd docstring ([#187](https://github.com/scientific-python/spin/pull/187)). |
| 20 | + |
| 21 | +## Maintenance |
| 22 | + |
| 23 | +- Allow older version of meson for testing ([#189](https://github.com/scientific-python/spin/pull/189)). |
| 24 | +- Update ruff configuration ([#201](https://github.com/scientific-python/spin/pull/201)). |
| 25 | +- Test lldb on macOS ([#200](https://github.com/scientific-python/spin/pull/200)). |
| 26 | +- Add type annotations for spin utils ([#188](https://github.com/scientific-python/spin/pull/188)). |
| 27 | +- Provide all command args as keywords ([#197](https://github.com/scientific-python/spin/pull/197)). |
| 28 | +- Replace `black` with `ruff format` ([#202](https://github.com/scientific-python/spin/pull/202)). |
| 29 | + |
| 30 | +## Other |
| 31 | + |
| 32 | +- Remove editable install caveat from README ([#190](https://github.com/scientific-python/spin/pull/190)). |
| 33 | + |
| 34 | +## Contributors |
| 35 | + |
| 36 | +4 authors added to this release (alphabetically): |
| 37 | + |
| 38 | +- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)) |
| 39 | +- Jyn Spring 琴春 ([@vxst](https://github.com/vxst)) |
| 40 | +- Loïc Estève ([@lesteve](https://github.com/lesteve)) |
| 41 | +- Stefan van der Walt ([@stefanv](https://github.com/stefanv)) |
| 42 | + |
| 43 | +3 reviewers added to this release (alphabetically): |
| 44 | + |
| 45 | +- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)) |
| 46 | +- Loïc Estève ([@lesteve](https://github.com/lesteve)) |
| 47 | +- Stefan van der Walt ([@stefanv](https://github.com/stefanv)) |
| 48 | + |
| 49 | +_These lists are automatically generated, and may not be complete or may contain |
| 50 | +duplicates._ |
| 51 | + |
1 | 52 | # spin 0.9 |
2 | 53 |
|
3 | 54 | We're happy to announce the release of spin 0.9! |
|
0 commit comments