-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
27 additions
and
3 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,6 +1,6 @@ | ||
name := "deepdive" | ||
|
||
version := "0.7.0" | ||
version := "0.7.1" | ||
|
||
scalaVersion := "2.10.5" | ||
|
||
|
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,23 @@ | ||
--- | ||
layout: default | ||
title: Changes for 0.7.1 | ||
--- | ||
|
||
# Changelog for Release 0.7.1-alpha (09/28/2015) | ||
|
||
* Adds better support for applications written in DDlog. | ||
`deepdive run` now runs DDlog-based applications (`app.ddlog`). | ||
|
||
* Makes PL/Python extension no longer necessary for PostgreSQL. | ||
It is still needed for Greenplum and PostgreSQL-XL. | ||
|
||
* Adds `deepdive sql eval` command now supports `format=json`. | ||
|
||
* Adds `deepdive load` command for loading TSV and CSV data. | ||
|
||
* Adds `deepdive help` command for quick usage instructions for `deepdive` command. | ||
|
||
* Includes the latest Mindbender with the Search GUI for [browsing data produced by DeepDive](../basics/browsing.html). | ||
|
||
* Adds various [bug fixes and improvements](https://github.com/HazyResearch/deepdive/issues?q=milestone%3A%22DeepDive+0.7.1%22). | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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