Skip to content

Commit

Permalink
v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Anon committed May 18, 2022
1 parent 3184ec7 commit 4012e02
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Copyright 2019 Huy Nguyen
limitations under the License.
-->

2022-05-17
==========

Version: 0.6.8
* New feature: we added `Sequence.cache` and `Sequence.reset` to allow one to save a sequence and reset it the beginning of the iterator

2020-01-08
==========

Expand Down
17 changes: 9 additions & 8 deletions docs/source/reference/datapad.Sequence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ datapad.Sequence

.. autoclass:: Sequence


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~Sequence.__init__
~Sequence.all
~Sequence.batch
~Sequence.cache
~Sequence.collect
~Sequence.concat
~Sequence.count
Expand All @@ -32,14 +33,14 @@ datapad.Sequence
~Sequence.peek
~Sequence.pmap
~Sequence.reduce
~Sequence.reset
~Sequence.shuffle
~Sequence.sort
~Sequence.take
~Sequence.window
~Sequence.zip_with_index










2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='datapad',
version='0.6.7',
version='0.6.8',
description='Datapad is a library of lazy data transformations for sequences; similar to spark and linq',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 4012e02

Please sign in to comment.