File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ # spin 0.18
2+
3+ ## Enhancements
4+
5+ - Avoid duplicate path specification in ` pip install ` ([ #313 ] ( https://github.com/scientific-python/spin/pull/313 ) ).
6+ - Launch IPython directly from package, instead of from path ([ #307 ] ( https://github.com/scientific-python/spin/pull/307 ) ).
7+ - Avoid triggering a rebuild on ` meson install ` ([ #317 ] ( https://github.com/scientific-python/spin/pull/317 ) ).
8+
9+ ## Contributors
10+
11+ 2 authors added to this release (alphabetically):
12+
13+ - Ralf Gommers ([ @rgommers ] ( https://github.com/rgommers ) )
14+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
15+
16+ 2 reviewers added to this release (alphabetically):
17+
18+ - Lucas Colley ([ @lucascolley ] ( https://github.com/lucascolley ) )
19+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
20+
121# spin 0.17
222
323## Maintenance
Original file line number Diff line number Diff line change 66Read more at https://github.com/scientific-python/spin
77"""
88
9- __version__ = "0.18rc0.dev0 "
9+ __version__ = "0.18 "
1010
1111from .cmds import util
1212
You can’t perform that action at this time.
0 commit comments