File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ v 2.0.0
2
+ ==========
3
+ Collections admit `DataAPIMap` in writing and support `DataAPIDate` as well (the latter coming with the same timezone caveats as `datetime.date`)
4
+ (plus all of the v2 pre-releases below)
5
+
6
+
1
7
v 2.0.0rc2
2
8
==========
3
9
Cursors (class hierarchy revised to accommodate `find_and_rerank`, plus other changes):
@@ -51,7 +57,6 @@ Table indexes:
51
57
- Support for the `indexType` field to describe table indexes (for compatibility, said field is not mandatory).
52
58
- 'column' argument for create[Vector]Index table metods is now positional (after index name)
53
59
Collections write path now obeys the binary-encoding API Option (which in turn defaults to True. Formerly bin-encoding was always turned off.)
54
- Collections admit `DataAPIMap` in writing and support `DataAPIDate` as well (the latter coming with the same timezone caveats as `datetime.date`)
55
60
DataAPITime: support for "hh:mm" no-seconds format.
56
61
DataAPIDuration: improved parse performance by caching regexpes.
57
62
DataAPIDuration: support for "P4W"-type strings and for zeroes such as "P", "-PR".
You can’t perform that action at this time.
0 commit comments