Skip to content

Commit

Permalink
updated changelog and incremented version number to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dafrose committed Dec 17, 2019
1 parent 4fe71f1 commit f8f31cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## 0.8

### 0.8.0 (work in progress)
### 0.8.2 Included bug fixes from jajcayn:

- Allow to initialise CircuitTemplate with instances of `EdgeTemplate` instead of a template path, previous behaviour is unaffected.
- Fix writing graph to the file by passing `_format` along until the end

### 0.8.1 Improved cluster distribution and bug fixes

- updated tensorflow dependency to >=2.0, fixes some dependency problems
- Improved cluster distribution system, available under `pyrates.utility.grid_search`
- New feature: model optimization with genetic algorithms, available under `pyrates.utility.genetic_algorithm`
- Miscellaneous bug fixes

### 0.8.0

- removed version ID numbers of operator/node instances in the intermediate representation. I.e. a node label `mynode`
was previously renamed to `mynode.0` and will now keep it's original label.
Expand Down
2 changes: 1 addition & 1 deletion pyrates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

__author__ = "Richard Gast, Daniel Rose"
__status__ = "Development"
__version__ = "0.8.1"
__version__ = "0.8.2"


class PyRatesException(Exception):
Expand Down

0 comments on commit f8f31cf

Please sign in to comment.