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

build(deps): update dython requirement from ~=0.7.7 to ~=0.7.8 in /requirements #2769

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Updates the requirements on dython to permit the latest version.

Changelog

Sourced from dython's changelog.

0.7.8

  • nominal.associations now attempts to set the figure-size automatically based on output (issue #30, by @​Swish78)

0.7.7

  • Drop support for Python 3.8 as it reaches its end-of-life date
  • Fix issue #160

0.7.6

0.7.5

  • Adding type hints to all functions (issue #153)
  • Dropping dependency in scikit-plot as it is no longer maintained (issue #156)
  • Support for Python 3.12 (issue #155)

0.7.4

  • Handling running plotting functions with plot=False in Jupyter and truly avoid plotting (issue #147)

0.7.3

  • Dython now officially supports only Python 3.8 or above (by-product of issue #137)
  • Added nominal.replot_last_associations: a new method to replot nominal.associations heat-maps (issue #136)
  • Adding option to drop NaN values in each pair of columns independently in nominal.associations (issue #130, by @​matbb)
  • Fixing issues #139 and #140 (by @​enrir)

0.7.2

0.7.1 (post4)

  • Fix floating point precision in theils_u, cramer_v and correlation_ratio (issue #116)
  • Fix failing conda builds (by @​sarthakpati)
  • Fix legend argument in ks_abc (by @​lahdjirayhan)

0.7.0

  • License is now MIT
  • Added tests (issue #69, by @​lahdjirayhan)
  • Added option to select which rows/columns to display/hide in nominal.associations (issue #92)
  • Fixed deprecation warning when using datetime features with nominal.associations (issue #96)
  • nominal.associations now support custom methods as measures of associations (issue #104)
  • Important change: Theil's U in nominal.associations is now read as U(row|col) instead of U(col|row)
  • Remove deprecated method compute_associations

0.6.8

  • Bug fix in metric_graph (issue #102)
  • Bug fix in examples module

0.6.7 (post2)

  • First version supported by conda (issue #90, by @​sarthakpati)
  • associations (and compute_associations) now supports several numerical-numerical association measures (issue #84)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

📚 Documentation preview 📚: https://torchmetrics--2769.org.readthedocs.build/en/2769/

Updates the requirements on [dython](https://github.com/shakedzy/dython) to permit the latest version.
- [Release notes](https://github.com/shakedzy/dython/releases)
- [Changelog](https://github.com/shakedzy/dython/blob/master/CHANGELOG.md)
- [Commits](shakedzy/dython@v0.7.7...v0.7.8)

---
updated-dependencies:
- dependency-name: dython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from SkafteNicki as a code owner October 7, 2024 23:17
@dependabot dependabot bot added the test / CI testing or CI label Oct 7, 2024
@dependabot dependabot bot requested a review from a team October 7, 2024 23:17
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69%. Comparing base (1e468f6) to head (c8b6a1d).
Report is 2 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (1e468f6) and HEAD (c8b6a1d). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (1e468f6) HEAD (c8b6a1d)
gpu 2 1
unittest 2 1
Additional details and impacted files
@@            Coverage Diff            @@
##           master   #2769      +/-   ##
=========================================
- Coverage     100%     69%     -31%     
=========================================
  Files          13     329     +316     
  Lines         164   18079   +17915     
=========================================
+ Hits          164   12498   +12334     
- Misses          0    5581    +5581     

@SkafteNicki SkafteNicki added this to the v1.5.0 milestone Oct 8, 2024
@mergify mergify bot added the ready label Oct 8, 2024
@Borda Borda merged commit 6226a53 into master Oct 8, 2024
25 of 34 checks passed
@Borda Borda deleted the dependabot-pip-requirements-dython-approx-eq-0.7.8 branch October 8, 2024 17:30
Borda pushed a commit that referenced this pull request Oct 9, 2024
…quirements (#2769)

build(deps): update dython requirement in /requirements

Updates the requirements on [dython](https://github.com/shakedzy/dython) to permit the latest version.
- [Release notes](https://github.com/shakedzy/dython/releases)
- [Changelog](https://github.com/shakedzy/dython/blob/master/CHANGELOG.md)
- [Commits](shakedzy/dython@v0.7.7...v0.7.8)

---
updated-dependencies:
- dependency-name: dython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6226a53)
Borda pushed a commit that referenced this pull request Oct 10, 2024
…quirements (#2769)

build(deps): update dython requirement in /requirements

Updates the requirements on [dython](https://github.com/shakedzy/dython) to permit the latest version.
- [Release notes](https://github.com/shakedzy/dython/releases)
- [Changelog](https://github.com/shakedzy/dython/blob/master/CHANGELOG.md)
- [Commits](shakedzy/dython@v0.7.7...v0.7.8)

---
updated-dependencies:
- dependency-name: dython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6226a53)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready test / CI testing or CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants