File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
-
2
1
## Changelog
3
2
3
+ ### 1.18 (2016-01-05)
4
+
5
+ * Bugfix: #81 Fix broken read of multi-index DataFrame written by old version of Arctic
6
+ * Bugfix: #49 Fix strifying tickstore
7
+
4
8
### 1.17 (2015-12-24)
5
9
6
10
* Feature: Add timezone suppport to store multi-index dataframes
14
18
...
15
19
```
16
20
This is useful for batch jobs which read-modify-write and don't want to clash with
17
- concurrent writers, and which don't require keeping all versions of a symbol.
21
+ concurrent writers, and which don't require keeping all versions of a symbol.
18
22
19
23
### 1.15 (2015-11-25)
20
24
21
- * Feature: get_info API added to version_store.
22
-
25
+ * Feature: get_info API added to version_store.
26
+
23
27
### 1.14 (2015-11-25)
24
28
### 1.12 (2015-11-12)
25
29
81
85
82
86
### 1.2 (2015-06-29)
83
87
84
- * Allow snapshotting a range of versions in the VersionStore, and
88
+ * Allow snapshotting a range of versions in the VersionStore, and
85
89
snapshot all versions by default.
86
90
87
91
### 1.1 (2015-06-16)
You can’t perform that action at this time.
0 commit comments