Skip to content

Commit

Permalink
Merge pull request #338 from sepandhaghighi/dev
Browse files Browse the repository at this point in the history
Version 2.9
  • Loading branch information
sepandhaghighi authored Sep 23, 2020
2 parents e0a3d65 + b2c6c80 commit 9cd5df8
Show file tree
Hide file tree
Showing 38 changed files with 826 additions and 541 deletions.
6 changes: 3 additions & 3 deletions .travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
fi
$PYTHON_COMMAND -m pytest Test --cov=pycm --cov-report=term
$PYTHON_COMMAND Otherfiles/version_check.py
$PYTHON_COMMAND -m cProfile -s cumtime pycm/pycm_profile.py

if [ "$CI" = 'true' ] && [ "$TRAVIS" = 'true' ]
then
Expand All @@ -21,6 +20,7 @@
then
$PYTHON_COMMAND -m vulture pycm/ Otherfiles/ setup.py --min-confidence 65 --exclude=__init__.py --sort-by-size
$PYTHON_COMMAND -m bandit -r pycm -s B311
$PYTHON_COMMAND -m pydocstyle --match-dir=pycm
$PYTHON_COMMAND -m pydocstyle -v --match-dir=pycm
$PYTHON_COMMAND Otherfiles/notebook_check.py
fi

$PYTHON_COMMAND -m cProfile -s cumtime pycm/pycm_profile.py
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.9] - 2020-09-23
### Added
- `notebook_check.py`
- `to_array` method
- `__copy__` method
- `copy` method
### Changed
- `average` method refactored
## [2.8] - 2020-07-09
### Added
- `label_map` attribute
Expand Down Expand Up @@ -499,7 +507,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- TPR
- documents and `README.md`

[Unreleased]: https://github.com/sepandhaghighi/pycm/compare/v2.8...dev
[Unreleased]: https://github.com/sepandhaghighi/pycm/compare/v2.9...dev
[2.9]: https://github.com/sepandhaghighi/pycm/compare/v2.8...v2.9
[2.8]: https://github.com/sepandhaghighi/pycm/compare/v2.7...v2.8
[2.7]: https://github.com/sepandhaghighi/pycm/compare/v2.6...v2.7
[2.6]: https://github.com/sepandhaghighi/pycm/compare/v2.5...v2.6
Expand Down
Loading

0 comments on commit 9cd5df8

Please sign in to comment.