Releases: btmy87/UncValMatLab
Releases · btmy87/UncValMatLab
v1.0.0
Generally functional and ready for use. All trigonometric functions are supported. Documentation has been improved with examples. A generic wrapper for propagating uncertainty through 1D functions has been added.
Full Changelog: v0.2.1...v1.0.0
v0.2.1
v0.2.0
Most significant additions to the code base are:
- Addition of uncertainty type input to constructor
- Addition of toMonteCarlo function.
CI pipeline setup and tested on MATLAB R2022b and R2024a on Linux and Windows.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Added Monte-Carlo test cases.
Added support for plotting correlated error bars as a standard-deviational-ellipse (SDE option in errorbar
).
Full Changelog: v0.0.0-beta...v0.1.0
v0.0.0-beta
Initial release for testing. A reasonable set of math functions are implemented.