Skip to content

Commit

Permalink
Update changelog for 1.1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed May 6, 2024
1 parent 33e0e86 commit 3278eb9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.1.0rc1
========

Release Date: 2024-05-07

* Update Cython to 3.0.10 to reduce C warnings and future support for Python 3.13.
* Stop using C++ mode in Cython to reduce compile error on some compilers.
* ``Packer()`` has ``buf_size`` option to specify initial size of
internal buffer to reduce reallocation.
* The default internal buffer size of ``Packer()`` is reduced from
1MiB to 256KiB to optimize for common use cases. Use ``buf_size``
if you are packing large data.
* ``Timestamp.to_datetime()`` and ``Timestamp.from_datetime()`` become
more acculate by avoiding floating point calculations. (#591)
* The Cython code for ``Unpacker`` has been slightly rewritten for maintainability.


1.0.8
=====

Expand Down

0 comments on commit 3278eb9

Please sign in to comment.