Skip to content

Commit 3278eb9

Browse files
committed
Update changelog for 1.1.0rc1
1 parent 33e0e86 commit 3278eb9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ChangeLog.rst

+17
Original file line numberDiff line numberDiff line change
@@ -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+
118
1.0.8
219
=====
320

0 commit comments

Comments
 (0)