Skip to content

Releases: grokify/gocharts

v1.6.6

14 Jun 23:21
Compare
Choose a tag to compare

Updates

  1. enhance: data/statictimeseries: adjust report percentage for 0
  2. streamline: data/table

v1.6.5

14 Jun 18:38
Compare
Choose a tag to compare

Updates

  1. enhance: data/table: better handle int conversion

v1.6.4

14 Jun 18:27
Compare
Choose a tag to compare

Updates

  1. enhance: data/statictimeseries: add Table.FormatMap to `DataSeriesS… …
  2. streamline: data/histogram

v1.6.3

14 Jun 06:47
Compare
Choose a tag to compare

Updates

  1. style: data/statictimeseries: update
  2. enhance: data/statictimeseries: add style consistency

v1.6.2

14 Jun 04:30
Compare
Choose a tag to compare

Updates

  1. enhance: statictimeseries: add DataSeries.ToMonth(inflate)
  2. dep: go mod: update
  3. cleanup: data/table: remove commented out code

v1.6.1

12 Jun 20:40
Compare
Choose a tag to compare

Updates

  1. dep: go mod: update
  2. dep: simplego: update
  3. enhance: data/table: add comments

v1.6.0

11 Jun 10:44
Compare
Choose a tag to compare

Overview

Clean up data/table

  1. Add automatic, implicit UTF-8 BOM handling
  2. Move to consistent naming with Rows, relative to Columns
  3. Move more functions to Table

Updates

  1. enhance: data/table: simplify interface
  2. cleanup: data/table: remove legacy comments
  3. rename: data/table: Table.Rows from Table.Records
  4. enhance: data/table: remove explicit BOM handling
  5. refactor: data/table: move ToDocuments() and ToHTML()
  6. refactor: data/table: migrate to Table.Columns

v1.5.0

02 Jun 20:50
Compare
Choose a tag to compare

Overview

  1. Unify data/histogram and data/frequency
  2. Update data/table.Table.Columns to data/table.Columns{} from []string{}

Updates

  1. enhance: data/table: add comment
  2. feat: data/table: add ReadFiles()
  3. feat: data/table: add Table.ColumnValuesForColumnName()
  4. refactor: data/table: move Table.ColumnIndex() to `Table.Columns.In… …
  5. feat: data/histogram: HistogramSet.TransformHistogramNames(), `Hist… …
  6. style: data/histogram: update var names
  7. feat: data/histogram: add Histogram.BinNameExists(), `HistogramSet.… …
  8. feat: data/table: add Columns.RowVals()
  9. feat: data/histogram: add HistogramSet.ItemCounts(), `HistogramSet.… …
  10. feat: data/table: add Columns.RowValFloat64(), `Columns.RowValInt()… …
  11. feat: data/histogram: add H.ItemCount(), HSet.ItemCount(), `HSets… …
  12. feat: data/histogram: add HistogramSet.HistogramNameExists()
  13. style: data/histogram: resolve Unnecessary guard around map access
  14. style: data/histogram: rename variable names
  15. style: data/histogram: rename variable names
  16. simplify: data/histogram: rename HistogramSet.HistogramBinNames()
  17. simplify: data/histogram: rename Histogram.BinNames()
  18. feat: data/table: add Columns.RowMap()
  19. feat: data/table: add Columns{}
  20. docs: update
  21. cleanup: data/histogram: combine files
  22. license: update
  23. feat: data/histogram: add Histogram.ToTable(), Histogram.WriteXLSX()
  24. cleanup: remove unneeded file
  25. refactor: data/histogram: phase 2: combine frequency and histogram
  26. refactor: data/histogram: phase 1: combine frequency and histogram

v1.4.1

27 May 09:16
Compare
Choose a tag to compare

Updates

  1. feat: data/histogram: add TransformBinNamesExactMatch()
  2. enhance: data/histogram: add auto Inflate() to TransformBinNames()

v1.4.0

27 May 08:53
Compare
Choose a tag to compare

Updates

  1. feat: data/histogram: add ParseFileCSV(), ParseTable(), Transform… …
  2. feat: frequency: add FrequencyStats.Percentages, FrequencyStats.Sum
  3. style: table: update self reference to tbl for consistency