partialwrap: Wrappers of external executables and Python functions for functools.partial

Main Author: Matthias Cuntz
Format: info software Journal
Bahasa: eng
Terbitan: , 2021
Subjects:
Online Access: https://zenodo.org/record/5592073
Daftar Isi:
  • partialwrap is a Python library providing easy wrapper functions to use with Python's functools.partial. It allows to use any external executable as well as any Python function with arbitrary arguments and keywords to be used with libraries that call functions simply in the form func(x). This includes the functions of the scipy.optimize package or external packages such as emcee or pyeee, and allows the use of distributed function evaluations with Python's multiprocessing or via MPI. This release moved to the pyproject.toml structure instead of setup.py. It also uses Github actions for continuous integration instead of travis-ci.com.