Skip to content

Commit

Permalink
4.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Apr 3, 2024
1 parent 79b280e commit 535f51a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions doc/source/changelog.rst
@@ -1,5 +1,16 @@
Changelog
^^^^^^^^^
Pantab 4.1.0 (2024-04-02)
=========================

New Features
------------
Add support for dataframes that have 8 bit integers. When written to Hyper, these will be stored as 16 bit integers. (#280)

Bugfixes
--------

- Bumped the minimum version of the `tableauhyperapi` to 0.0.18618 to fix a bug where reading from Hyper files would throw a `RuntimeError` (#283)

Pantab 4.0.1 (2024-03-21)
=========================
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -5,7 +5,7 @@
project = "pantab"
copyright = "2019-2024, Will Ayd, innobi, LLC"
author = "Will Ayd, innobi, LLC"
release = "4.0.1"
release = "4.1.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "pantab"
version = "4.0.1"
version = "4.1.0"
description = "Converts pandas DataFrames into Tableau Hyper Extracts and back"
license = {file = "LICENSE.txt"}
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/pantab/__init__.py
@@ -1,4 +1,4 @@
__version__ = "4.0.1"
__version__ = "4.1.0"


from pantab._reader import frame_from_hyper, frame_from_hyper_query, frames_from_hyper
Expand Down

0 comments on commit 535f51a

Please sign in to comment.