Releases: svenkreiss/pysparkling
Releases · svenkreiss/pysparkling
v0.3.19
version 0.3.19
v0.3.18
version 0.3.18
v0.2.28
See HISTORY.rst.
v0.2.24
- replace dill with cloudpickle in docs and test
- add tests with pypy and pypy3
See HISTORY.rst and README.rst.
v0.2.23
- 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
- added Context.wholeTextFiles()
- improved RDD.first() and RDD.take(n)
- added fileio.TextFile
See change log in HISTORY.rst.
v0.2.21
- added doc strings and created Sphinx documentation
- implemented allowLocal in
Context.runJob()
- new IPython demo notebook at
docs/demo.ipynb
at https://github.com/svenkreiss/pysparkling/blob/master/docs/demo.ipynb parallelize()
can take an iterator
See HISTORY.rst.
v0.2.19
See HISTORY.rst.
v0.2.16
- add
values()
,union()
,zip()
,zipWithUniqueId()
,toLocalIterator()
- improve
aggregate()
andfold()
- add
stats()
,sampleStdev()
,sampleVariance()
,stdev()
,variance()
- make
cache()
andpersist()
do something useful - better partitioning in
parallelize()
- logo
- fix
foreach()
v0.2.13
See README.rst.