All Versions
13
Latest Version
Avg Release Cycle
173 days
Latest Release
1519 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.2.0 Changes
October 14, 2015➕ 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
-
v0.1.0 Changes
August 19, 2015➕ Add
- ➕ Add CONTRIBUTING.md
📇 Rename
- 📇 Rename functions while preserving backwards compatibility
-
v0.0.9 Changes
August 18, 2015➕ Add
- ➕ Add HarmonicMean func
- ➕ Add GeometricMean func
- ➕ Add .gitignore to avoid commiting test coverage report
- ➕ Add Outliers stuct and QuantileOutliers func
- ➕ Add Interquartile Range, Midhinge and Trimean examples
- ➕ Add Trimean
- ➕ Add Midhinge
- ➕ Add Inter Quartile Range
- ➕ Add a unit test to check for an empty slice error
- ➕ Add Quantiles struct and Quantile func
- ➕ Add more tests and fix a typo
- ➕ Add Golang 1.5 to build tests
- ➕ Add a standard MIT license file
- ➕ Add basic benchmarking
- ➕ Add regression models
- ➕ Add codecov token
- ➕ Add codecov
- ➕ Add check for slices with a single item
- ➕ Add coverage tests
- ➕ Add back previous Go versions to Travis CI
- ➕ Add Travis CI
- ➕ Add GoDoc badge
- ➕ Add Percentile and Float64ToInt functions
- ➕ Add another rounding test for whole numbers
- ➕ Add build status badge
- ➕ Add code coverage badge
- ➕ Add test for NaN, achieving 100% code coverage
- ➕ Add round function
- ➕ Add standard deviation function
- ➕ Add sum function
➕ Add
- ➕ add tests for sample
- ➕ add sample
➕ Added
- ➕ Added sample and population variance and deviation functions
- ➕ Added README
Adjust
- Adjust API ordering
Avoid
- Avoid unintended consequence of using sort
👍 Better
- 👍 Better performing min/max
- 👍 Better description
🔄 Change
- 🔄 Change package path to potentially fix a bug in earlier versions of Go
Clean
- Clean up README and add some more information
- ✅ Clean up test error
Consistent
- Consistent empty slice error messages
- Consistent var naming
- Consistent func declaration
Convert
- Convert ints to floats
Duplicate
- 📦 Duplicate packages for all versions
Export
- Export Coordinate struct fields
First
- First commit
🛠 Fix
- 🛠 Fix copy pasta mistake testing the wrong function
- 🛠 Fix error message
- 🛠 Fix usage output and edit API doc section
- 🛠 Fix testing edgecase where map was in wrong order
- 🛠 Fix usage example
- 🛠 Fix usage examples
Include
- Include the Nearest Rank method of calculating percentiles
More
- More commenting
🚚 Move
- 🚚 Move GoDoc link to top
Redirect
- Redirect kills newer versions of Go
🔨 Refactor
- 🔨 Refactor code and error checking
✂ Remove
- ✂ Remove unnecassary typecasting in sum func
- ✂ Remove cover since it doesn't work for later versions of go
- ✂ Remove golint and gocoveralls
📇 Rename
- 📇 Rename StandardDev to StdDev
- 📇 Rename StandardDev to StdDev
Return
- Return errors for all functions
⚙ Run
- ⚙ Run go fmt to clean up formatting
Simplify
- Simplify min/max function
Start
- ✅ Start with minimal tests
Switch
- ⚡️ Switch wercker to travis and update todos
Table
- 💅 table testing style
⚡️ Update
- ⚡️ Update README and move the example main.go into it's own file
- ⚡️ Update TODO list
- ⚡️ Update README
- ⚡️ Update usage examples and todos
👉 Use
- 👉 Use codecov the recommended way
- 👉 Use correct string formatting types
Pull Requests
- 🔀 Merge pull request #4 from saromanov/sample