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.8 to ~=0.7.9 in /requirements #2901

Merged
merged 3 commits into from
Jan 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Updates the requirements on dython to permit the latest version.

Changelog

Sourced from dython's changelog.

0.7.9

  • Fixing nominal.associations(plot=False) not working as expected on Jupyter-based notebooks (issues #167 & #168)

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)

... (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--2901.org.readthedocs.build/en/2901/

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.8...v0.7.9)

---
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 January 6, 2025 23:06
@dependabot dependabot bot added the test / CI testing or CI label Jan 6, 2025
@dependabot dependabot bot requested a review from a team January 6, 2025 23:06
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69%. Comparing base (f218f6d) to head (b19b2ac).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #2901    +/-   ##
=======================================
  Coverage      69%     69%            
=======================================
  Files         332     346    +14     
  Lines       18966   19142   +176     
=======================================
+ Hits        13055   13230   +175     
- Misses       5911    5912     +1     

requirements/nominal_test.txt Outdated Show resolved Hide resolved
@Borda Borda merged commit d9a62d4 into master Jan 7, 2025
36 of 45 checks passed
@Borda Borda deleted the dependabot-pip-requirements-dython-approx-eq-0.7.9 branch January 7, 2025 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant