Skip to content

Commit d2ac027

Browse files
docs: prepare for 1.5 (#953)
* docs: prepare for 1.5 Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 92df5a6 commit d2ac027

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ repos:
3030
- id: cmake-format
3131
additional_dependencies: [pyyaml]
3232

33-
- repo: https://github.com/pre-commit/mirrors-prettier
34-
rev: "v4.0.0-alpha.8"
33+
- repo: https://github.com/rbubley/mirrors-prettier
34+
rev: "v3.3.3"
3535
hooks:
3636
- id: prettier
3737
types_or: [yaml, markdown, html, css, scss, javascript, json]

docs/changelog.md

+48
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Changelog
22

3+
## Version 1.5
4+
5+
### Version 1.5.0
6+
7+
#### Features
8+
9+
- Support variable rebinning [#913][]
10+
- Removed support for Python 3.7 [#952][]
11+
- Added support for Python 3.13 and free-threaded Python 3.13t [#950][]
12+
- Add GitHub artifact attestations to package distribution [#933][]
13+
14+
#### Backend and docs
15+
16+
- Move build to scikit-build-core [#887][]
17+
- Clean up sdist files [#928][]
18+
- Minor touchup to build backend, use scikit-build-core 0.10+ [#948][]
19+
20+
#### CI and testing
21+
22+
- Try cibuildwheel pyodide [#935][]
23+
- Try to fix pyodide build [#934][]
24+
- Update emscripten build [#937][]
25+
- Bump to Pyodide 3.12 [#938][]
26+
- Speed up pyodide job by a few seconds [#941][]
27+
- Update jobs and noxfile [#929][]
28+
- Use pylint 3.2 github formatter instead [#932][]
29+
- Add some CI speedups [#939][]
30+
- Faster cibuildwheel [#942][]
31+
- Adapt to final release of NumPy 2.1.0 [#951][]
32+
33+
[#887]: https://github.com/scikit-hep/boost-histogram/pull/887
34+
[#913]: https://github.com/scikit-hep/boost-histogram/pull/913
35+
[#928]: https://github.com/scikit-hep/boost-histogram/pull/928
36+
[#929]: https://github.com/scikit-hep/boost-histogram/pull/929
37+
[#932]: https://github.com/scikit-hep/boost-histogram/pull/932
38+
[#933]: https://github.com/scikit-hep/boost-histogram/pull/933
39+
[#934]: https://github.com/scikit-hep/boost-histogram/pull/934
40+
[#935]: https://github.com/scikit-hep/boost-histogram/pull/935
41+
[#937]: https://github.com/scikit-hep/boost-histogram/pull/937
42+
[#938]: https://github.com/scikit-hep/boost-histogram/pull/938
43+
[#939]: https://github.com/scikit-hep/boost-histogram/pull/939
44+
[#941]: https://github.com/scikit-hep/boost-histogram/pull/941
45+
[#942]: https://github.com/scikit-hep/boost-histogram/pull/942
46+
[#948]: https://github.com/scikit-hep/boost-histogram/pull/948
47+
[#950]: https://github.com/scikit-hep/boost-histogram/pull/950
48+
[#951]: https://github.com/scikit-hep/boost-histogram/pull/951
49+
[#952]: https://github.com/scikit-hep/boost-histogram/pull/952
50+
351
## Version 1.4
452

553
### Version 1.4.1

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ log_cli_level = "DEBUG"
144144
python_version = "3.8"
145145
files = ["src"]
146146
strict = true
147-
show_error_codes = true
148147
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
149148
warn_unreachable = true
150149

0 commit comments

Comments
 (0)