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

Bump pathos from 0.3.0 to 0.3.1 #159

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps pathos from 0.3.0 to 0.3.1.

Release notes

Sourced from pathos's releases.

pathos-0.3.1

pathos 0.3.1 Release Notes

pathos provides a few basic tools to make parallel and distributed computing more accessable to the end user. The goal of pathos is to enable the user to extend their own code to parallel and distributed computing with minimal refactoring.

pathos installs with pip: $ pip install pathos

pathos requires: - python or pypy, >=3.7 - dill, >=0.3.7 - pox, >=0.3.3 - ppft, >=1.7.6.7 - multiprocess, >=0.70.15

pathos is licensed under 3-clause BSD:

>>> import pathos
>>> print (pathos.license())

To cite pathos:

>>> import pathos
>>> print (pathos.citation())

What's Changed

New Contributors

Full Changelog: uqfoundation/pathos@pathos-0.3.0...pathos-0.3.1

Commits
  • d1b595a tag: pathos-0.3.1
  • bf49d95 Bump pygments from 2.11.2 to 2.15.0 in /docs (#270)
  • aee88d9 support pypy3.10
  • b3bd763 non-rtf docs use globaltoc and css
  • 4340e27 add warning context for popen_fork in 312
  • ce5ca98 Merge pull request #267 from uqfoundation/dependabot/pip/docs/requests-2.31.0
  • 7c15601 Bump requests from 2.27.1 to 2.31.0 in /docs
  • 48f41a8 add donate and codecov to rtfd
  • d4c126b use Python when appropriate
  • 8539f89 fix some docstring formatting
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pathos](https://github.com/uqfoundation/pathos) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/uqfoundation/pathos/releases)
- [Commits](uqfoundation/pathos@pathos-0.3.0...pathos-0.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 1, 2023
@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Merging #159 (56a04c5) into master (02e6bdd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #159   +/-   ##
=======================================
  Coverage   72.89%   72.89%           
=======================================
  Files          24       24           
  Lines        1896     1896           
=======================================
  Hits         1382     1382           
  Misses        514      514           

@github-actions github-actions bot mentioned this pull request Oct 2, 2023
@AntObi AntObi merged commit 8263b60 into master Oct 2, 2023
15 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pathos-0.3.1 branch October 2, 2023 09:59
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant