Skip to content

Commit dec64c4

Browse files
DOC: update HISTORY.rst and RELEASE_CHECKLIST.md before releasing v1.0.0rc1
1 parent cb82907 commit dec64c4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

HISTORY.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
History
33
=======
44

5-
0.9.x (2025-xx-xx)
5+
1.0.0 (2025-xx-xx)
66
------------------
77

8-
* Fix issue 512 to replace setup.py by pyproject.toml, bump twine and wheel dependencies to latest
9-
* Fix issue 670 to correct the import path which cause ModuleNotFoundError
8+
* Major update, including a complete classification and regression public API rework, and a documentation revamp
9+
* Other parts of the public API have been improved as well
10+
* See the v1_changelog_and_migration_guide.rst documentation file for an extensive user-focused changelog
11+
* This update also includes developer experience improvements
1012

1113
0.9.2 (2025-15-01)
1214
------------------

RELEASE_CHECKLIST.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Release checklist
22

33
- [ ] Edit HISTORY.rst and AUTHORS.rst to make sure it’s up-to-date and add release date
4-
- [ ] Check whether any new files need to go in MANIFEST.in
54
- [ ] Make sure tests run, pass and cover 100% of the package:
65
* `make lint`
76
* `make type-check`

0 commit comments

Comments
 (0)