Tags: motherbox/influxdb-python
Toggle v2.7.1's commit message
* Ensure tests pass without influxdb bin
* Fixed bad 'SHOW RETENTION POLICIES' syntax
Toggle v2.7.0's commit message
* Make use of the new line protocol API
* Convert NaN values to None in numpy arrays
Toggle v2.6.0's commit message
* New query option: raise_errors
Toggle v2.5.1's commit message
* Added warning on ResultSet's __getitem__ and documented its replace…
…ment
Toggle v2.5.0's commit message
* Fixed issue where raising exception would fail
* Replaced ResultSet's ``__getitem__`` by ``get_points``
Toggle v2.4.0's commit message
* Fixed issue with delete_series
* Fixed issue where DNS would not work when passwords use caps
* "name" -> "measurement"
Toggle v2.3.0's commit message
* Adapted DataFrameClient to InfluxDB 0.9.0
* Adapted expected response codes to InfluxDB 0.9.0-rc30
Toggle v2.2.0's commit message
* Fixed chunk decoding issues in influx08 client
* Python 2.6 compat fixes (not supported)
* Fixed batch writing for influxdb08 client
* Documentation improvements
* Allow mixed case in DSN
* New alter_retention_policy method
* New grant_admin_privileges method
* New revoke_admin_privileges method
* New grand_privilege method
* New revoke_privilege method
Toggle v2.1.0's commit message
* New InfluxDBClusterClient
* New ceate_user method
* New set_user_password method
* New drop_user method
* Python <2.7 compatibility fixes
Toggle v2.0.2's commit message
* Fixed issue where get_list_users would return a list of lists inste…
…ad of just a list
You can’t perform that action at this time.