Skip to content

Commit

Permalink
Release 0.5.0 (#125)
Browse files Browse the repository at this point in the history
We are about to make major changes to the API so pin to this version if you don't want change.

* Bump version to v0.5.0

* remove deprecated modules

* include PRs

* kraus ops are valid

* date change
  • Loading branch information
joshcombes authored Jun 10, 2019
1 parent 949b222 commit 103281c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 130 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

v0.5 (June 10, 2018)
--------------------
Improvements and Changes:

- Moved bitstring prep/measure program creation helpers to utils (gh-118)
- Added functoinality to `plotting` module: two ways to visualize a quantum state in the Pauli basis, plotting of a Pauli Transfer Matrix, plotting a real matrix using a Hinton diagram, the addition of the computational basis as a predefined basis object (gh-119)
- Refactor iterative MLE to use ExperimentResults directly (gh-120)
- Combined `graph_state` and `bell_state` modules into `entangled_state` module, added deprecation warnings for the old modules (gh-122)
- Made Ipython Notebooks a part of testing (gh-123)
- Resolve test warnings and doc string formatting issues (gh-124)
- **Breaking change.** Bump version and delete `graph_state` and `bell_state` modules (gh-125)
- Added the ability to check if the Kraus operators are valid (PR 128)



v0.4 (May 6, 2018)
------------------

Expand Down
2 changes: 1 addition & 1 deletion forest/benchmarking/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.5.0"
42 changes: 0 additions & 42 deletions forest/benchmarking/bell_state.py

This file was deleted.

87 changes: 0 additions & 87 deletions forest/benchmarking/graph_state.py

This file was deleted.

0 comments on commit 103281c

Please sign in to comment.