Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated version numbers and Readme for v 0.7.0 #105

Merged
merged 1 commit into from
Nov 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@

## What's New

### Release Notes - 0.7.0 - November 2nd, 2018

#### CLI
* Graph output changed from PDF to PNG, bringing speed improvements
* Logarithmic scaling of axes in the solution fit plot has been disabled

#### General
* Added link to repository to the “About Iconic Workbench” dialog in the Help section of the menu bar
* Updated range of constants in GEP search from 0 – 100 to -100 – 100.

#### Input Data
* Bugs around copying from Iconic into Excel and vice versa have been fixed
* Deleting values from cells now working correctly
* Can copy, paste and delete using the Edit section of the menu bar

#### Define Search
* Implemented Enable All / Disable All button for building blocks
* Added additional checks and a warning dialog to starting a search with no primitives
* Changed default complexities back to 1

#### Results
* Fixed a bug where results from a CGP search would not plot correctly

### Release Notes - 0.6.0 - October 25th, 2018

#### General
Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.1.0'
}

version = '0.6.0'
version = '0.7.0'

jar {
baseName = 'iconic-api'
Expand Down
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {

jar {
baseName = 'iconic-cli'
version = '0.6.0'
version = '0.7.0'

// The Java plugin doesn't specify any of the
// manifest attributes, so we need at least
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}

version = '0.6.0'
version = '0.7.0'

dependencies {
compile 'org.controlsfx:controlsfx:8.40.14'
Expand Down