Releases: montanaflynn/stats
Releases · montanaflynn/stats
v0.9.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
Other
21feb64 chore: add goreleaser config and release workflow
v0.8.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.7.0 - 2023-01-08
Add
Add geometric distribution functions (#75 )
Add GitHub action go workflow
Remove
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add
Add Float64Data.Quartiles documentation
Update
Update changelog with v0.6.5 changes
v0.6.4
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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