Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Releases: treasure-data/pandas-td

v0.8.7

22 Nov 17:13
Compare
Choose a tag to compare

0.8.7 (2015-11-23)

  • Several bug fixes of to_td().

0.8.6 (2015-11-12)

  • to_td() now waits until imported data becomes visible. It also prints progress in HTML.
  • New option --engine (-e) for magic query functions.

v0.8.5

09 Oct 11:42
Compare
Choose a tag to compare
  • New function read_td_job.

v0.8.4

06 Aug 18:34
Compare
Choose a tag to compare
  • New option --out-file (-O) for magic query functions.
  • Magic query functions --plot and --pivot options regard "_id" as dimensions.

v0.8.3

26 Jul 17:55
Compare
Choose a tag to compare
  • Add 'clear_progress' parameter to create_engine.
  • Magic query functions now substitute variables into query text.
  • New option --dry-run for magic query functions.

v0.8.1

20 Jul 14:43
Compare
Choose a tag to compare
  • Add options for %%td_hive, %%td_pig, and %%td_presto.
  • %%td_hive_plot, %%td_pig_plot, and %%td_presto_plot are deprecated. Use --plot options instead.

v0.8.0

12 Jul 20:30
Compare
Choose a tag to compare
  • New function create_engine.
  • (Experimental) New module pandas_td.ipython for magic functions.
  • Connection.databases and Connection.tables are deprecated. Use magic functions.
  • Connection.query_engine is deprecated. Use create_engine instead.
  • read_td_query sets distributed_join = 'false' by default for Presto.