QInfer / python-qinfer

Library for Bayesian inference via sequential Monte Carlo for quantum parameter estimation.
BSD 3-Clause "New" or "Revised" License
93 stars 31 forks source link

Changed required qutip version to >= 3.2 #78

Closed cgranade closed 8 years ago

cgranade commented 8 years ago

This PR introduces @ihincks's commit ccb776dc8a3a1cec0d7f1140de08506a7dfe3c44 into master. As suggested in #71, qinfer.tomography should check if QuTiP is at least version 3.2, not 3.1 as is currently done, since many of the random sampling features were not present in 3.1.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 45.137% when pulling dbd288490828dd33735421cd5ce2b21276b5103d on bump-qutip-version into acfa62fc111780c682fa8b50235130ea701e90b1 on master.

cgranade commented 8 years ago

Happily everything but the known doctest failure worked with the bumped version, so I think we should be good to go on and merge in the version bump.