Skip to content

Commit 7056c3c

Browse files
committed
final changesfile
1 parent ea046b7 commit 7056c3c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
v 2.0.0rc2
28
==========
39
Cursors (class hierarchy revised to accommodate `find_and_rerank`, plus other changes):
@@ -51,7 +57,6 @@ Table indexes:
5157
- Support for the `indexType` field to describe table indexes (for compatibility, said field is not mandatory).
5258
- 'column' argument for create[Vector]Index table metods is now positional (after index name)
5359
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`)
5560
DataAPITime: support for "hh:mm" no-seconds format.
5661
DataAPIDuration: improved parse performance by caching regexpes.
5762
DataAPIDuration: support for "P4W"-type strings and for zeroes such as "P", "-PR".

0 commit comments

Comments
 (0)