Skip to content

Files

Latest commit

7a57b90 · Jun 25, 2019

History

History
90 lines (70 loc) · 2.11 KB

HISTORY.rst

File metadata and controls

90 lines (70 loc) · 2.11 KB

History

0.5.1 (2019-06-24)

  • Add hadoop operators
  • Allow some simple runtime execution by overriding __getattr__
  • Add new operators to docs

0.5.0 (2019-06-24)

  • Error release

0.4.2 (2019-06-22)

  • Add spark and spark_submit operator
  • Upgrade to paramiko >=2.5.0, fixing bug with recent versions of cryptography

0.4.0 (2019-06-07)

  • Switch from bumpversion to punch

0.3.6 (2019-06-06)

  • Format code using black
  • Update install to include conda-forge path

0.3.5 (2019-05-23)

  • Delete blank top line from beeline by default.

0.3.4 (2019-05-23)

  • Allow hive to output to a file
  • Add environment variable profiles with issho env
  • Update docs
  • Allow users to re-use variables that have been set in previous configurations

0.3.3 (2019-05-18)

  • Fix bug related to paramiko v2.4 not liking the Mac version of ssh keys.
  • Added clear error messages to fix.

0.3.1 (2019-04-11)

  • Fix bug regarding ssh vs local user identity

0.3.0 (2019-04-09)

  • Add more configuration and reduce variables on the Issho object.
  • Allow prompt_toolkit>=1.0.10 to allow jupyter interoperability.
  • Set up useful passwords using issho config

0.2.5 (2019-03-25)

  • Clean up hive operator and sftp callback
  • Note that issho is incompatible with jupyter_console<6.0 and ipython<7.0

0.2.4 (2019-03-25)

  • Fix bug in hive operator

0.2.3 (2019-03-25)

  • Add .readthedocs.yml; docs build now passes.

0.2.2 (2019-03-24)

  • Clean up docs, try to have a passing build

0.2.1 (2019-03-22)

  • Add docstrings for all functions
  • Add autodocs
  • Switch out bumpversion for bump2version

0.2.0 (2019-03-22)

  • Add Hive function
  • Add configuration CLI
  • Fix Travis config to Python 3.5+

0.1.0 (2019-02-26)

  • First release on PyPI.