We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da3bf8f + cecab91 commit 5b26664Copy full SHA for 5b26664
CHANGES.md
@@ -1,5 +1,8 @@
1
## Changelog
2
3
+### 1.79 (2019-05-02)
4
+ * Bugfix: #765 Pandas data columns require encoding to convert to unicode.
5
+
6
### 1.78 (2019-05-02)
7
* Bugfix: Use the default encoding (ascii) instead of bytes for unpickling.
8
setup.py
@@ -65,7 +65,7 @@ def run_tests(self):
65
66
setup(
67
name="arctic",
68
- version="1.79.0",
+ version="1.80.0",
69
author="Man AHL Technology",
70
author_email="[email protected]",
71
description=("AHL Research Versioned TimeSeries and Tick store"),
0 commit comments