We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdb197b + 67194e0 commit eb5d46cCopy full SHA for eb5d46c
CHANGELOG.md
@@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## Unreleased
6
7
+## 1.9.2 - 2018-12-03
8
+### Fixed
9
+- `civis.io.civis_to_file` will now retry on S3 connection errors (#273)
10
+- Buffers will be reset appropriately on connection failures during
11
+ `civis.io.file_to_civis` (#273)
12
+
13
14
## 1.9.1 - 2018-11-15
15
### Fixed
16
- `_stash_dataframe_as_csv` in `civis/ml/_model.py` now uses a `StringIO`
civis/_version.py
@@ -1 +1 @@
1
-__version__ = "1.9.1"
+__version__ = "1.9.2"
0 commit comments