From 579b9b941872fa4f07a392f028112c010e1a9b3b Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Tue, 22 Jul 2025 10:51:19 +0200 Subject: [PATCH] Fix version in the documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa35a6..e02af4f 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R # Last updates -## Version 0.1.0 alpha 13 +## Version 0.2.0 alpha 1 - Allow to bind JSONiq variables to pandas dataframes - Allow to retrieve the output of a JSONiq query as a pandas dataframe (if the output is available as a dataframe, i.e., availableOutputs() returns a list that contains "DataFrame") - 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.