gonum v0.8.1 Release Notes

Release Date: 2020-08-22 // over 3 years ago
  • ๐Ÿš€ Release v0.8.1 is a minor release in the v0.8 branch.

    API breaking changes:

    d37b744 stat/distuv: add Score method to Triangle and Uniform
    ๐Ÿ‘ฏ 5f268d9 mat: rename CloneVec to CloneFromVec

    ๐Ÿ—„ API changes deprecating functions:

    ๐Ÿ“ฆ da72779 floats/scalar: new package containing non-vector functions from floats

    API additions since v0.7.0:

    5c397b6 lapack/gonum,lapack64: add Dlantb (also 0af6188)
    755716c stat/distmat: add UniformPermutation
    ๐Ÿ“ฆ 4f194cd cmplxs/cscalar: new package containing non-vector functions from cmplxs
    ๐Ÿ“ฆ da72779 floats/scalar: new package containing non-vector functions from floats
    d08c7b3 stat/distuv: add AlphaStable distribution
    9ae0689 graph/path: add option to retain all paths from single-source path finding routines
    ๐Ÿ“ฆ 551d33a Add a new interp package with interpolation algorithms: constant, piecewise linear and piecewise constant (also aa5949f and 41a8e22)
    39cd12e graph/iterator: add lazy ordered node iterators
    d4ef54c graph/iterator: implement edge and line based lazy node iterator (also f0f9a9e, a961bde and 2bf857d)
    c8de933 stat/distuv: add ScoreInput implementations for Uniform and Triangle
    48db94d mat: add SolveTo and SolveVecTo to SVD
    d37b744 stat/distuv: add Score method to Triangle and Uniform
    ๐Ÿ“ฆ b238fd6 cmplxs: new package complex128 cognate of floats (also 07022b1 and 0b5d99e)
    b88fa1f floats: add compensated summation using Neumaier's algorithm
    de92f8e mat: provide mechanism to output Python and MATLAB syntax
    448e2b6 spatial/{r2,r3}: add Cos, Unit
    962425f spatial/r{2,3}: add Norm and Norm2
    def9e57 spatial/r2: implement Vec.Cross
    2092277 spatial/r2: implement Vec.Dot
    e98ce15 spatial/r3: implement Vec.Cross
    2321f50 spatial/r3: implement Vec.Dot
    a371667 lapack64: add Pbtrs
    26da121 lapack64: add Pbtrf
    9d7b98d lapack: add Dpb functions to Float64 interface
    ๐Ÿ“ฆ bd8ede6 internal/testrand: random package for testing
    4363550 mat: add TriDense.SliceTri
    b12183f mat: add MutableVector interface