Skip to content

Commit eb77cd8

Browse files
author
Ghislain Fourny
committed
Add change history to the documentation.
1 parent d157e4e commit eb77cd8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,13 @@ return {
179179
print(seq.json());
180180
181181
```
182+
183+
# Last updates
184+
185+
## Version 0.1.0 alpha 8
186+
Ability to write back a sequence of items to local disk, HDFS, S3... in various formats (JSON, CSV, Parquet...).
187+
Automatically declare external variables bound as DataFrames to improve userfriendliness.
188+
Simplified the function names to make them more intuitive (json(), items(), df(), rdd(), etc).
189+
190+
## Version 0.1.0 alpha 9
191+
Upgrade to Spark 4, which aligns the internal scala versions to 2.13 and should remove some errors. Requires Java 17 or 21.

0 commit comments

Comments
 (0)