Pydruid

Latest version: v0.6.9

Safety actively analyzes 629564 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.4.1

- [120](https://github.com/druid-io/pydruid/pull/120) Remove 'enum' package requirements (#120) (mistercrunch)
- [118](https://github.com/druid-io/pydruid/pull/118) Add shortcuts to CLI (#118) (betodealmeida)
- [117](https://github.com/druid-io/pydruid/pull/117) Small fixes (#117) (betodealmeida)
- [116](https://github.com/druid-io/pydruid/pull/116) Get b64encoding correct for python 2 & 3 (#116) (boorad)

0.4.0

- [100](https://github.com/druid-io/pydruid/pull/100) thetaSketchEstimate fix py2.* (#100) (Dylan1312)
- [80](https://github.com/druid-io/pydruid/pull/80) Methode for http basic auth with username and password added (#80) (DPiontek)
- [113](https://github.com/druid-io/pydruid/pull/113) Check if connection is closed before execute (#113) (betodealmeida)
- [108](https://github.com/druid-io/pydruid/pull/108) Add support for 'scan' queries (#108) (mistercrunch)
- [111](https://github.com/druid-io/pydruid/pull/111) Linting with flake8 (#111) (mistercrunch)
- [112](https://github.com/druid-io/pydruid/pull/112) Fix reserved keyword (#112) (betodealmeida)
- [110](https://github.com/druid-io/pydruid/pull/110) Merge druiddb into pydruid (#110) (betodealmeida)
- [107](https://github.com/druid-io/pydruid/pull/107) Implement pandas export for 'select' queries (#107) (mistercrunch)
- [106](https://github.com/druid-io/pydruid/pull/106) [py2] fix str check in parse_datasource (#106) (mistercrunch)
- [103](https://github.com/druid-io/pydruid/pull/103) Add a way to add context->queryid. (#103) (lionaneesh)
- [87](https://github.com/druid-io/pydruid/pull/87) Support for 'interval' filter (#87) (var23rav)
- [74](https://github.com/druid-io/pydruid/pull/74) Support for Union datasource (#74) (RichRadics)
- [72](https://github.com/druid-io/pydruid/pull/72) thetaSketch support (#72) (RichRadics)
- [77](https://github.com/druid-io/pydruid/pull/77) Add LICENSE to MANIFEST.in (#77) (pmlandwehr)
- [66](https://github.com/druid-io/pydruid/pull/66) __str__ returns dict (#66) (onesuper)
- [82](https://github.com/druid-io/pydruid/pull/82) Add columnComparison filter support (#82) (erikdubbelboer)
- [73](https://github.com/druid-io/pydruid/pull/73) Add new Greatest and Least post aggregators (#73) (erikdubbelboer)
- [84](https://github.com/druid-io/pydruid/pull/84) Add min and max aggregators for long and double (#84) (azymnis)

0.3.1

- [70](https://github.com/druid-io/pydruid/pull/70) Prepare for 0.3.1 release. (#70) (gianm)
- [68](https://github.com/druid-io/pydruid/pull/68) add quantile and quantiles post aggregators support (#68) (hexchain)
- [69](https://github.com/druid-io/pydruid/pull/69) query: add support for search query (#69) (hexchain)
- [60](https://github.com/druid-io/pydruid/pull/60) Add support for bound filter (#60) (psalaberria002)
- [67](https://github.com/druid-io/pydruid/pull/67) Add merge option to segment_metadata (#67) (noppanit)
- [62](https://github.com/druid-io/pydruid/pull/62) Bugfix when building `not` filter multiple times (#62) (dakra)
- [58](https://github.com/druid-io/pydruid/pull/58) Don't raise exception when filter/having/dimension is None (#58) (dakra)
- [53](https://github.com/druid-io/pydruid/pull/53) only import pandas when `export_pandas` gets called (#53) (dakra)
- [54](https://github.com/druid-io/pydruid/pull/54) Adds support for "in" filter (#54) (se7entyse7en)
- [57](https://github.com/druid-io/pydruid/pull/57) Add `analysisTypes` to segment metadata query (#57) (drcrallen)
- [55](https://github.com/druid-io/pydruid/pull/55) allow `descending` attribute in timeseries query (#55) (dakra)

0.3.0

- [9a802a3](https://github.com/druid-io/pydruid/commit/9a802a3c45a1126fcb7961a32ef41f74543d06b3) bump version to 0.3.0 (xvrl)
- [50](https://github.com/druid-io/pydruid/pull/50) Add JavaScript aggregator support (#50) (sologoub)
- [51](https://github.com/druid-io/pydruid/pull/51) bugfix nested `and`/`or` filters inside `not` (#51) (dakra)
- [52](https://github.com/druid-io/pydruid/pull/52) Adding support for regex filter (#52) (mistercrunch)
- [d0763f1](https://github.com/druid-io/pydruid/commit/d0763f1a17b324ef91d2fe6b20b2264500185e47) add `NamespaceLookupExtraction` (dakra)
- [1bf68ae](https://github.com/druid-io/pydruid/commit/1bf68ae9f9bd99bbcbe4625c5a3a5d7bb78691f0) add `TimeFormatExtraction` (dakra)
- [45](https://github.com/druid-io/pydruid/pull/45) Merge pull request #45 from dakra/nested-filter-aggregates (dakra)
- [39](https://github.com/druid-io/pydruid/pull/39) Merge pull request #39 from DreamLab/async_support (DreamLab)
- [166983e](https://github.com/druid-io/pydruid/commit/166983ececa9f6ea4ab242dbf39619731388886e) * added support for asynchronous client (turu)
- [47](https://github.com/druid-io/pydruid/pull/47) Merge pull request #47 from dakra/ne-dimension (dakra)
- [46](https://github.com/druid-io/pydruid/pull/46) Merge pull request #46 from dakra/or-filter (dakra)
- [5290823](https://github.com/druid-io/pydruid/commit/5290823cbcad223fd56300487b7051835acb5be5) add __ne__ to `Dimension` so you can `filter = Dimension('dim') != val` (dakra)
- [415d954](https://github.com/druid-io/pydruid/commit/415d954d68c9e58cb28ab393e43d92bbdf0517f9) add support for `and`,`or` filters with more then 2 values. (dakra)
- [8b08a91](https://github.com/druid-io/pydruid/commit/8b08a91816e67724b7497fba998db9a4b89f1446) add support for nested filtered aggregators (dakra)
- [40](https://github.com/druid-io/pydruid/pull/40) Merge pull request #40 from se7entyse7en/dimensions_specs (se7entyse7en)
- [41](https://github.com/druid-io/pydruid/pull/41) Merge pull request #41 from se7entyse7en/hyperuniquecardinality_postaggregator (se7entyse7en)
- [9b3aaad](https://github.com/druid-io/pydruid/commit/9b3aaad624e6de6185997c3c2e2660b8c21807b8) Added support for HyperUniqueCardinality (se7entyse7en)
- [9e1ef9e](https://github.com/druid-io/pydruid/commit/9e1ef9eff193a65cce7ff53c4a96bc1930150a69) Added tests for dimensions module (se7entyse7en)
- [382d610](https://github.com/druid-io/pydruid/commit/382d610aa18daf297ae14c918fc2f72729e2b0d1) Handled dimensions building in PyDruid client (se7entyse7en)
- [fe0eaac](https://github.com/druid-io/pydruid/commit/fe0eaac2cffcccbe0043aa9aee2f5baf50fe73de) Added dimensions specs and some extraction functions (se7entyse7en)
- [38](https://github.com/druid-io/pydruid/pull/38) Merge pull request #38 from nmckoy/js-filter (nmckoy)
- [10a8340](https://github.com/druid-io/pydruid/commit/10a8340af24eddbab955acbb304e18a24c418e1a) camel case JavaScript (nmckoy)
- [e1604d6](https://github.com/druid-io/pydruid/commit/e1604d6219d293530e0d7bc0a869fe41f90f79a7) support javascript filter (nmckoy)
- [37](https://github.com/druid-io/pydruid/pull/37) Merge pull request #37 from gianm/cardinality (gianm)
- [fa2ecf9](https://github.com/druid-io/pydruid/commit/fa2ecf9f83d0bfb01324dad6c58281e131919216) Bump version to 0.2.4 (gianm)
- [c37b7d4](https://github.com/druid-io/pydruid/commit/c37b7d4d2620c1eccdc7d525a772dbb6869a81a0) Cardinality aggregator (gianm)

0.2.3

- [e9d6648](https://github.com/druid-io/pydruid/commit/e9d6648bb2ac1fbbda07151f01a4ccf070a4ea14) version 0.2.3 (xvrl)
- [36](https://github.com/druid-io/pydruid/pull/36) Merge pull request #36 from druid-io/update-links (druid-io)
- [4481ac5](https://github.com/druid-io/pydruid/commit/4481ac5087fff1005823a1b99805d741c63dc625) update links (xvrl)
- [0300447](https://github.com/druid-io/pydruid/commit/03004471d0fd8b586bf6be3fff3232fa84361350) clean up .gitignore (xvrl)
- [af4d5ec](https://github.com/druid-io/pydruid/commit/af4d5ec6cdacbb2f6e3bcd9b04df028977614d56) s/bard/broker/ (xvrl)
- [35](https://github.com/druid-io/pydruid/pull/35) Merge pull request #35 from se7entyse7en/filters_tests (se7entyse7en)
- [e629e8b](https://github.com/druid-io/pydruid/commit/e629e8ba1586f443b2b4efa635ec3f808ebedddb) Fixed error raised in Filter class for invalid type (se7entyse7en)
- [74435d2](https://github.com/druid-io/pydruid/commit/74435d223d776f6b34e267dff2e3bfe933d0f00e) Added tests for filters module (se7entyse7en)
- [28](https://github.com/druid-io/pydruid/pull/28) Merge pull request #28 from se7entyse7en/filtered_aggregation (se7entyse7en)
- [8b8b138](https://github.com/druid-io/pydruid/commit/8b8b1387900521040ba166dd735f8a50174a87d4) Added tests for filtered aggregation (se7entyse7en)
- [85bc393](https://github.com/druid-io/pydruid/commit/85bc39361390f414ff505459a4048553e24db337) Added support for filtered aggregator (se7entyse7en)
- [34](https://github.com/druid-io/pydruid/pull/34) Merge pull request #34 from se7entyse7en/travis_integration (se7entyse7en)
- [32](https://github.com/druid-io/pydruid/pull/32) Merge pull request #32 from se7entyse7en/some_tests (se7entyse7en)
- [5b8e9fe](https://github.com/druid-io/pydruid/commit/5b8e9fefb7b5acbb1dcc224b4932dd6b6901bb8e) Added travis configuration file (se7entyse7en)
- [261efdb](https://github.com/druid-io/pydruid/commit/261efdb6cf93eda51566e66d563414c50db8f49d) Added test_aggregators (se7entyse7en)
- [00bb0b0](https://github.com/druid-io/pydruid/commit/00bb0b0da45ac1462ada2bfde32a4cd6f0092218) Removed unused import in test_query_utils (se7entyse7en)
- [d6af01d](https://github.com/druid-io/pydruid/commit/d6af01db9a265ae477e143bc7f30cf4814815dd6) Fixed flake8 F403 errors in test_query_utils (se7entyse7en)
- [deb7299](https://github.com/druid-io/pydruid/commit/deb729999bc98433f00e3b5cc171ff881f285ad7) Fixed pep8 E302 errors in test_query_utils (se7entyse7en)
- [3e9a100](https://github.com/druid-io/pydruid/commit/3e9a1009370c00ed9dbcbe623dfb932ef8bb867f) Fixed flake8 F403 errors in test_client (se7entyse7en)
- [c169777](https://github.com/druid-io/pydruid/commit/c169777397d3dee7d4b26e761f485523351eaacd) Added some items to .gitignore for emacs (se7entyse7en)
- [41c1190](https://github.com/druid-io/pydruid/commit/41c1190214ed7cc5289846ace7957f514d236b98) Fixed pep8 E711 errors in test_client (se7entyse7en)
- [c009bca](https://github.com/druid-io/pydruid/commit/c009bca263083499853fed1efd1946623fe2722d) Fixed test_client so that it doesn't fail if pandas is not installed given that it is optional (se7entyse7en)

0.2.2

- [5636a9e](https://github.com/druid-io/pydruid/commit/5636a9eb47238ff213c982cce33fec83c8a8e182) version 0.2.2, fix pypi version conflict (xvrl)

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.