File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.4] ( https://github.com/scientific-python/spin/tree/v0.4 ) (2023-7-1)
4+
5+ [ Full Changelog] ( https://github.com/scientific-python/spin/compare/v0.3...v0.4 )
6+
7+ ** Closed issues:**
8+
9+ - ` spin test ` usage in numpy is broken [ \# 74] ( https://github.com/scientific-python/spin/issues/74 )
10+ - How can I override the ` build ` command? [ \# 72] ( https://github.com/scientific-python/spin/issues/72 )
11+ - Run a command in the shell without invoking the shell [ \# 69] ( https://github.com/scientific-python/spin/issues/69 )
12+ - DEV: Can ` pydevtool.cli ` be used to create a unified context? [ \# 45] ( https://github.com/scientific-python/spin/issues/45 )
13+
14+ ** Merged pull requests:**
15+
16+ - Fix rendering of ` test ` docs [ \# 83] ( https://github.com/scientific-python/spin/pull/83 ) ([ stefanv] ( https://github.com/stefanv ) )
17+ - Add @WarrenWeckesser 's test primer as docstring [ \# 82] ( https://github.com/scientific-python/spin/pull/82 ) ([ stefanv] ( https://github.com/stefanv ) )
18+ - Use ruff [ \# 81] ( https://github.com/scientific-python/spin/pull/81 ) ([ jarrodmillman] ( https://github.com/jarrodmillman ) )
19+ - Docs cmd ci [ \# 80] ( https://github.com/scientific-python/spin/pull/80 ) ([ stefanv] ( https://github.com/stefanv ) )
20+ - Add docs to CI tests [ \# 79] ( https://github.com/scientific-python/spin/pull/79 ) ([ stefanv] ( https://github.com/stefanv ) )
21+ - Add command to build Sphinx docs [ \# 78] ( https://github.com/scientific-python/spin/pull/78 ) ([ stefanv] ( https://github.com/stefanv ) )
22+ - Import importlib.util explicitly [ \# 76] ( https://github.com/scientific-python/spin/pull/76 ) ([ stefanv] ( https://github.com/stefanv ) )
23+ - As a build check, import the library before running tests [ \# 75] ( https://github.com/scientific-python/spin/pull/75 ) ([ stefanv] ( https://github.com/stefanv ) )
24+ - Test on Python 3.12.0-beta.2 [ \# 73] ( https://github.com/scientific-python/spin/pull/73 ) ([ jarrodmillman] ( https://github.com/jarrodmillman ) )
25+ - Add meson.run command [ \# 70] ( https://github.com/scientific-python/spin/pull/70 ) ([ stefanv] ( https://github.com/stefanv ) )
26+
327## [ v0.3] ( https://github.com/scientific-python/spin/tree/v0.3 ) (2023-3-23)
428
529[ Full Changelog] ( https://github.com/scientific-python/spin/compare/v0.2...v0.3 )
Original file line number Diff line number Diff line change 11[project ]
22name = " spin"
3- version = " 0.4rc0.dev0 "
3+ version = " 0.4 "
44requires-python = " >=3.7"
55description = " Developer tool for scientific Python libraries"
66license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments