------------------- - Bump to v0.3.7. [Robin Thomas] - Corrected error in conditional format rules example code in README. [Robin Thomas] - Fixed typo in README. [Robin Thomas] - Fixed typos in batch call documentation. [Robin Thomas]
0.3.6
------------------- - Bump to v0.3.6. [Robin Thomas] - Allow for absent sheetId property in GridRange objects coming from API (suspected abrupt change in Sheets API behavior!) [Robin Thomas] - Added extra example for clearing data validation rule with None. [Robin Thomas]
0.3.5
------------------- - Bump to v0.3.5. [Robin Thomas] - Fixes 26. Allows `None` as rule parameter to set_data_validation_rule* functions, which will clear data validation rule for the relevant cells. [Robin Thomas]
0.3.4
------------------- - Bump to v0.3.4. [Robin Thomas] - More informative exception message when BooleanCondition receives non- list/tuple for values parameter. [Robin Thomas] - Increased already-high test coverage. [Robin Thomas] - Removed dead link to now-inlined conditional formatting doc. [Robin Thomas] - Correct doc/sphinx annoyances. [Robin Thomas]
0.3.3
------------------- - Bump to version v0.3.3. [Robin Thomas] - Fixes 24. [Robin Thomas]
A certain set of functions that exist both in batch and standalone mode are dynamically bound as local names in the functions subpackage. That makes them undiscoverable by IDEs like PyCharm. Adding a straightforward import statement for these function names -- even though the names are re-bound immediately with wrapped standalone versions of the functions -- makes the function names visible to PyCharm.
0.3.2
------------------- - Bump to v0.3.2. [Robin Thomas] - Fixes 23. Test coverage added. [Robin Thomas] - Support InterpolationPoint.colorStyle. [Robin Thomas]