Commit c5542f7 1 parent f951e9b commit c5542f7 Copy full SHA for c5542f7
File tree 2 files changed +43
-1
lines changed
2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change
1
+ # spin 0.13rc0
2
+
3
+ We're happy to announce the release of spin 0.13rc0!
4
+
5
+ ## Enhancements
6
+
7
+ - Clarify error message when executed binary not found ([ #237 ] ( https://github.com/scientific-python/spin/pull/237 ) ).
8
+ - Add mechanism for extending existing spin commands ([ #248 ] ( https://github.com/scientific-python/spin/pull/248 ) ).
9
+
10
+ ## Bug Fixes
11
+
12
+ - Allow overriding --prefix in spin build ([ #241 ] ( https://github.com/scientific-python/spin/pull/241 ) ).
13
+ - Improve source layout test discovery ([ #247 ] ( https://github.com/scientific-python/spin/pull/247 ) ).
14
+ - Let subprocess launched by run handle its own sigint ([ #246 ] ( https://github.com/scientific-python/spin/pull/246 ) ).
15
+
16
+ ## Documentation
17
+
18
+ - Auto-generate README table of contents ([ #234 ] ( https://github.com/scientific-python/spin/pull/234 ) ).
19
+
20
+ ## Maintenance
21
+
22
+ - Bump pre-commit from 3.8.0 to 4.0.1 in the actions group ([ #243 ] ( https://github.com/scientific-python/spin/pull/243 ) ).
23
+ - Update pre-commit repos ([ #249 ] ( https://github.com/scientific-python/spin/pull/249 ) ).
24
+ - Support Python 3.13 ([ #250 ] ( https://github.com/scientific-python/spin/pull/250 ) ).
25
+
26
+ ## Contributors
27
+
28
+ 3 authors added to this release (alphabetically):
29
+
30
+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
31
+ - Nathan Goldbaum ([ @ngoldbaum ] ( https://github.com/ngoldbaum ) )
32
+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
33
+
34
+ 4 reviewers added to this release (alphabetically):
35
+
36
+ - Adrin Jalali ([ @adrinjalali ] ( https://github.com/adrinjalali ) )
37
+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
38
+ - Nathan Goldbaum ([ @ngoldbaum ] ( https://github.com/ngoldbaum ) )
39
+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
40
+
41
+ _ These lists are automatically generated, and may not be complete or may contain duplicates._
42
+
1
43
# spin 0.12
2
44
3
45
We're happy to announce the release of spin 0.12!
Original file line number Diff line number Diff line change 6
6
Read more at https://github.com/scientific-python/spin
7
7
"""
8
8
9
- __version__ = "0.13rc0.dev0 "
9
+ __version__ = "0.13rc0"
10
10
11
11
from .cmds import util
12
12
You can’t perform that action at this time.
0 commit comments