Mcerp

Latest version: v0.12

Safety actively analyzes 613682 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.12

-------------------

- Python 3 support added (now ``mcerp`` works on Python 2.7 as well as
Python 3.5 or later with a single codebase)
- Several small issues fixed

0.11

--------------------

(changelog wasn't filled, not clear what changed)

0.10

--------------------

(changelog wasn't filled, not clear what changed)

0.9.2

---------------------

- Fixed bug in 'umath.py' where the 'mcpts' member references should have been
'_mcpts'.

0.9

-------------------

- Removed dependencies on the 'ad' package since the core functionality didn't
really depend on it.

- Updated the umath sub-module to only utilize numpy for its mathematical
functions (i.e., sin, exp, abs, etc.).

- Added many constructor functions to make creating UncertainVariables easier,
like 'Normal', 'Uniform', 'Gamma', etc. All examples have been updated
accordingly to show the use of these constructors. The original constructor,
like 'uv(ss.norm(loc=2, scale=0.1))', is still functional.

- Updated the 'describe' method to allow the user to specify a printed
identifier as an input other than the 'tag' member.

- Added 'covariance_matrix' and 'correlation_matrix' utility functions.

- Renamed display text from 'UF(...)' and 'UV(...)' to just 'uv(...)'.

- Made the sample statistics permanent properties via the property decorator.

0.8

-------------------

- First public release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.