Skip to content

Releases: nshiab/simple-data-analysis

v1.3.6

14 Mar 17:37
Compare
Choose a tag to compare

Helpers are exported for Web bundle and for NodeJS. By @nshiab.

Full Changelog: v1.3.5...v1.3.6

v1.3.5

14 Mar 17:27
Compare
Choose a tag to compare

What's Changed

  • Improving imports and exports. All helpers are now available as independent functions. By @nshiab in #205

Full Changelog: v1.3.4...v1.3.5

v1.3.4

13 Mar 20:05
Compare
Choose a tag to compare

What's Changed

  • Link to npm canvas was broken by @nshiab in #201
  • Error when commonKey is not provided with mergeItems() by @nshiab in #202
  • add keep() and exclude() methods by @nshiab in #203

Full Changelog: v1.3.3...v1.3.4

v1.3.3

02 Mar 02:25
d0b61fe
Compare
Choose a tag to compare

What's Changed

  • Adding options fileNameAsId for all importing methods by @nshiab in #193

Full Changelog: v1.3.2...v1.3.3

v1.3.2

01 Mar 16:12
Compare
Choose a tag to compare

Adding options fileNameAsId for loadDataFromLocalDirectory.

Full Changelog: v1.3.1...v1.3.2

v1.3.1

01 Mar 15:38
Compare
Choose a tag to compare

Fixing importing methods for very large arrays, by @nshiab.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

28 Feb 20:54
Compare
Choose a tag to compare

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

27 Feb 18:19
Compare
Choose a tag to compare

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

04 Nov 16:29
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Aug 17:43
Compare
Choose a tag to compare

First release!

Contributors: