AkashNarayanan B

Results 1 issues of AkashNarayanan B

**Description** The method [`to_numpy_matrix`](https://github.com/dwavesystems/dimod/blob/e125795f183954d60fd8c5316eacceac7b85e495/dimod/binary/binary_quadratic_model.py#L1841) raises a deprecation warning with the message `bqm.to_numpy_matrix() is deprecated since dimod 0.10.0`. This [note](https://github.com/dwavesystems/dimod/blob/6d1e4b1fccbfa556599533f934f15143db1a0ef6/dimod/core/bqm.py#L1063) in the `bqm.py` file suggests to use the `to_dense` method instead...

enhancement