Releases: CianLM/labtex
Releases · CianLM/labtex
v0.6.1
v0.6.0
- Reworked the document object to be more versatile and to allow live editing of the document
- Improved generation of unit axis labeling
- Added numpy integration for instantiating MeasurementLists
- Added nonlinear regression
- Added parameter estimation region visualization to plotting
- Improved unit testing
v0.5.0
v0.4.3
v0.4.2
v0.4.1a
v0.4.1
v0.4.0
v0.4.0
New Features:
- Unit conversion of measurements between arbitrary units e.g. J to eV, mm^2 to m^2.
- Massive overhaul of unit parsing and
MeasurementList
s for extensibility and consistency. - Added "/" support e.g. "m/s" parses the same as "m s^-1"
- Added element-wise uncertainties in
MeasurementList
s - Added eV and unit conversions e.g. eV to Joule
- Added support for more prefixes up to 10^{± 12} (as Peta breaks parsing of Pascals)
Other changes include:
- Added shorthand classes
M
andML
forMeasurement
andMeasurementList
classes - Exposed the
plt
plot object to the end user for customization - Simplified and standardized printing of uncertainties
- Fixed Linear Regression statistical uncertainties
- Modularized testing
- Bug fixes of all kinds