File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11# TerminusDB Python Client Release Notes
22
3+ ## v10.2.0
4+
5+ ### New
6+
7+ - Implement info endpoint
8+ - Implement OK endpoint
9+ - Add proper date type to WOQLQuery
10+
11+ ### Bug fixes
12+
13+ - Fix get_triples functions
14+ - Fix update_triples functions
15+ - Fix add_triples functions
16+ - Fix has_doc function (greatly improves performance)
17+
18+ ### Deprecations
19+
20+ - We drop 3.7 support and upgraded pandas because of a security issue
21+
322## v10.1.5
423
524### New
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " terminusdb-client"
3- version = " 10.1.5 "
3+ version = " 10.2.0 "
44description = " Python client for Terminus DB"
55authors = [" TerminusDB group" ]
66license = " Apache Software License"
Original file line number Diff line number Diff line change 2929
3030setuptools .setup (
3131 name = "terminusdb-client" ,
32- version = "10.1.5 " ,
32+ version = "10.2.0 " ,
3333 author = "TerminusDB group" ,
3434 author_email = "terminusdatabase@gmail.com" ,
3535 description = "Python client for Terminus DB" ,
Original file line number Diff line number Diff line change 11__title__ = "woqlClient"
22__description__ = "woqlClient library for accessing the Terminus DB API"
33__url__ = ""
4- __version__ = "10.1.5 "
4+ __version__ = "10.2.0 "
55__build__ = 00
66__author__ = "TerminusDB group"
77__author_email__ = "team@terminusdb.com"
You can’t perform that action at this time.
0 commit comments