Skip to content

Releases: riga/scinum

v1.4.4

23 Jan 19:00
Compare
Choose a tag to compare

Minor changes regarding

  • code style
  • examples and documentation

v1.4.3

30 Jul 14:56
Compare
Choose a tag to compare
  • Interpret complex uncertainties as being relative. (8f8a32b)

v1.4.2

10 Jul 19:59
Compare
Choose a tag to compare

Minor version update.

v1.4.1

07 Apr 17:53
Compare
Choose a tag to compare
  • Add missing rmatmul magic, version 1.4.1. (4ee6a59)

v1.4.0

07 Mar 13:24
Compare
Choose a tag to compare
  • Better NumPy treatment in uncertainty combination, close #12. (f7733e6)
  • Clear separation between low-level, built-in and high-level custom ops. (71ef1a6)
  • Rename diff in get() to unc. (962161b)
  • Fix infinitesimal typo (#11) (fc07569)

v1.3.0

03 Mar 16:27
Compare
Choose a tag to compare
  • Add functionality to export HEP data values. (6f0036e)
  • Refactoring of rounding methods. (7a048a7)
  • Update notebook, allow use matmul op. (b0bc2f6)

v1.2.0

02 Sep 16:58
Compare
Choose a tag to compare

New feature

  • Add Correlation and DeferredResult objects. (9ebdfed)

v1.1.4

06 Jul 10:44
Compare
Choose a tag to compare

Changes

  • Switch from travis to GitHub actions (d9376be)
  • Change package bundling (9334716)

v1.1.3

15 Feb 10:08
Compare
Choose a tag to compare
  • Improve type checks in round_value. (4869ef9)
  • Catch empty uncertainties when formatting Number with predefined method. (3d21d7e)
  • Improve docs deployment. (b27c48d, d84280a)

v1.1.2

14 Oct 12:35
Compare
Choose a tag to compare
  • Add shape checks and proper zero handling for arrays in uncertainty combination. (433e8ee)
  • Fix numpy-save division in uncertainty combination. (229e188)
  • Support ufuncs (NEP 13) (#9, #10) (58a91d3, f871846)
  • Add conversion from uncertainties.ufloat. (#8) (6cce25e)