File tree Expand file tree Collapse file tree 2 files changed +45
-1
lines changed
Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change 1+ # spin 0.15
2+
3+ We're happy to announce the release of spin 0.15!
4+
5+ ## Enhancements
6+
7+ - Expose ` is_editable_install ` and ` editable_install_path ` ([ #279 ] ( https://github.com/scientific-python/spin/pull/279 ) ).
8+ - Improve traceback printout ([ #280 ] ( https://github.com/scientific-python/spin/pull/280 ) ).
9+ - Use sys.executable to run pip in the 'install' command ([ #286 ] ( https://github.com/scientific-python/spin/pull/286 ) ).
10+
11+ ## Bug Fixes
12+
13+ - Pin upper version of click ([ #294 ] ( https://github.com/scientific-python/spin/pull/294 ) ).
14+
15+ ## Documentation
16+
17+ - DOC: fix typo in docstring ([ #285 ] ( https://github.com/scientific-python/spin/pull/285 ) ).
18+
19+ ## Maintenance
20+
21+ - Change color of editable install warnings ([ #278 ] ( https://github.com/scientific-python/spin/pull/278 ) ).
22+ - Support for Python 3.14 ([ #290 ] ( https://github.com/scientific-python/spin/pull/290 ) ).
23+
24+ ## Contributors
25+
26+ 5 authors added to this release (alphabetically):
27+
28+ - Brigitta Sipőcz ([ @bsipocz ] ( https://github.com/bsipocz ) )
29+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
30+ - Lucas Colley ([ @lucascolley ] ( https://github.com/lucascolley ) )
31+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
32+ - Warren Weckesser ([ @WarrenWeckesser ] ( https://github.com/WarrenWeckesser ) )
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+ - Warren Weckesser ([ @WarrenWeckesser ] ( https://github.com/WarrenWeckesser ) )
41+
42+ _ These lists are automatically generated, and may not be complete or may contain
43+ duplicates._
44+
145# spin 0.14
246
347We're happy to announce the release of spin 0.14!
Original file line number Diff line number Diff line change 66Read more at https://github.com/scientific-python/spin
77"""
88
9- __version__ = "0.15rc0.dev0 "
9+ __version__ = "0.15 "
1010
1111from .cmds import util
1212
You can’t perform that action at this time.
0 commit comments