Optional requirements:
`- matplotlib, >=0.91` (install with `$ pip install mystic[plotting]`)
`- scipy, >=0.6.0` (install with `$ pip install mystic[math]`)
`- pathos, >=0.3.3` (install with `$ pip install mystic[parallel]`)
`- pyina, >=0.3.0` (install with `$ pip install mystic[parallel]`)
`mystic` is licensed under 3-clause BSD:
>>> import mystic
>>> print (mystic.license())
To cite `mystic`:
>>> import mystic
>>> print (mystic.citation())
What's Changed
* avoid OverflowError and LinAlgError; pyina to 0.2.9 by mmckerns in https://github.com/uqfoundation/mystic/pull/230
* avoid ZeroDivision and LinAlgError for single datapoint by mmckerns in https://github.com/uqfoundation/mystic/pull/231
* fix constraints.unique after change to random.randrange by mmckerns in https://github.com/uqfoundation/mystic/pull/233
* Bump idna from 3.4 to 3.7 in /docs by dependabot in https://github.com/uqfoundation/mystic/pull/234
* TimeLimits termination and compound constraints example by mmckerns in https://github.com/uqfoundation/mystic/pull/235
* Bump jinja2 from 3.1.3 to 3.1.4 in /docs by dependabot in https://github.com/uqfoundation/mystic/pull/236
* Bump requests from 2.31.0 to 2.32.0 in /docs by dependabot in https://github.com/uqfoundation/mystic/pull/237
* Bump tornado from 6.3.3 to 6.4.1 in /docs by dependabot in https://github.com/uqfoundation/mystic/pull/238
* index in sorting and monotonic constraint, extend sampled statistics by mmckerns in https://github.com/uqfoundation/mystic/pull/239
* sort probabilities of Dirac masses, and use while not terminated in optML by mmckerns in https://github.com/uqfoundation/mystic/pull/240
* update docs requirements to rtfd 10.27.0 by mmckerns in https://github.com/uqfoundation/mystic/pull/242
* add Variance and Negativity to examples3, samples, and measures by mmckerns in https://github.com/uqfoundation/mystic/pull/243
* Bump certifi from 2024.2.2 to 2024.7.4 in /docs by dependabot in https://github.com/uqfoundation/mystic/pull/244
* expand pof_given_samples test range for pypy by mmckerns in https://github.com/uqfoundation/mystic/pull/245
* adjust fcalls in diffev2 for skipped cost by mmckerns in https://github.com/uqfoundation/mystic/pull/247
* replace items removed from numpy namespace by mmckerns in https://github.com/uqfoundation/mystic/pull/248
* replace use of np.core and np.product by mmckerns in https://github.com/uqfoundation/mystic/pull/250
* SetTermination to None to only use EvaluationLimits by mmckerns in https://github.com/uqfoundation/mystic/pull/251
* type check with Integral, bool by value by mmckerns in https://github.com/uqfoundation/mystic/pull/252
* add formal support for python 3.13 by mmckerns in https://github.com/uqfoundation/mystic/pull/253
* generations should never be a float by mmckerns in https://github.com/uqfoundation/mystic/pull/254
**Full Changelog**: https://github.com/uqfoundation/mystic/compare/0.4.2...0.4.3