Skip to content

Commit a88cd3f

Browse files
committed
Designate 0.1 release
1 parent 1d0e624 commit a88cd3f

2 files changed

Lines changed: 65 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 64 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,72 @@
11
# Changelog
22

3-
## [v0.1a1](https://github.com/scientific-python/dev.py/tree/v0.1a1)
3+
## [v0.1](https://github.com/scientific-python/devpy/tree/v0.1)
44

5-
[Full Changelog](https://github.com/scientific-python/dev.py/compare/v0.0...v0.1a1)
5+
[Full Changelog](https://github.com/scientific-python/devpy/compare/v0.1a1...v0.1)
6+
7+
**Closed issues:**
8+
9+
- python dev.py python no longer works [\#58](https://github.com/scientific-python/devpy/issues/58)
10+
- Is `--reconfigure` necessary on each invocation of `meson setup`? [\#54](https://github.com/scientific-python/devpy/issues/54)
11+
- Run build command before tests [\#50](https://github.com/scientific-python/devpy/issues/50)
12+
- Installing devpy [\#46](https://github.com/scientific-python/devpy/issues/46)
13+
- Additional windows problems [\#38](https://github.com/scientific-python/devpy/issues/38)
14+
- windows builds cannot be tested [\#32](https://github.com/scientific-python/devpy/issues/32)
15+
- Aesthetic improvements [\#21](https://github.com/scientific-python/devpy/issues/21)
16+
- Add emoji and color to command line printing [\#20](https://github.com/scientific-python/devpy/issues/20)
17+
- Describe history of dev.py in README [\#19](https://github.com/scientific-python/devpy/issues/19)
18+
- Passing test arguments for a project \(e.g. numpy\) [\#13](https://github.com/scientific-python/devpy/issues/13)
19+
- `devpy build` should install to a new directory, rather than the build dir [\#12](https://github.com/scientific-python/devpy/issues/12)
20+
- Refactor testing [\#10](https://github.com/scientific-python/devpy/issues/10)
21+
22+
**Merged pull requests:**
23+
24+
- Update pre-commit [\#60](https://github.com/scientific-python/devpy/pull/60) ([jarrodmillman](https://github.com/jarrodmillman))
25+
- Only configure/reconfigure as necessary [\#59](https://github.com/scientific-python/devpy/pull/59) ([stefanv](https://github.com/stefanv))
26+
- pytest: replace existing process [\#57](https://github.com/scientific-python/devpy/pull/57) ([stefanv](https://github.com/stefanv))
27+
- Add docstrings [\#56](https://github.com/scientific-python/devpy/pull/56) ([stefanv](https://github.com/stefanv))
28+
- Meson building is now tested on example_pkg, so can remove on devpy itself [\#55](https://github.com/scientific-python/devpy/pull/55) ([stefanv](https://github.com/stefanv))
29+
- Group meson commands in preparation for other build systems [\#52](https://github.com/scientific-python/devpy/pull/52) ([stefanv](https://github.com/stefanv))
30+
- Run `build` before `test` command [\#51](https://github.com/scientific-python/devpy/pull/51) ([stefanv](https://github.com/stefanv))
31+
- Add installation instructions [\#49](https://github.com/scientific-python/devpy/pull/49) ([stefanv](https://github.com/stefanv))
32+
- Add ability to build sdist [\#48](https://github.com/scientific-python/devpy/pull/48) ([stefanv](https://github.com/stefanv))
33+
- Rename build cmd to make room for other build backends [\#47](https://github.com/scientific-python/devpy/pull/47) ([stefanv](https://github.com/stefanv))
34+
- Fix Windows builds: use `meson compile` instead of `ninja` [\#43](https://github.com/scientific-python/devpy/pull/43) ([stefanv](https://github.com/stefanv))
35+
- DOC: add some hints to build, test [\#42](https://github.com/scientific-python/devpy/pull/42) ([mattip](https://github.com/mattip))
36+
- Remove Strawberry GCC compiler in Windows CI [\#41](https://github.com/scientific-python/devpy/pull/41) ([stefanv](https://github.com/stefanv))
37+
- Fix Powershell build [\#39](https://github.com/scientific-python/devpy/pull/39) ([stefanv](https://github.com/stefanv))
38+
- Update precommits [\#37](https://github.com/scientific-python/devpy/pull/37) ([jarrodmillman](https://github.com/jarrodmillman))
39+
- Prefer site-packages paths with Python version [\#35](https://github.com/scientific-python/devpy/pull/35) ([stefanv](https://github.com/stefanv))
40+
- Fix support for python 3.7 [\#34](https://github.com/scientific-python/devpy/pull/34) ([eli-schwartz](https://github.com/eli-schwartz))
41+
- Revert "Match current Python version for site-packages \(\#29\)" [\#33](https://github.com/scientific-python/devpy/pull/33) ([jarrodmillman](https://github.com/jarrodmillman))
42+
- Run `pytest` as `python -m pytest` [\#30](https://github.com/scientific-python/devpy/pull/30) ([stefanv](https://github.com/stefanv))
43+
- Match current Python version when searching for site-packages [\#29](https://github.com/scientific-python/devpy/pull/29) ([stefanv](https://github.com/stefanv))
44+
- Do not rely on `project` section of `pyproject.toml` [\#27](https://github.com/scientific-python/devpy/pull/27) ([stefanv](https://github.com/stefanv))
45+
- Refactor testing to use an example package, instead of devpy itself [\#25](https://github.com/scientific-python/devpy/pull/25) ([stefanv](https://github.com/stefanv))
46+
- Update README [\#24](https://github.com/scientific-python/devpy/pull/24) ([stefanv](https://github.com/stefanv))
47+
- Add simple color formatter [\#23](https://github.com/scientific-python/devpy/pull/23) ([stefanv](https://github.com/stefanv))
48+
- Add command sections [\#22](https://github.com/scientific-python/devpy/pull/22) ([stefanv](https://github.com/stefanv))
49+
- Install only changed files [\#18](https://github.com/scientific-python/devpy/pull/18) ([stefanv](https://github.com/stefanv))
50+
- Apply cwd argument of run also to execvp [\#17](https://github.com/scientific-python/devpy/pull/17) ([stefanv](https://github.com/stefanv))
51+
- Add --clean flag to build command [\#16](https://github.com/scientific-python/devpy/pull/16) ([stefanv](https://github.com/stefanv))
52+
- Better errors on missing cmds/broken module/missing module [\#15](https://github.com/scientific-python/devpy/pull/15) ([stefanv](https://github.com/stefanv))
53+
- Separate build dir and install dir [\#14](https://github.com/scientific-python/devpy/pull/14) ([stefanv](https://github.com/stefanv))
54+
- Use `meson setup` instead of `meson`. The latter is deprecated. [\#11](https://github.com/scientific-python/devpy/pull/11) ([rgommers](https://github.com/rgommers))
55+
- Add basic testing [\#9](https://github.com/scientific-python/devpy/pull/9) ([stefanv](https://github.com/stefanv))
56+
- Fix PYTHONPATH issue when invoking shell [\#8](https://github.com/scientific-python/devpy/pull/8) ([stefanv](https://github.com/stefanv))
57+
- Add module description [\#7](https://github.com/scientific-python/devpy/pull/7) ([stefanv](https://github.com/stefanv))
58+
- Add flags to control build output verbosity [\#6](https://github.com/scientific-python/devpy/pull/6) ([stefanv](https://github.com/stefanv))
59+
- Flush build cmd, so it gets printed before output [\#5](https://github.com/scientific-python/devpy/pull/5) ([stefanv](https://github.com/stefanv))
60+
- Add rationale behind devpy [\#4](https://github.com/scientific-python/devpy/pull/4) ([stefanv](https://github.com/stefanv))
61+
- Don't use flit [\#3](https://github.com/scientific-python/devpy/pull/3) ([jarrodmillman](https://github.com/jarrodmillman))
62+
63+
## [v0.1a1](https://github.com/scientific-python/devpy/tree/v0.1a1) (2022-10-14)
64+
65+
[Full Changelog](https://github.com/scientific-python/devpy/compare/v0.0...v0.1a1)
666

767
**Merged pull requests:**
868

9-
- Document release process [\#2](https://github.com/scientific-python/dev.py/pull/2) ([jarrodmillman](https://github.com/jarrodmillman))
10-
- Add pre-commit hooks and CI linter [\#1](https://github.com/scientific-python/dev.py/pull/1) ([jarrodmillman](https://github.com/jarrodmillman))
69+
- Document release process [\#2](https://github.com/scientific-python/devpy/pull/2) ([jarrodmillman](https://github.com/jarrodmillman))
70+
- Add pre-commit hooks and CI linter [\#1](https://github.com/scientific-python/devpy/pull/1) ([jarrodmillman](https://github.com/jarrodmillman))
1171

1272
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "devpy"
3-
version = "0.1a3.dev0"
3+
version = "0.1"
44
requires-python = ">=3.7"
55
description = "Developer tool for scientific Python libraries"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)