Recent Releases of multiprocess

multiprocess - 0.70.18

0.70.18 Release Notes

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with pip: $ pip install multiprocess

Multiprocess requires: - python or pypy, >=3.8 - dill, >=0.4.0

Multiprocess is licensed under a BSD license.

What's Changed

  • update travis badge link by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/194
  • docs formatting for sphinx 8.x by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/195
  • add initial support for python 3.14 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/202
  • Bump starlette from 0.37.2 to 0.40.0 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/198
  • fix typo in requirements.txt by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/203
  • updated for python3.14.0a2 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/204
  • sync with python 3.12.8 and 3.13.1 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/205
  • update to python 3.14.0a3 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/206
  • updated copyright for 2025 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/207
  • Bump jinja2 from 3.1.4 to 3.1.5 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/208
  • update to python3.14.0a4 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/209
  • add support for 3.14.0a5, 3.13.2, 3.12.9, and pypy v7.3.18 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/211
  • update docs requirements; CI for pypy3.11 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/212
  • update for slow testing with pypy3.11 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/213
  • add support for 3.14.0a6 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/214
  • update to sync with python 3.14.0a7, 3.13.3, 3.12.10 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/215

Full Changelog: https://github.com/uqfoundation/multiprocess/compare/0.70.17...0.70.18

- Python
Published by mmckerns 11 months ago

multiprocess - 0.70.17

0.70.17 Release Notes

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with pip: $ pip install multiprocess

Multiprocess requires: - python or pypy, >=3.8 - dill, >=0.3.9

Multiprocess is licensed under a BSD license.

What's Changed

  • Update to python 3.11.8 and 3.12.2 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/176
  • update to python 3.13.0a4 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/177
  • update to python 3.13.0a5 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/178
  • sync code with python 3.11.9, 3.12.3, and 3.13.0a6 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/180
  • Bump idna from 3.4 to 3.7 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/181
  • Fix typo in py3.13/_multiprocess name by @befeleme in https://github.com/uqfoundation/multiprocess/pull/183
  • Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/184
  • Bump requests from 2.31.0 to 2.32.0 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/185
  • Bump tornado from 6.3.3 to 6.4.1 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/186
  • update docs requirements to rtfd 10.27.0 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/188
  • Bump certifi from 2024.2.2 to 2024.7.4 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/189
  • sync code with python 3.12.5, 3.13.0rc1, and pypy 7.3.17 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/192
  • add formal support for python 3.13 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/193

New Contributors

  • @befeleme made their first contribution in https://github.com/uqfoundation/multiprocess/pull/183

Full Changelog: https://github.com/uqfoundation/multiprocess/compare/0.70.16...0.70.17

- Python
Published by mmckerns over 1 year ago

multiprocess - 0.70.16

0.70.16 Release Notes

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with pip: $ pip install multiprocess

Multiprocess requires: - python or pypy, >=3.8 - dill, >=0.3.8

Multiprocess is licensed under a BSD license.

What's Changed

  • update to python 3.12.0rc1 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/157
  • drop formal support for python 3.7 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/158
  • define html_theme as rtd workaround by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/159
  • update to reflect changes in multiprocessing in Python 3.11.5 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/160
  • update to python 3.12.0rc2 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/161
  • update to 3.12.0rc3 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/162
  • update to python 3.11.6; add formal support for python 3.12 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/163
  • update 3.11 and 3.12 tests to use submodules by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/164
  • formal support for python 3.12, initial for 3.13 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/165
  • add build to rtfd config by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/167
  • update for python 3.13.0a2 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/168
  • update to python 3.11.7 and 3.12.1 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/169
  • updated copyright for 2024 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/170
  • Bump jinja2 from 3.1.1 to 3.1.3 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/171
  • update sphinx to 6.2.1 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/172
  • Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/173
  • update to python 3.13.0a3 by @mmckerns in https://github.com/uqfoundation/multiprocess/pull/174

Full Changelog: https://github.com/uqfoundation/multiprocess/compare/multiprocess-0.70.15...0.70.16

- Python
Published by mmckerns about 2 years ago

multiprocess - multiprocess-0.70.15

multiprocess 0.70.15 Release Notes

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with pip: $ pip install multiprocess

Multiprocess requires: - python or pypy, >=3.7 - dill, >=0.3.7

Multiprocess is licensed under a BSD license.

What's Changed

  • Don't try to import a toplevel init module by @smurfix in https://github.com/uqfoundation/multiprocess/pull/131
  • Update LICENSE with the current filename of COPYING by @hvaara in https://github.com/uqfoundation/multiprocess/pull/136
  • Bump requests from 2.27.1 to 2.31.0 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/146
  • Bump pygments from 2.11.2 to 2.15.0 in /docs by @dependabot in https://github.com/uqfoundation/multiprocess/pull/153

New Contributors

  • @smurfix made their first contribution in https://github.com/uqfoundation/multiprocess/pull/131
  • @hvaara made their first contribution in https://github.com/uqfoundation/multiprocess/pull/136
  • @dependabot made their first contribution in https://github.com/uqfoundation/multiprocess/pull/146

Full Changelog: https://github.com/uqfoundation/multiprocess/compare/multiprocess-0.70.14...multiprocess-0.70.15

- Python
Published by mmckerns over 2 years ago

multiprocess - multiprocess-0.70.14

multiprocess 0.70.14 Release Notes

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with pip: $ pip install multiprocess

Multiprocess requires: - python or pypy, >=3.7 - dill, >=0.3.6

Multiprocess is licensed under a BSD license.

What's Changed

  • Docs: refer to threading.current_thread instead of deprecated currentThread by @hugovk in https://github.com/uqfoundation/multiprocess/pull/110

New Contributors

  • @hugovk made their first contribution in https://github.com/uqfoundation/multiprocess/pull/110

Full Changelog: https://github.com/uqfoundation/multiprocess/compare/multiprocess-0.70.13...multiprocess-0.70.14

- Python
Published by mmckerns over 3 years ago

multiprocess - multiprocess-0.70.13

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with pip: $ pip install multiprocess

Multiprocess requires: - python or pypy, ==2.7 or >=3.7 - dill, >=0.3.5.1

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns almost 4 years ago

multiprocess - multiprocess-0.70.12.2

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version == 2.7 *or* version >= 3.6

Optional requirements: - dill, version >= 0.3.4

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 4 years ago

multiprocess - multiprocess-0.70.12.1

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version == 2.7 *or* version >= 3.6

Optional requirements: - dill, version >= 0.3.4

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 4 years ago

multiprocess - multiprocess-0.70.12

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version == 2.7 *or* version >= 3.6

Optional requirements: - dill, version >= 0.3.4

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 4 years ago

multiprocess - multiprocess-0.70.11.1

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version == 2.7 *or* version >= 3.5

Optional requirements: - dill, version >= 0.3.3

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 5 years ago

multiprocess - multiprocess-0.70.11

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version == 2.7 *or* version >= 3.5

Optional requirements: - dill, version >= 0.3.3

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 5 years ago

multiprocess - multiprocess-0.70.10

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version == 2.7 *or* version >= 3.5

Optional requirements: - dill, version >= 0.3.2

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 5 years ago

multiprocess - multiprocess-0.70.9

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version >=2.5 *or* version >= 3.1

Optional requirements: - dill, version >= 0.3.1

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 6 years ago

multiprocess - multiprocess-0.70.8

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version >=2.5 *or* version >= 3.1

Optional requirements: - dill, version >= 0.3.0

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 6 years ago

multiprocess - multiprocess-0.70.7

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version >=2.5 *or* version >= 3.1

Optional requirements: - dill, version >= 0.2.9

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns about 7 years ago

multiprocess - multiprocess-0.70.6.1

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version >=2.5 *or* version >= 3.1

Optional requirements: - dill, version >= 0.2.8.1

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 7 years ago

multiprocess - multiprocess-0.70.6

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easy_install or pip: $ pip install multiprocess

Multiprocess requires: - python, version >=2.5 *or* version >= 3.1

Optional requirements: - dill, version >= 0.2.8.1

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 7 years ago

multiprocess - multiprocess-0.70.5

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easyinstall or pip: `$ easyinstall multiprocess`

Multiprocess requires: - python, version >=2.5 *or* version >= 3.1

Optional requirements: - dill, version >= 0.2.6

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns about 9 years ago

multiprocess - multiprocess-0.70.4

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easyinstall or pip: `$ easyinstall multiprocess`

Multiprocess requires: - python, version >=2.5 *or* version >= 3.1

Optional requirements: - dill, version >= 0.2.5

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns about 10 years ago

multiprocess - multiprocess-0.70.3

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easyinstall or pip: `$ easyinstall multiprocess`

Multiprocess requires: - python, version >=2.5 *or* version >= 3.1

Optional requirements: - dill, version >= 0.2.3

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 10 years ago

multiprocess - multiprocess-0.70.1

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with easyinstall or pip: `$ easyinstall multiprocess`

Multiprocess requires: - python, version >=2.5 *or* version >= 3.1

Optional requirements: - dill, version >= 0.2.2

Multiprocess is licensed under a BSD license.

- Python
Published by mmckerns over 10 years ago