We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e0e86 commit 3278eb9Copy full SHA for 3278eb9
ChangeLog.rst
@@ -1,3 +1,20 @@
1
+1.1.0rc1
2
+========
3
+
4
+Release Date: 2024-05-07
5
6
+* Update Cython to 3.0.10 to reduce C warnings and future support for Python 3.13.
7
+* Stop using C++ mode in Cython to reduce compile error on some compilers.
8
+* ``Packer()`` has ``buf_size`` option to specify initial size of
9
+ internal buffer to reduce reallocation.
10
+* The default internal buffer size of ``Packer()`` is reduced from
11
+ 1MiB to 256KiB to optimize for common use cases. Use ``buf_size``
12
+ if you are packing large data.
13
+* ``Timestamp.to_datetime()`` and ``Timestamp.from_datetime()`` become
14
+ more acculate by avoiding floating point calculations. (#591)
15
+* The Cython code for ``Unpacker`` has been slightly rewritten for maintainability.
16
17
18
1.0.8
19
=====
20
0 commit comments