Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

build(deps): bump pathos from 0.3.0 to 0.3.1 #934

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 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

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 [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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 24, 2023
@github-actions github-actions bot merged commit 46fda83 into main Jul 24, 2023
@dependabot dependabot bot deleted the dependabot/pip/pathos-0.3.1 branch July 24, 2023 21:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants