* fixes installation (on some machines) where m2r is not installed
2.3.55
* fixes handling distributions on array parameters within sample_distribution_collection and run_compute(sample_from).
2.3.54
* updates `distl` to convert units with recent changes to astropy. See also the changes in 2.3.51 and 2.3.52. * fixes median introduced in 2.3.52 to act on distribution object instead of just arrays.
2.3.53
* adopting a solution with `adopt_values=True` for a sampler solver will now adopt the median from the samples rather than the mean, to be consistent with the central values reported by the distributions themselves.
2.3.52
* fixes new run_all_constraints (new in 2.3.51) method to work on array parameters (compute_times/compute_phases).
2.3.51
* fixes parsing the physical type of a unit in latest releases of astropy. Without this fix, some constraints may fail to run. * implements a new b.run_all_constraints, which is now automatically called when importing from a file in case any constraints were in the failed state.