------------------- - Bump to v3.1.3. [Robin Thomas] - Fixes 34 by correctly escaping formula expressions =XXX when allow_formulas=False. [Robin Thomas] - Add 3.9 to travis build. [Robin Thomas] - Pin six to >=1.12.0 to avoid weird environmental dependency problem. [Robin Thomas] - Move to travis-ci.com. [Robin Thomas]
3.1.2
------------------- - Bump to v3.1.2. [Robin Thomas] - Allow for DataFrame cell input values to be unicode objects in Python 2. [Robin Thomas] - Black/flake8 all the things. [Robin Thomas]
3.1.1
------------------- - Bump to v3.1.1. [Robin Thomas] - Send numeric values in DataFrames as JSON numeric values to avoid locale-specific misinterpretation (30) [Robin Thomas]
* Fixes 29. Ensures that numeric values in DataFrames are sent to Sheets API as JSON numeric values, so that locale-specific parsing of decimal separators cannot misinterpret the stringified decimal values. Test coverage included. - 3.9-dev pandas not ready for travis-ci use. [Robin Thomas] - And let's try 3.9-dev for travis too. [Robin Thomas] - Add pypy (not yet pypy3) to Travis build. [Robin Thomas]
3.1.0
------------------- - Bump to 3.1.0. [Robin Thomas] - String_escaping now a parameter to set_with_dataframe (27) [Robin Thomas]
Fixes 26 .
A new parameter, string_escaping, is added to set_with_dataframe: values are 'default', 'off', 'full', or <any callable>.
whitespace tweak - Rst fix. [Robin Thomas] - Add dataframe formatting doc section, with link to formatting package. [Robin Thomas] - Argh no 3.9-dev yet. [Robin Thomas] - Corrected version reference in sphinx docs. [Robin Thomas] - Removed 3.6, added 3.9-dev to travis build. [Robin Thomas] - Make collections.abc imports 3.9-compatible. [Robin Thomas] - Use full version string in sphnix docs. [Robin Thomas] - Add docs badge to README. [Robin Thomas] - Add downloads badge. [Robin Thomas] - Accept nrows only as keyword parameter just as for all other pandas parser-related arguments; remove nrows parameter documentation since pandas, not this package, owns the parameter and its meaning. [Robin Thomas]
3.0.7
------------------- - Bump to 3.0.7. [Robin Thomas] - Support nrows (pandas) parameter properly in get_as_dataframe. [Robin Thomas] - Added to MANIFEST.in using check-manifest tool. [Robin Thomas]