Skip to content

Releases: btmy87/UncValMatLab

v1.0.0

08 Sep 22:25
ae229c6
Compare
Choose a tag to compare

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

03 Sep 09:06
deec983
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Patching failed test in v0.2.0

v0.2.0

02 Sep 21:27
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

30 Aug 08:40
162d4f5
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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

27 Aug 08:58
3ba27d2
Compare
Choose a tag to compare
v0.0.0-beta Pre-release
Pre-release

Initial release for testing. A reasonable set of math functions are implemented.