Skip to content

Commit

Permalink
Version 0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jun 15, 2015
1 parent a4b1ecb commit 6b9312d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.2.22...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.2.23...master>`_
* `v0.2.23 <https://github.com/svenkreiss/pysparkling/compare/v0.2.22...v0.2.23>`_ (2015-06-15)
* added RDD.randomSplit()
* saveAsTextFile() saves single file if there is only one partition (and does not break it out into partitions)
* `v0.2.22 <https://github.com/svenkreiss/pysparkling/compare/v0.2.21...v0.2.22>`_ (2015-06-12)
* added Context.wholeTextFiles()
* improved RDD.first() and RDD.take(n)
Expand Down
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""pysparkling module."""

__version__ = '0.2.22'
__version__ = '0.2.23'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down

0 comments on commit 6b9312d

Please sign in to comment.