Skip to content

Commit ba7c917

Browse files
author
Ghislain Fourny
committed
Extend release notes.
1 parent 4704062 commit ba7c917

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
346346
- Allow to bind JSONiq variables to pandas dataframes
347347
- Allow to retrieve the output of a JSONiq query as a pandas dataframes (if the output is available as a dataframe, i.e., availableOutputs() returns a list that contains "DataFrame")
348348
- Clean up the mapping to strictly map tuples to sequence of items, and lists ot array items. This will avoid confusion between arrays and sequences.
349+
- As a consequence, json() now returns a tuple, not a list.
349350

350351
## Version 0.1.0 alpha 12
351352
- Allow to bind JSONiq variables to Python values (mapping Python lists to sequences of items). This makes it possible to manipulate Python values directly with JSONiq and even without any knowledge of Spark at all.

0 commit comments

Comments
 (0)