Skip to content

Commit

Permalink
pantab 3.0 release (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Sep 14, 2022
1 parent 0c2aec8 commit d75b4d5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2018 William Ayd and innObi, LLC
Copyright (c) 2018-2022 William Ayd and innobi, LLC
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 2 additions & 0 deletions doc/source/caveats.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Usage Notes
===========

.. _compatability:

TableauHyperAPI Compatability
-----------------------------

Expand Down
7 changes: 7 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
^^^^^^^^^

Pantab 3.0.0 (2022-09-14)
=========================

- Implemented a new ``use_parquet`` keyword in ``frame_to_hyper`` which uses Parquet as an intermediate storage solution instead of pantab's own internal C library. This may provide a small performance boost at the cost of additional disk usage
- Fixed issue where pantab was not compatabile with Hyper versions 0.0.14567 and above. See the :ref:`compatability` documentation.


Pantab 2.1.1 (2022-04-13)
=========================

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project = "pantab"
copyright = "2019-2022, Will Ayd, innobi, LLC"
author = "Will Ayd, innobi, LLC"
release = "2.1.1"
release = "3.0.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pantab/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.1"
__version__ = "3.0.0"

from tableauhyperapi import __version__ as hyperapi_version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name="pantab",
version="2.1.1",
version="3.0.0",
description="Converts pandas DataFrames into Tableau Hyper Extracts and back",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d75b4d5

Please sign in to comment.