Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.4 #420

Merged
merged 171 commits into from
Jan 26, 2022
Merged

Version 3.4 #420

merged 171 commits into from
Jan 26, 2022

Conversation

sepandhaghighi
Copy link
Owner

Reference Issues/PRs

#345 #389 #391 #397 #405 #401 #219

What does this implement/fix? Explain your changes.

Version 3.4

Any other comments?

dependabot bot and others added 30 commits October 27, 2021 07:30
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.2 to 1.21.3.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.21.2...v1.21.3)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.3 to 1.21.4.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.21.3...v1.21.4)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
sadrasabouri and others added 13 commits December 20, 2021 09:15
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.21.5.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.21.4...v1.21.5)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [art](https://github.com/sepandhaghighi/art) from 5.3 to 5.4.
- [Release notes](https://github.com/sepandhaghighi/art/releases)
- [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md)
- [Commits](sepandhaghighi/art@v5.3...v5.4)

---
updated-dependencies:
- dependency-name: art
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.21.5...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* feat : prob_vector added to ConfusionMatrix

* feat : brier_score_calc function added #219

* fix : brier score error messages updated #219

* fix : minor bug in brier_score_calc fixed #219

* fix : pos_label renamed to pos_class in brier_score method #219

* fix : brier_score_calc function updated #219

* fix : sample_weight added to brier_score method #219

* fix : tests updated #219

* fix : tests updated #219

* fix : minor edit in save_obj method #219

* fix : tests updated #219

* fix : tests updated #219

* fix : tests updated #219

* doc : CHANGELOG updated #219

* fix : autopep8 #219

* fix : tests updated #219

* doc : Document updated #219

* fix : unused imports removed #219

* fix : tests updated #219

* fix : minor edit in save_obj method #219

* fix : BRIER_SCORE_CLASS_ERROR updated

* fix : tests updated

* fix : minor edit in Document #219

* Reformat the refs

* doc : Document updated #417

Co-authored-by: alirezazolanvari <alireza.zolanvari93@gmail.com>
Bumps [numpy](https://github.com/numpy/numpy) from 1.22.0 to 1.22.1.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.22.0...v1.22.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
* update compare docstr #345

* update obj docstr #345

* update obj docstr #345

* update utils docstr #345

* update output docstr #345

* update utils docstr #345

* update obj docstr #345

* update handler docstr #345

* update handler docstr #345

* update obj docstr #345

* update utils docstr #345

* update obj docstr #345

* update class funcs docstr #345
@sepandhaghighi
Copy link
Owner Author

@alirezazolanvari @sadrasabouri Hi folks
Please complete this review until Wednesday - 2022-01-26 - 11:59 AM GMT+3:30
Notice: Only review, don't need to merge

@@ -379,7 +379,7 @@
"Reference Entropy 1.58496\n",
"Response Entropy 1.45915\n",
"SOA1(Landis & Koch) Substantial\n",
"SOA2(Fleiss) Excellent\n",
"SOA2(Fleiss) Intermediate to Good\n",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it OK?
Should it be changed?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case, kappa = 0.75 and is equal to the decision boundary so sometimes leads to this bug.
It's not very important but we will solve it in a future release.

@sadrasabouri sadrasabouri self-requested a review January 25, 2022 14:51
Copy link
Collaborator

@alirezazolanvari alirezazolanvari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍻

@sepandhaghighi sepandhaghighi merged commit 8402184 into master Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding Discord Channel Badge Python 3.10 Support Google Colab Support Improve docstring Brier score
4 participants