Skip to content

Releases: chipkent/GoogleSheets.jl

v2.0.2

13 May 04:25
Compare
Choose a tag to compare

GoogleSheets v2.0.2

Diff since v2.0.1

Merged pull requests:

  • GitHub actions (#13) (@chipkent)
  • Multi-OS support for build (#14) (@chipkent)
  • CompatHelper: add new compat entry for "RateLimiter" at version "0.1" (#15) (@github-actions[bot])
  • CompatHelper: add new compat entry for "MacroTools" at version "0.5" (#16) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Colors" at version "0.12" (#17) (@github-actions[bot])
  • CompatHelper: add new compat entry for "ColorTypes" at version "0.11" (#18) (@github-actions[bot])
  • CompatHelper: add new compat entry for "DataFrames" at version "1.1" (#19) (@github-actions[bot])
  • CompatHelper: add new compat entry for "PyCall" at version "1.92" (#20) (@github-actions[bot])
  • CompatHelper: add new compat entry for "JSON" at version "0.21" (#21) (@github-actions[bot])

v2.0.1

09 Apr 03:05
fbe3d41
Compare
Choose a tag to compare

Reduce the default rate limiting frequency from 0.95/sec to 0.9/sec and the default max tokens from 5 to 4 to avoid observed failures.

v2.0.0

04 Apr 22:20
a31cb51
Compare
Choose a tag to compare

Major restructuring, formatting improvements, and rate limiting

v1.2.6

17 Mar 02:49
Compare
Choose a tag to compare

Fixed a bug in color scale formatting

v1.2.5

17 Mar 01:26
01aa80b
Compare
Choose a tag to compare

Added color scale formatting

v1.2.4

16 Mar 04:16
49246db
Compare
Choose a tag to compare

Fixed an off by one indexing bug in formatting.

v1.2.3

16 Mar 03:20
398d2d4
Compare
Choose a tag to compare

Switched from rgba to julia color types

v1.2.2

15 Mar 04:52
49d8ad4
Compare
Choose a tag to compare

Added number, date, and background color formatting.

v1.2.1

08 Mar 03:37
076cd9c
Compare
Choose a tag to compare

Added a function to get sheet names.

v1.2.0

21 Jan 05:56
6ba2aa2
Compare
Choose a tag to compare

Added DataFrames support.