Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2022

Bumps numdifftools from 0.9.40 to 0.9.41.

Changelog

Sourced from numdifftools's changelog.

Version 0.9.41 Nov 10, 2022

Fabian Joswig (5): * ci: execute test action only on push to master and on pull requests. * ci: test requirements added to ci workflow. * ci: first version of github actions ci added. * fix: import from from scipy.ndimage.filters replaced by from scipy.ndimage * fix: np.info(float).machar.tiny replaced by np.info(float).tiny

Jonas Eschle (6): * Drop Python 3.6 * Remove Python 2.7, 3.6 from appveyor CI * Update .travis.yml * Update setup.cfg * Update .travis.yml * Update to Python310

Per A Brodtkorb (19): * Commented out deprecated pep8ignore and pep8maxlinelength in setup.cfg * Fixed issue #59: numpy deprecation warning on machar.tiny * Deleted obsolete travis_install.sh * Replaced deprecated np.MachAr().eps (NumPy 1.22) with np.finfo(float).eps in test_multicomplex.py

  * Added requirements.tests.txt 
  * Updated .github/workflows/test.yml to use requirements.tests.txt
  * Removed obsolete .travis.yml and appveyor.yml. 
  * Github-actions are now used instead. 
  * Replaced appveyor badge and travis badge with github-actions badge in README.rst, info.py and index.rst
  * Removed python 2.7 from classifiers in setup.cfg
  * Updated .travis.yml
  * Fixed doctest so they don't crash on travis: Replaced "# doctest + SKIP" with "# doctest: +SKIP" in docstrings.
  * Updated download badge in README.rst and info.py
  * Updated test_img in README.rst
  * Updated tests_img path for travis.
  * Added "# doctest + SKIP" to doctest string in info.py
  * Replaced "version|" with "release|" in docs/index.rst
  * Added matplotlib to requirements.txt Removed failing python 3.8 from appveyor.yml

Per A. Brodtkorb (4): * Merge pull request #65 from fjosw/feat/github_actions_ci * Merge pull request #66 from jonas-eschle/patch-1 * Merge pull request #60 from peendebak/performance/percentile * Merge pull request #63 from fjosw/feat/numpy_deprecation

Pieter Eendebak (2): * workaround for known issue with np.nanpercentile * improve performance by combining percentile calculations

Commits
  • c16ee8b Final release v0.9.40
  • 3e499ed Commented out deprecated pep8ignore and pep8maxlinelength in setup.cfg
  • 94446ca Reorganized imports..
  • 912bacc Fixed issue #59: numpy deprecation warning on machar.tiny
  • ebc3020 Another attempt to get .github/workflows/test.yml to work.
  • 46c3557 Deleted obsolete travis_install.sh
  • 39e5261 Fixed another typo in requirements.tests.txt
  • aca4315 Fixed a typo in requirements.tests.txt
  • ce14e51 Added requirements.tests.txt
  • ed94577 Removed obsolete .travis.yml and appveyor.yml. Github-actions are now used in...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [numdifftools](https://github.com/pbrod/numdifftools) from 0.9.40 to 0.9.41.
- [Release notes](https://github.com/pbrod/numdifftools/releases)
- [Changelog](https://github.com/pbrod/numdifftools/blob/master/CHANGELOG.rst)
- [Commits](pbrod/numdifftools@v0.9.40...v0.9.41)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from Anselmoo as a code owner November 11, 2022 00:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 11, 2022
@github-actions github-actions bot added maintenance Maintenance & Security and removed python Pull requests that update Python code labels Nov 11, 2022
@codecov
Copy link

codecov bot commented Nov 11, 2022

Codecov Report

Merging #488 (6db8dce) into main (7be628e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #488   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files          27       27           
  Lines        2392     2392           
=======================================
  Hits         2363     2363           
  Misses         29       29           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Anselmoo Anselmoo changed the title build(deps): Bump numdifftools from 0.9.40 to 0.9.41 build(deps): ⬆️ Bump numdifftools from 0.9.40 to 0.9.41 Nov 11, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Anselmoo Anselmoo merged commit e7a62fd into main Nov 11, 2022
@Anselmoo Anselmoo deleted the dependabot/pip/numdifftools-0.9.41 branch November 11, 2022 11:20
@Anselmoo Anselmoo restored the dependabot/pip/numdifftools-0.9.41 branch November 11, 2022 18:55
@Anselmoo Anselmoo deleted the dependabot/pip/numdifftools-0.9.41 branch November 11, 2022 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file maintenance Maintenance & Security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant