Skip to content

Releases: montanaflynn/stats

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 22:42

Changelog

Fix

  • a1c4bfa fix: remove unused sum[4] in LinearRegression

Features

  • 01caa59 feat: add Skewness, PopulationSkewness, and SampleSkewness functions (#91)

Other

  • b267a10 docs: update release instructions and regenerate documentation

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 11 Mar 21:56

Changelog

Other

  • 21feb64 chore: add goreleaser config and release workflow

v0.8.1

Choose a tag to compare

@montanaflynn montanaflynn released this 11 Mar 21:54

Fix

  • Fix Percentile to use standard NIST linear interpolation method (#92)
  • Fix Percentile underflow bug (#88)

Update

  • Update Codecov upload to v4 and pass token
  • Update copyright to 2026

v0.8.0

Choose a tag to compare

@montanaflynn montanaflynn released this 11 Mar 21:54

Fix

  • Fix Percentile to use standard NIST linear interpolation method (#92)
  • Fix Percentile underflow bug (#88)

Update

  • Update Codecov upload to v4 and pass token

v0.7.1

Choose a tag to compare

@montanaflynn montanaflynn released this 11 May 08:52

v0.7.1 - 2023-05-11

Add

  • Add describe functions (#77)

Update

  • Update changelog with v0.7.1 changes
  • Update .gitignore
  • Update README.md, LICENSE and DOCUMENTATION.md files
  • Update github action go workflow to run on push

v0.7.0

Choose a tag to compare

@montanaflynn montanaflynn released this 08 Jan 08:45

v0.7.0 - 2023-01-08

Add

  • Add geometric distribution functions (#75)
  • Add GitHub action go workflow

Remove

  • Remove travis CI config

Update

  • Update changelog with v0.7.0 changes
  • Update changelog with v0.7.0 changes
  • Update github action go workflow
  • Update geometric distribution tests

v0.6.6

Choose a tag to compare

@montanaflynn montanaflynn released this 26 Apr 00:53

Add

  • Add support for string and io.Reader in LoadRawData (pr #68)
  • Add latest versions of Go to test against

Update

  • Update changelog with v0.6.6 changes

Use

  • Use math.Sqrt in StandardDeviation (PR #64)

v0.6.5

Choose a tag to compare

@montanaflynn montanaflynn released this 21 Feb 02:07

Add

  • Add Float64Data.Quartiles documentation

Update

  • Update changelog with v0.6.5 changes

v0.6.4

Choose a tag to compare

@montanaflynn montanaflynn released this 13 Jan 12:05

Fix

  • Fix failing tests due to precision errors on arm64 (#58)

Update

  • Update changelog with v0.6.4 changes
  • Update examples directory to include a README.md used for synopsis
  • Update go.mod to include go version where modules are enabled by default
  • Update changelog with v0.6.3 changes

v0.6.3

Choose a tag to compare

@montanaflynn montanaflynn released this 18 Feb 08:22

Add

  • Add creating and committing changelog to Makefile release directive
  • Add release-notes.txt and .chglog directory to .gitignore

Update

  • Update exported tests to use import for better example documentation
  • Update documentation using godoc2md
  • Update changelog with v0.6.2 release