-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from heikomuller/dev0.1.3
Dev0.1.3
- Loading branch information
Showing
27 changed files
with
963 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
# Data Frame History Store - Changelog | ||
|
||
### 0.1.0 - 05-06-2020 | ||
### 0.1.0 - 2020-05-06 | ||
|
||
* Initial version. Support for snapshot archives in main-memory and on file system. | ||
|
||
|
||
### 0.1.1 - 06-16-2020 | ||
### 0.1.1 - 2020-06-16 | ||
|
||
* Allow different types of input documents (e.g., CSV files or Json) | ||
* External merge-sort for large CSV files. | ||
* Add managers for maintaining sets of archives | ||
|
||
|
||
### 0.1.2 - 06-25-2020 | ||
### 0.1.2 - 2020-06-25 | ||
|
||
* Proper handling of date/time objects by the default archive reader and writer | ||
* Optional arguments for Json encoder and decoder for persistent archives | ||
* Add encoder and decoder information to archive manager metadata | ||
* Simple command-line interface for persistent archive manager | ||
|
||
|
||
### 0.1.3 - 2020-10-05 | ||
|
||
* Add archive manager that maintains descriptors in a relational database (\#8) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This file is part of the History Store (histore). | ||
# | ||
# Copyright (C) 2018-2020 New York University. | ||
# | ||
# The History Store (histore) is released under the Revised BSD License. See | ||
# file LICENSE for full license details. |
Oops, something went wrong.