Skip to content

Commit

Permalink
version 0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed May 1, 2016
1 parent 2e6825a commit 0cd9dde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Expand Up @@ -2,7 +2,13 @@
Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.3.19...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.3.20...master>`_
* `v0.3.20 <https://github.com/svenkreiss/pysparkling/compare/v0.3.19...v0.3.20>`_ (2016-05-01)
* Google Storage file system (using ``gs://``)
* dependencies: ``requests`` and ``boto`` are not optional anymore
* ``aggregateByKey()`` and ``foldByKey()`` return RDDs
* Python 3: use ``sys.maxsize`` instead of ``sys.maxint``
* flake8 linting
* `v0.3.19 <https://github.com/svenkreiss/pysparkling/compare/v0.3.18...v0.3.19>`_ (2016-03-06)
* removed use of ``itertools.tee()`` and replaced with clear ownership of partitions and partition data
* replace some remaining use of ``str()`` with ``format()``
Expand Down
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
@@ -1,7 +1,7 @@
"""pysparkling module."""
# flake8: noqa

__version__ = '0.3.19'
__version__ = '0.3.20'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down

0 comments on commit 0cd9dde

Please sign in to comment.