Skip to content

Commit

Permalink
DOC: add version 0.5.6 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Apr 30, 2020
1 parent 5a6daa7 commit 04552c1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# dd changelog


## 0.5.6

API:

- require `cython >= 0.29.15`
- add module `dd.cudd_zdd`
- allow empty support variable names in DDDMP files in function `dd.dddmp.load`
- methods `dump` and `load` of the classes
`dd.cudd.BDD` and `dd.autoref.BDD`:
- add JSON to file types
- load by file extension
- change return type of method `dd.cudd.BDD.load`
to `list` of `dd.cudd.Function`
- multiple roots supported in `dd.cudd.BDD.dump` for
file types other than DDDMP
- `dd.autoref.BDD.load`:
require file extension `.p` for pickle files


## 0.5.5

API:
Expand Down

0 comments on commit 04552c1

Please sign in to comment.