Skip to content

Commit

Permalink
Update version 0.8.1 -> 0.8.2
Browse files Browse the repository at this point in the history
Features
--------
* `linear_to_chimera` and `chimera_to_linear` functions
* More explicit relabelled methods in `pegasus_coordinates` and `chimera_coordinates` classes

Fixes
-----
* Elimination order functions now handle self loops
* Support NetworkX 2.4 changes

Changes
-------
* 'chimera_coordinates.int`, `chimera_coordinates.tuple` (and derived) are deprecated and will be removed in 0.9.x
* 'pegasus_coordinates.int`, `pegasus_coordinates.tuple` (and derived) are deprecated and will be removed in 0.9.x
  • Loading branch information
arcondello authored Oct 21, 2019
1 parent ca49ab1 commit 2da22b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwave_networkx/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#
# ================================================================================================
__version__ = '0.8.1'
__version__ = '0.8.2'
__author__ = 'D-Wave Systems Inc.'
__authoremail__ = '[email protected]'
__description__ = 'A NetworkX extension providing graphs and algorithms relevent to working with the D-Wave System'

0 comments on commit 2da22b0

Please sign in to comment.