Skip to content

Commit

Permalink
fixups (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Jan 29, 2024
1 parent 8cb4537 commit baa9b85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
Pantab 4.0.0 (XXXX-XX-XX)
=========================

pantab 4.0 represents the most significant change to the library since its 5 years ago. Please note 4.0 introduces *breaking changes* to the API. When in doubt, users should pin pantab to the 3.x series in production and test before upgrading.
pantab 4.0 represents the most significant change to the library since it began 6 years ago. Please note 4.0 introduces *breaking changes* to the API. When in doubt, users should pin pantab to the 3.x series in production and test before upgrading.

New Features
------------
Expand Down Expand Up @@ -61,7 +61,7 @@ As far as reading is concerned, you can control the type of DataFrame you receiv
.. note::

Any library that implements the `Arrow PyCapsule Interface <https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html>_` will be *writeable* via pantab; reading to such a library would require explicit development
Any library that implements the `Arrow PyCapsule Interface <https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html>`_ will be *writeable* via pantab; reading to such a library would require explicit development

Read any Hyper file
~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -99,7 +99,7 @@ Arrow does not have a native JSON string type nor a geography type. To work arou
.. note::

The Hyper API reads back geography types as a binary proprietary format. You can still _write_ this back via pantab, but note that you can not roundtrip a WKT like the above example
The Hyper API reads back geography types as a binary proprietary format. You can still *write* this back via pantab, but note that you can not roundtrip a WKT like the above example

Better Performance
~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit baa9b85

Please sign in to comment.