Stats v0.2.0 Release Notes

Release Date: 2015-10-14 // over 8 years ago
  • ➕ Add

    • ➕ Add Makefile with gometalinter, testing, benchmarking and coverage report targets
    • ➕ Add comments describing functions and structs
    • ➕ Add Correlation func
    • ➕ Add Covariance func
    • ➕ Add tests for new function shortcuts
    • ➕ Add StandardDeviation function as a shortcut to StandardDeviationPopulation
    • ➕ Add Float64Data and Series types

    🔄 Change

    • 🔄 Change Sample to return a standard []float64 type

    🛠 Fix

    • 🛠 Fix broken link to Makefile
    • 🛠 Fix broken link and simplify code coverage reporting command
    • 🛠 Fix go vet warning about printf type placeholder
    • 🛠 Fix failing codecov test coverage reporting
    • 🛠 Fix link to CHANGELOG.md

    🛠 Fixed

    • 🛠 Fixed typographical error, changed accomdate to accommodate in README.

    Include

    • Include Variance and StandardDeviation shortcuts

    Pass

    • 👕 Pass gometalinter

    🔨 Refactor

    • 🔨 Refactor Variance function to be the same as population variance

    🚀 Release

    • 🚀 Release version 0.2.0

    ✂ Remove

    • ✂ Remove unneeded do packages and update cover URL
    • ✂ Remove sudo from pip install

    Reorder

    • Reorder functions and sections

    ⏪ Revert

    • ⏪ Revert to legacy containers to preserve go1.1 testing

    Switch

    • 👷 Switch from legacy to container-based CI infrastructure

    ⚡️ Update

    • ⚡️ Update contributing instructions and mention Makefile

    Pull Requests

    • 🔀 Merge pull request #5 from orthographic-pedant/spell_check/accommodate