Releases: nshiab/simple-data-analysis
Releases · nshiab/simple-data-analysis
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
Adding options fileNameAsId for loadDataFromLocalDirectory.
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
What's Changed
- Better error messages with summarize by @nshiab in #172
- New methods keepNumbers, keepStrings, keepDates by @nshiab in #174
- Removing noTests property by @nshiab in #176
- Removing overwrite option and property by @nshiab in #177
- Removing double check of types in summarize by @nshiab in #179
- All tests are using a SimpleData instance (except helper functions) by @nshiab in #181
- Refactoring addKey by @nshiab in #182
- Methods exported as independent functions by @nshiab in #183
- removed logParameters and noLogs properties by @nshiab in #185
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add addRank method by @RobertJohnDavidson in #136
- Replacing lodash cloneDeep method by @nshiab in #145
- Linear regression in getChart added by @nshiab in #153
- Added getFirst and getLast by @nshiab in #154
- Add rSquared and support for multiple regressions by @nshiab in #156
- Added nbFirstRowsToExclude and nbLastRowsToExclude options to skip rows in CSV files by @nshiab in #158
- New method loadDataFromLocalDirectory by @nshiab in #163
- New keyCategory option for correlation and regression by @nshiab in #165
- New smallMultiple option in getChart by @nshiab in #167
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Keeping data private in SimpleData class by @a-nyx in #95
- Default value option for handleMissingKeys and missing keys handled for checkValues by @nshiab in #103
- Checkvalues can find empty strings by @nshiab in #105
- Fill missing keys in main data when adding items by @a-nyx in #98
- Adding getQuantile method and related tests by @nshiab in #106
- Values must be numbers for addBins, addOutliers, addProportions, addQuantiles, addVariation, excludeOutliers, sortValues, getMax, getMean, getMedian, getMin, getQuantile, getSum by @nshiab in #108
- Correlation arguments check by @nshiab in #109
- Adding the option colorScale to getChart by @nshiab in #110
- Adding a spacer in handlingMissingKeys by @nshiab in #111
- sortValues considers the values as string if locale is specified by @nshiab in #112
- Replacing toFixed with d3-format by @nshiab in #113
- Removing double log for file extension by @nshiab in #114
- getmin getmax getmean getmedian and dates by @nshiab in #117
- pickRandomItems method by @RobertJohnDavidson in #125
- Issue 92 by @a-nyx in #122
- Handling errors when canvas module is not present by @nshiab in #127
- Add bounds check to pickRandom nbItems by @RobertJohnDavidson in #128
- Cleaned up by @nshiab in #129
- Removed SimpleDataDoc and all dependencies by @nshiab in #131
New Contributors
- @RobertJohnDavidson made their first contribution in #125
Full Changelog: v1.0.0...v1.1.0