Skip to content

Commit

Permalink
DOC: add version 0.5.4 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Apr 16, 2018
1 parent 1f50363 commit 45c4625
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# dd changelog


## 0.5.4

- enable `KeyboardInterrupt` on POSIX systems for `cudd`
when `cysignals >= 1.7.0` is present at installation

API:

- change signature of method `cudd.BDD.dump`
- add GraphViz as an option of `cudd.BDD.dump`
- allow copying between managers with different variable orders
- allow simultaneous substitution in `bdd.BDD.let`
- add property `BDD.var_levels`
- add method `BDD.reorder` to `cudd` and `autoref`
- add method `cudd.BDD.group` for grouping variables
- add `autoref.BDD` methods `incref` and `decref`
- change signatures of `cudd.BDD` methods `incref` and `decref`
- change default to `recursive=False` in method `cudd.BDD.decref`
- add property `Function.dag_size`
- add module `dd._copy`
- rm method `bdd.copy_vars`, use method `BDD.declare` instead,
and separately copy variable order, if needed.
This method has moved to `_copy.copy_vars`.
- rm method `bdd.BDD.evaluate`, use method `dd.BDD.let`


## 0.5.3

- distribute `manylinux1_x86_64` wheel via PyPI
Expand Down

0 comments on commit 45c4625

Please sign in to comment.