Datapad

Latest version: v0.7.6

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

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
==========

0.6.7

* New feature: we added `fields.get` to retrieve a specific field in a structured sequence.
* New feature: We added `Sequence.join` to join together two sequences based on matching keys.

2020-01-07
==========

0.6.6

* New Features: We added `Sequence.window` and `Sequence.batch` to enable sliding window aggregations and batch aggregations.

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

0.6.5

* BUGFIX: Fixed bug where `Sequence.count` was throwing error when elements were non-hashable.


2019-12-31
==========

0.6.4

* added `sequence.peek` to allow you to examine a sequence without consuming it.

2019-12-26
==========

0.6.3

* added `sequnce.distinct` function to get unique values from a sequence.
* Added `Sequence.count(distinct=True)` function in order to count distinct elements in a sequence.

2019-12-11
==========

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.