Stats v0.4.0 Release Notes

Release Date: 2019-01-14 // about 5 years ago
  • ➕ Add

    • ➕ Add goreport badge and documentation section to README.md
    • ➕ Add Examples to test files
    • ➕ Add AutoCorrelation and nist tests
    • ➕ Add String method to statsErr type
    • ➕ Add Y coordinate error for ExponentialRegression
    • ➕ Add syntax highlighting (#43)
    • ➕ Add CumulativeSum (#40)
    • ➕ Add more tests and rename distance files
    • ➕ Add coverage and benchmarks to azure pipeline
    • ➕ Add go tests to azure pipeline

    🔄 Change

    • 🔄 Change travis tip alias to master
    • 🔄 Change codecov to coveralls for code coverage

    🛠 Fix

    • 🛠 Fix a few lint warnings
    • 🛠 Fix example error

    👌 Improve

    • 👌 Improve test coverage of distance functions

    Only

    • Only run travis on stable and tip versions
    • Only check code coverage on tip

    ✂ Remove

    • ✂ Remove azure CI pipeline
    • ✂ Remove unnecessary type conversions

    Return

    • Return EmptyInputErr instead of EmptyInput

    Set

    • 👷 Set up CI with Azure Pipelines