File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- # spin 0.6rc0
43
5- We're happy to announce the release of spin 0.6rc0!
4+ # spin 0.6
65
7- ## Enhancements
6+ We're happy to announce the release of spin 0.6!
87
8+ ## Enhancements
99- ENH: Added coverage option for ` test ` command
1010 ([ #100 ] ( https://github.com/scientific-python/spin/pull/100 ) ).
1111- Build as part of run cmd
@@ -18,9 +18,14 @@ We're happy to announce the release of spin 0.6rc0!
1818 ([ #107 ] ( https://github.com/scientific-python/spin/pull/107 ) ).
1919- Allow disabling Sphinx Gallery plots
2020 ([ #111 ] ( https://github.com/scientific-python/spin/pull/111 ) ).
21+ - Make verbose build also show compiler calls
22+ ([ #117 ] ( https://github.com/scientific-python/spin/pull/117 ) ).
2123
22- ## Maintenance
24+ ## Bug Fixes
25+ - Return single path from _ get_site_packages
26+ ([ #114 ] ( https://github.com/scientific-python/spin/pull/114 ) ).
2327
28+ ## Maintenance
2429- Bump pre-commit from 3.3.3 to 3.4.0
2530 ([ #104 ] ( https://github.com/scientific-python/spin/pull/104 ) ).
2631- Bump actions/checkout from 3 to 4
@@ -36,6 +41,10 @@ We're happy to announce the release of spin 0.6rc0!
3641- Update label check
3742 ([ #112 ] ( https://github.com/scientific-python/spin/pull/112 ) ).
3843
44+ ## Documentation
45+ - Document alternative way of getting debug build
46+ ([ #115 ] ( https://github.com/scientific-python/spin/pull/115 ) ).
47+
3948## Contributors
4049
41504 authors added to this release (alphabetically):
Original file line number Diff line number Diff line change 11[project ]
22name = " spin"
3- version = " 0.6rc1.dev0 "
3+ version = " 0.6 "
44requires-python = " >=3.7"
55description = " Developer tool for scientific Python libraries"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments