Skip to content

Commit

Permalink
Merge pull request #395 from sepandhaghighi/dev
Browse files Browse the repository at this point in the history
Version 3.3
  • Loading branch information
sepandhaghighi authored Oct 27, 2021
2 parents efca98f + 469cd64 commit 50fe8f5
Show file tree
Hide file tree
Showing 49 changed files with 1,085 additions and 594 deletions.
11 changes: 6 additions & 5 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Authors #

----------
- Sepand Haghighi - Sharif University Of Technology ([[email protected]](mailto:[email protected]))
- Masoomeh Jasemi - Sharif University Of Technology ([[email protected]](mailto:[email protected]))
- Shaahin Hessabi - Sharif University Of Technology ([[email protected]](mailto:[email protected]))
- Alireza Zolanvari - Amirkabir University of Technology ([[email protected]](mailto:[email protected]))
- Sepand Haghighi - Sharif University of Technology ([Github](https://github.com/sepandhaghighi)) **
- Alireza Zolanvari - University of Groningen ([Github](https://github.com/AlirezaZolanvari)) **
- Sadra Sabouri - Sharif University of Technology ([Github](https://github.com/sadrasabouri)) **
- Masoomeh Jasemi - Microsoft ([Github](https://github.com/MasoomehJasemi))
- Shaahin Hessabi - Sharif University of Technology ([Email](mailto:[email protected]))

** **Maintainer**

# Other Contributors #
----------
- [Sohee Yang](https://github.com/soheeyang)
- [Mohammad Mahdi Rahimi](https://github.com/mahi97)
- [Sadra Sabouri](https://github.com/sadrasabouri)
- [Christian Clauss](https://github.com/cclauss)
- [Negar Zabetian](https://github.com/negarzabetian)
- [Ashwin Geet D'Sa](https://github.com/GeetDsa)
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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]
## [3.3] - 2021-10-27
### Added
- `__compare_weight_handler__` function
### Changed
- `is_imbalanced` parameter added to ConfusionMatrix `__init__` method
- `class_benchmark_weight` and `overall_benchmark_weight` parameters added to Compare `__init__` method
- `statistic_recommend` function modified
- Compare `weight` parameter renamed to `class_weight`
- Document modified
- License updated
- `AUTHORS.md` updated
- `README.md` modified
- Block diagrams updated
## [3.2] - 2021-08-11
### Added
- `classes_filter` function
Expand Down Expand Up @@ -544,7 +557,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/v3.2...dev
[Unreleased]: https://github.com/sepandhaghighi/pycm/compare/v3.3...dev
[3.3]: https://github.com/sepandhaghighi/pycm/compare/v3.2...v3.3
[3.2]: https://github.com/sepandhaghighi/pycm/compare/v3.1...v3.2
[3.1]: https://github.com/sepandhaghighi/pycm/compare/v3.0...v3.1
[3.0]: https://github.com/sepandhaghighi/pycm/compare/v2.9...v3.0
Expand Down
Loading

0 comments on commit 50fe8f5

Please sign in to comment.