Skip to content

Commit 67720d1

Browse files
author
Ghislain Fourny
committed
Version bump.
1 parent 04734f8 commit 67720d1

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
336336

337337
# Latest updates
338338

339+
## Version 2.1.8
340+
- The order of the columns in output DataFrames were occasionally reshuffled. This new version keeps the column order more stable.
341+
- Further improvements supporting built-in function and improved XML/XQuery 3.1 support.
342+
339343
## Version 2.1.7
340344
- Extend data frame detection to the presence of JSON nulls.
341345
- Many improvements supporting built-in function and improved XML/XQuery 3.1 support.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "jsoniq"
7-
version = "2.1.7"
7+
version = "2.1.8"
88
description = "Python edition of RumbleDB, a JSONiq engine"
99
requires-python = ">=3.11"
1010
dependencies = [

src/jsoniq/jars/rumbledb-2.1.7.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/jsoniq/jars/rumbledb-2.1.8.jar

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:1ef6213de358698daf6bd5ab43b7747ff74cda4c7d30226b1f3886f813c77f01
3+
size 79729772

0 commit comments

Comments
 (0)