Skip to content

Commit 6e6529c

Browse files
committed
Merge pull request pandas-dev#83 from manahl/release-1.18
Update CHANGES.md for 1.18.0
2 parents 22e2574 + a4d3b76 commit 6e6529c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGES.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
21
## Changelog
32

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+
48
### 1.17 (2015-12-24)
59

610
* Feature: Add timezone suppport to store multi-index dataframes
@@ -14,12 +18,12 @@
1418
...
1519
```
1620
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.
1822

1923
### 1.15 (2015-11-25)
2024

21-
* Feature: get_info API added to version_store.
22-
25+
* Feature: get_info API added to version_store.
26+
2327
### 1.14 (2015-11-25)
2428
### 1.12 (2015-11-12)
2529

@@ -81,7 +85,7 @@
8185

8286
### 1.2 (2015-06-29)
8387

84-
* Allow snapshotting a range of versions in the VersionStore, and
88+
* Allow snapshotting a range of versions in the VersionStore, and
8589
snapshot all versions by default.
8690

8791
### 1.1 (2015-06-16)

0 commit comments

Comments
 (0)