We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d5494 commit 8bdfae5Copy full SHA for 8bdfae5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# TFS-Pandas Changelog
2
-
+## Version 2.0.2
3
+- Fixed:
4
+ - Proper error on non-string columns
5
+ - Writing numeric-only mixed type dataframes bug
6
+
7
## Version 2.0.1
8
- Fixed:
9
- No longer warns on MAD-X styled string column types (`%[num]s`).
tfs/__init__.py
@@ -6,7 +6,7 @@
__title__ = "tfs-pandas"
__description__ = "Read and write tfs files."
__url__ = "https://github.com/pylhc/tfs"
-__version__ = "2.0.1"
+__version__ = "2.0.2"
10
__author__ = "pylhc"
11
__author_email__ = "[email protected]"
12
__license__ = "MIT"
0 commit comments