We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6988332 commit 940f010Copy full SHA for 940f010
2 files changed
README.md
@@ -336,6 +336,10 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
336
337
# Latest updates
338
339
+## Version 2.1.1
340
+- Extend data frame detection to nested arrays.
341
+- More bugfixes.
342
+
343
## Version 2.1.1
344
- Fixed a bug preventing the display of some query outputs as a Data Frame.
345
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "jsoniq"
7
-version = "2.1.1"
+version = "2.1.2"
8
description = "Python edition of RumbleDB, a JSONiq engine"
9
requires-python = ">=3.11"
10
dependencies = [
0 commit comments