File tree 2 files changed +14
-5
lines changed 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- # spin 0.6rc0
4
3
5
- We're happy to announce the release of spin 0.6rc0!
4
+ # spin 0.6
6
5
7
- ## Enhancements
6
+ We're happy to announce the release of spin 0.6!
8
7
8
+ ## Enhancements
9
9
- ENH: Added coverage option for ` test ` command
10
10
([ #100 ] ( https://github.com/scientific-python/spin/pull/100 ) ).
11
11
- Build as part of run cmd
@@ -18,9 +18,14 @@ We're happy to announce the release of spin 0.6rc0!
18
18
([ #107 ] ( https://github.com/scientific-python/spin/pull/107 ) ).
19
19
- Allow disabling Sphinx Gallery plots
20
20
([ #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 ) ).
21
23
22
- ## Maintenance
24
+ ## Bug Fixes
25
+ - Return single path from _ get_site_packages
26
+ ([ #114 ] ( https://github.com/scientific-python/spin/pull/114 ) ).
23
27
28
+ ## Maintenance
24
29
- Bump pre-commit from 3.3.3 to 3.4.0
25
30
([ #104 ] ( https://github.com/scientific-python/spin/pull/104 ) ).
26
31
- Bump actions/checkout from 3 to 4
@@ -36,6 +41,10 @@ We're happy to announce the release of spin 0.6rc0!
36
41
- Update label check
37
42
([ #112 ] ( https://github.com/scientific-python/spin/pull/112 ) ).
38
43
44
+ ## Documentation
45
+ - Document alternative way of getting debug build
46
+ ([ #115 ] ( https://github.com/scientific-python/spin/pull/115 ) ).
47
+
39
48
## Contributors
40
49
41
50
4 authors added to this release (alphabetically):
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " spin"
3
- version = " 0.6rc1.dev0 "
3
+ version = " 0.6 "
4
4
requires-python = " >=3.7"
5
5
description = " Developer tool for scientific Python libraries"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments