Change Log
0.5.8 (2020/01/10 19:52 +00:00)
0.5.7 (2019/10/07 20:15 +00:00)
0.5.6 (2019/07/04 05:54 +00:00)
0.5.4 (2019/06/10 01:40 +00:00)
0.5.3 (2019/05/29 21:23 +00:00)
pydruid-0.5.2 (2019/03/08 01:16 +00:00)
pydruid-0.5.1 (2019/03/05 17:11 +00:00)
0.5.0 (2018/11/28 06:16 +00:00)
pydruid-0.4.4 (2018/06/21 18:25 +00:00)
pydruid-0.4.3 (2018/05/18 18:22 +00:00)
0.4.2 (2018/04/03 00:23 +00:00)
pydruid-0.4.1 (2018/02/08 00:20 +00:00)
pydruid-0.4.0 (2018/01/30 18:59 +00:00)
pydruid-0.3.1 (2016/12/22 21:55 +00:00)
pydruid-0.3.0 (2016/05/24 17:09 +00:00)
pydruid-0.2.3 (2015/10/25 17:23 +00:00)
pydruid-0.2.2 (2015/07/24 23:12 +00:00)
pydruid-0.2.1 (2015/07/24 18:00 +00:00)
pydruid-0.2.0 (2014/04/14 20:07 +00:00)
- #10 Merge pull request #10 from metamx/use-relative-paths (@metamx)
- ffebcb8 restored updated intro, with restructered heads and info on finding more examples
- d5e84a7 intro now focused just on PyDruid class
- 1667132 ignoring these generated files
- e51391a rm this intruder, a file specific to Mac OSX
- 4192010 rm this intruder, a file specific to Mac OSX
- af7c90f substituting relative paths for local paths
- 752772d Update README.md (@dganguli)
- f91a5dc Update README.md (@dganguli)
- #8 Merge pull request #8 from metamx/igalpd (@metamx)
- c1b3423 changed 'bard' to 'druid'
- c4ba739 Update README.md (@dganguli)
- b398f45 Update README.md (@dganguli)
- 844047e Update README.md (@dganguli)
- #7 Merge pull request #7 from metamx/pyipyi (@metamx)
- 823c55c fix whitespace ftw
- 1fabb51 setup.cfg to make it easy to upload docs to pythonhosted.org
- 9471077 docs: rename pyDruid -> pydruid
- bc625b5 re-name pypi package from pyDruid -> pydruid
- d64a56b setup.py: upgrade version to 0.2.0, remove extraneous dependencies
- 5e6dfdb Update README.md (@dganguli)
- abfbcf2 Update README.md (@dganguli)
- d579de1 Update README.md (@dganguli)
- #6 Merge pull request #6 from metamx/docs (@metamx)
- 3df572f Update README.md (@dganguli)
- d109749 Update README.md (@dganguli)
- 3c1b726 Merge branch 'docs' of github.com:metamx/pydruid into docs
- 5da69b1 twitter graph figure for groupby example
- 1c97eb3 Update README.md (@dganguli)
- 5a19cc1 Update README.md (@dganguli)
- 32ae0f8 re-size avg tweet length figure part deux
- a39e9bc re-size avg tweet length figure
- 8f9b45d Merge branch 'docs' of github.com:metamx/pydruid into docs
- df90783 docs: created figures directory
- eb4f4a2 Update README.md (@dganguli)
- 458b82e README back to md from txt
- 6c18175 updated built documentation
- 3b61bbd documented export methods and big fix to export_tsv for topn queries
- 4961495 fix topn docstring
- 1b1f00b Filter and Postaggregator builder methods are static members of their respective classes
- 2f92ec7 more sensical docstring for PyDruid
- f49265d documented PyDruid class
- c71844b commit initial version of built docs
- 8d570e4 documented segment_metadata. fixed a bug in it too
- 1e050bc make post and parse private, made build and validate public again
- 69e9784 documented time_boundary
- 9f595df re-name kwargs dataSource -> datasource and postAggregations -> post_aggregations
- 9a995dd Added documentation for groupby and timeseries queries
- 7552dcb topN has sphinx compatible example in docstring
- 59522a7 Ignore .DS_store
- 01a8f88 build and validate query methods now private
- b44a8dc sphinx compatible documentation for client.topN
- 5464a2c Working documentatin using sphinx-quickstart
- 3023707 Each query sets its query type instead of passing it to build_query()
- 06d00da postaggregator.py: Field and Const postaggregators call super constructor
- 8605393 filters.py: bug fix to show() method
- 6c9b7d5 aggregators.py: re-name doublesum -> sum
- 51aedd1 client.py: documentatino for topN query
- ba18670 export_tsv raises NotImplementedError if necessary
- d8bc3a7 client.py:
- 3b53fec Finally read the pep-8 style guide. Fix whitespace ensued
- 61300c9 fix whitespace ftw
- b3d269a only parse query results once
- 0a15aeb client.py: bug fix export_tsv for groupBy queries
- 0d56b23 client.py:
- ac74bf6 implemented topN queries. made more informative error messages
- b660ba7 client.py: check if bard_url ends with a / before constructing full url
- 27e87cd query implementations share more post related code
- ed5a9a6 whitespace ftw
- 11321e1 Made pyDruid interoperate with PostAggregators objects
- c845eb5 Removed extraneous comments and whitespace
- 3fae2b7 Updated post-aggs to be easier to express and use
- 71e2753 Bug fix to export_pandas
- 9bc5ba6 Implemented pandas export for groupby queries
- 229355b Remove extraneous dependencies on matplotlib
- #1 Merge pull request #1 from rjurney/master (@rjurney)
- 5fb737e Working 1.7 (@rjurney)
- efa2786 Added init.py to pydruid and updated to version 0.1.5 for release. (@rjurney)
- cc99963 Trying to re-create source code. Something weird and terrible went on. (@rjurney)
- 3c9e1a0 Renaming readme. (@rjurney)
- 441e7aa Still trying to make pypi work, but I can't get the build to update on pypi. (@rjurney)
- 1cf2971 Trying to make pip install work. (@rjurney)
- 4347e69 Crap, whats going on? (@rjurney)
- 978eeaa Massive cleanup (@rjurney)
- 0e6ee14 Made the module into a package, some re-org (@rjurney)
- b43b95d Making this into a python project (@rjurney)
- 21f3b2b First code commit
- 35cd39e Add license headers
- d00f822 Update LICENSE (@xvrl)