File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
336336
337337# Latest updates
338338
339- ## Version 2.1.3
339+ ## Version 2.1.4
340340- Extend data frame detection to the presence of JSON nulls.
341341- Many improvements supporting built-in function and improved XML/XQuery 3.1 support.
342342
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " jsoniq"
7- version = " 2.1.3 "
7+ version = " 2.1.4 "
88description = " Python edition of RumbleDB, a JSONiq engine"
99requires-python = " >=3.11"
1010dependencies = [
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77import pandas as pd
88from importlib .resources import files , as_file
99
10- with as_file (files ("jsoniq.jars" ).joinpath ("rumbledb-2.1.3 .jar" )) as jar_path :
10+ with as_file (files ("jsoniq.jars" ).joinpath ("rumbledb-2.1.4 .jar" )) as jar_path :
1111 if (os .name == 'nt' ):
1212 jar_path_str = str (jar_path )
1313 else :
You can’t perform that action at this time.
0 commit comments