Skip to content

Releases: nrc-cnrc/MetroloPy

Version 0.6.3

13 May 19:48
fa9e94c
Compare
Choose a tag to compare

Bug fixes: fixed UniformDistribution lower limit, budget when used with named gummys, and others. Added some tests.

version 0.6.2

11 Jul 02:12
cd1d422
Compare
Choose a tag to compare

Bug fixes

version 0.6.1

20 Oct 21:13
Compare
Choose a tag to compare

Fixed a bug that gave an error when a gummy.unit property was set twice and an bug that gave incorrect
results for some non-linear unit conversions.

version 0.6.0

19 Oct 22:49
81ef7b9
Compare
Choose a tag to compare
  • A constant library has been added with physical constants that can be accessed
    by name or alias with the constant function. The search_constants function
    with no argument gives a listing of all built-in constants. Each constant
    definition includes any correlations with other constants.

  • The Quantity class has been added to represent a general numerical value
    multiplied by a unit and the unit function has been added to retrieve
    Unit instances from the unit library by name or alias. Unit instances
    can now be multiplied and divided by other Unit instances to produce
    composite units, can be multiplied and divided by numbers to produce
    Quantity instances or multiply or divide Quantity instances. The
    gummy class is now a subclass of Quantity with a nummy value rather
    than a subclass of nummy. A QuantityArray class has been introduced
    to represent an array of values all with the same unit. Multiplying a Unit
    instance by a list, tuple, or numpy array produces a QuantityArray instance.

  • The immy class has been introduced as an ummy valued counterpart of the
    jummy class for representing complex values with uncertainties. immy
    and jummy values can now be displayed in a polar representation in addition
    to a cartesian representation. immy and jummy .r and .phi properties
    have been added to access the magnitude and argument of the values as a
    complement to the .real and .imag properties.

v0.5.7

26 Sep 05:07
a110c9d
Compare
Choose a tag to compare

Edit to setup.py to remove setup_requires numpy and add numpy to install_requires.

v0.5.6

25 Sep 02:04
1c6914b
Compare
Choose a tag to compare

Fixed bugs affecting functions operating on jummy objects and mutating matrixes input to gummy.create().

v0.5.5, bug fix

07 May 22:28
2230edc
Compare
Choose a tag to compare

Fixed a bug where uncertainty was calculated improperly when an integer value is raised to a power.

v0.5.4

15 Apr 19:38
45a79b6
Compare
Choose a tag to compare

minor bug fixes

v0.5.3

10 Apr 20:31
45c6e8b
Compare
Choose a tag to compare

minor bug fixes

bugfixes

06 Apr 03:42
009e90e
Compare
Choose a tag to compare
Merge pull request #6 from nrc-cnrc/hotfix

Hotfix