summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-03-23Update to version 5.2.2Florian Eitel
2018-12-24Update to latest 5.2.1 versionFlorian Eitel
2018-07-11Update to version 5.2.0Florian Eitel
2018-06-29Bump to version 5.1.0Florian Eitel
2018-03-25Use LICENSE from source packageFlorian Eitel
2018-03-25Disable tests in check() step because precision test failsFlorian Eitel
====================================================================== FAIL: Test write points from df with numeric precision. ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/python2-influxdb/src/influxdb-python-5.0.0/influxdb/tests/dataframe_client_test.py", line 305, in test_write_points_from_dataframe_with_numeric_precision self.assertEqual(m.last_request.body, expected_default_precision) AssertionError: 'foo,hello=there 0="1",1=1i,2=1.1111111111111 0\nfoo,hello=there 0="2",1=2i,2=2.2222222222222 3600000000000\n' != 'foo,hello=there 0="1",1=1i,2=1.11111111111 0\nfoo,hello=there 0="2",1=2i,2=2.22222222222 3600000000000\n' I assume pandas version might be the problem 0.20 (git repo) vs 0.22 (pacman)
2018-03-25Enable tests in check() stepFlorian Eitel
2018-03-25Update to version 5.0.0Florian Eitel
2016-04-13Bump version to 2.12.0.Daichi Shinozaki
2015-08-20Bump version to 2.8.0Daichi Shinozaki
2015-07-16Bump version to 2.6.0Daichi Shinozaki
2015-06-09Initial importDaichi Shinozaki