Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed May 3, 2019
1 parent 07808e4 commit 7e7e3f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion HISTORY.rst
Expand Up @@ -2,7 +2,15 @@
Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.4.1...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.5.0...master>`_
* `v0.5.0 <https://github.com/svenkreiss/pysparkling/compare/v0.4.1...v0.5.0>`_ (2019-05-03)
* fixes for HDFS thanks to @tools4origins
* fix for empty partitions by @tools4origins
* api fixes by @artem0 and @tools4origins
* various updates for streaming submodule
* various updates to lint and test system
* logging: converted some info messages to debug
* ... documentation for some point releases is missing
* `v0.4.1 <https://github.com/svenkreiss/pysparkling/compare/v0.4.0...v0.4.1>`_ (2017-05-27)
* retries for failed partitions
* improve ``pysparkling.streaming.DStream``
Expand Down
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
@@ -1,7 +1,7 @@
"""pysparkling module"""
# flake8: noqa

__version__ = '0.4.8'
__version__ = '0.5.0'

from .rdd import RDD
from .context import Context
Expand Down

0 comments on commit 7e7e3f4

Please sign in to comment.