We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffd89a0 + 28b85e8 commit 561a678Copy full SHA for 561a678
CHANGES.md
@@ -1,6 +1,11 @@
1
2
## Changelog
3
4
+### 1.17 (2015-12-24)
5
+
6
+ * Feature: Add timezone suppport to store multi-index dataframes
7
+ * Bugfix: Fixed broken sdist releases
8
9
### 1.16 (2015-12-15)
10
11
* Feature: ArticTransaction now supports non-audited 'transactions': `audit=False`
MANIFEST.in
setup.py
@@ -89,6 +89,7 @@ def run_tests(self):
89
setup_requires=["setuptools_cython",
90
"Cython",
91
"numpy",
92
+ "setuptools-git",
93
],
94
install_requires=["decorator",
95
"enum34",
0 commit comments