Skip to content

Commit

Permalink
Version 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed May 26, 2015
1 parent 1cf700b commit 12f1efa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.rst
Expand Up @@ -209,7 +209,11 @@ Infers ``.gz`` and ``.bz2`` compressions from the file name.
Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.2.6...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.2.8...master>`_
* `v0.2.8 <https://github.com/svenkreiss/pysparkling/compare/v0.2.6...v0.2.8>`_ (2015-05-26)
* parallelized text file reading (and made it lazy)
* parallelized take() and takeSample() that only computes required data partitions
* add example: access Human Microbiome Project
* `v0.2.6 <https://github.com/svenkreiss/pysparkling/compare/v0.2.2...v0.2.6>`_ (2015-05-21)
* factor out ``fileio.fs`` and ``fileio.codec`` modules
* merge ``WholeFile`` into ``File``
Expand Down
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
@@ -1,6 +1,6 @@
"""pytld module."""

__version__ = '0.2.7'
__version__ = '0.2.8'

from .exceptions import FileAlreadyExistsException

Expand Down

0 comments on commit 12f1efa

Please sign in to comment.