Skip to content

Commit

Permalink
DOC: add version 0.5.5 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Feb 20, 2020
1 parent a515433 commit 15804ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# dd changelog


## 0.5.5

API:

- require `networkx <= 2.2` on Python 2
- class `dd.bdd.BDD`:
- remove argument `debug` from method `_next_free_int`
- add method `undeclare_variables`
- plot nodes for external BDD references in function `dd.bdd.to_pydot`,
which is used by the methods `BDD.dump` of the modules
`dd.cudd`, `dd.autoref`, and `dd.bdd`
- function `dd._copy.load_json`:
rename argument from `keep_order` to `load_order`
- add unused keyword arguments to method `autoref.BDD.decref`


## 0.5.4

- enable `KeyboardInterrupt` on POSIX systems for `cudd`
Expand Down

0 comments on commit 15804ac

Please sign in to comment.