Skip to content

Releases: svenkreiss/pysparkling

v0.3.19

06 Mar 15:32
Compare
Choose a tag to compare
version 0.3.19

v0.3.18

13 Feb 13:50
Compare
Choose a tag to compare
version 0.3.18

v0.2.28

03 Jul 22:10
Compare
Choose a tag to compare

v0.2.24

16 Jun 13:38
Compare
Choose a tag to compare
  • replace dill with cloudpickle in docs and test
  • add tests with pypy and pypy3

See HISTORY.rst and README.rst.

v0.2.23

15 Jun 17:54
Compare
Choose a tag to compare
  • added RDD.randomSplit()
  • saveAsTextFile() saves single file if there is only one partition (and does not break it out into partitions)

See HISTORY.rst.

v0.2.22

12 Jun 04:40
Compare
Choose a tag to compare
  • added Context.wholeTextFiles()
  • improved RDD.first() and RDD.take(n)
  • added fileio.TextFile

See change log in HISTORY.rst.

v0.2.21

07 Jun 23:50
Compare
Choose a tag to compare

See HISTORY.rst.

v0.2.19

04 Jun 14:24
Compare
Choose a tag to compare

v0.2.16

01 Jun 01:30
Compare
Choose a tag to compare
  • add values(), union(), zip(), zipWithUniqueId(), toLocalIterator()
  • improve aggregate() and fold()
  • add stats(), sampleStdev(), sampleVariance(), stdev(), variance()
  • make cache() and persist() do something useful
  • better partitioning in parallelize()
  • logo
  • fix foreach()

v0.2.13

28 May 15:16
Compare
Choose a tag to compare