Skip to content

Commit 72bb659

Browse files
Version 3.9 (#501)
* rel : migrate to version 3.9 * doc : doc run for version 3.9 * fix : notebook check test bug fixed
1 parent 3e4d09a commit 72bb659

38 files changed

+1258
-709
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
pip install notebook>=5.2.2
5050
python Otherfiles/notebook_check.py
51-
if: matrix.python-version == 3.8 && matrix.os == 'ubuntu-20.04'
51+
if: matrix.python-version == 3.9 && matrix.os == 'ubuntu-20.04'
5252
- name: Other tests
5353
run: |
5454
python -m vulture pycm/ Otherfiles/ setup.py --min-confidence 65 --exclude=__init__.py --sort-by-size

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [3.9] - 2023-05-01
89
### Added
910
- `OVERALL_PARAMS` dictionary
1011
- `__imbalancement_handler__` function
@@ -691,7 +692,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
691692
- TPR
692693
- documents and `README.md`
693694

694-
[Unreleased]: https://github.com/sepandhaghighi/pycm/compare/v3.8...dev
695+
[Unreleased]: https://github.com/sepandhaghighi/pycm/compare/v3.9...dev
696+
[3.9]: https://github.com/sepandhaghighi/pycm/compare/v3.8...v3.9
695697
[3.8]: https://github.com/sepandhaghighi/pycm/compare/v3.7...v3.8
696698
[3.7]: https://github.com/sepandhaghighi/pycm/compare/v3.6...v3.7
697699
[3.6]: https://github.com/sepandhaghighi/pycm/compare/v3.5...v3.6

0 commit comments

Comments
 (0)