Skip to content

Releases: jingw/pyhdfs

v0.3.1

05 Jan 03:18
Compare
Choose a tag to compare

Same as v0.3.0 but marked as requiring Python 3.6+

v0.3.0

04 Jan 22:27
Compare
Choose a tag to compare

Withdrawn to avoid getting picked up by Python 2. Use v0.3.1 instead.

  • Require Python 3.6+
  • Added mypy typing annotations

v0.2.2

15 Jun 03:17
Compare
Choose a tag to compare

Documentation changes only

v0.2.1

23 Sep 03:46
Compare
Choose a tag to compare
  • add ability to customize requests parameters
  • test and documentation changes

(v0.2.1 is identical to v0.2.0 and was created to fix a PyPI mistake.)

v0.1.2

29 Oct 04:21
Compare
Choose a tag to compare

Retry on startup mode exception

v0.1.1

22 Mar 23:52
Compare
Choose a tag to compare
  • added get_active_namenode method
  • disallowed listdir on files
  • replaced implementation of wrapper classes to be more tolerant of HDFS changes

v0.1.0

05 Mar 06:11
Compare
Choose a tag to compare

First release