Skip to content

Releases: CianLM/labtex

v0.6.1

16 Oct 14:39
Compare
Choose a tag to compare
  • Fixed inverse tangent error propagation
  • Added conda publishing workflow
  • Added predict method to Regression objects

v0.6.0

11 Oct 14:40
Compare
Choose a tag to compare
  • 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

12 Sep 14:36
Compare
Choose a tag to compare
  • New extensive Documentation! Examples and guides to be added in future updates.
  • Improved plot appearance with latex-style font
  • Fixed table bugs when dimensionless quantities are involved

v0.4.3

29 Aug 11:21
Compare
Choose a tag to compare

v0.4.3

  • Fixed negative error propagation bug

v0.4.2

25 Aug 01:56
Compare
Choose a tag to compare

v0.4.2

v0.4.1a

25 Aug 01:38
Compare
Choose a tag to compare
  • Fixed exponential error propagation
  • Fixed minor bugs

v0.4.1

25 Aug 01:51
Compare
Choose a tag to compare
  • Fix minor plotting bugs

v0.4.0

20 Apr 05:23
Compare
Choose a tag to compare

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 MeasurementLists for extensibility and consistency.
  • Added "/" support e.g. "m/s" parses the same as "m s^-1"
  • Added element-wise uncertainties in MeasurementLists
  • 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 and ML for Measurement and MeasurementList 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

v0.3.2

05 Sep 14:23
Compare
Choose a tag to compare

-README update

v0.3.1

05 Sep 14:14
2bcc995
Compare
Choose a tag to compare
  • README fix