Releases: phoebe-project/phoebe2
Releases · phoebe-project/phoebe2
PHOEBE 2.3.60
- compare version strings instead of datetime to avoid some systems throwing an error when looking for passband updates.
- see also 2.3.13 release.
PHOEBE 2.3.59
- fixes extinction constraint when flipping to solve for Av
PHOEBE 2.3.58
- fixes support for astropy 5.0 changes to unit physical types (see also 2.3.51).
- b.save now requires delayed and failed constraints to run before saving.
PHOEBE 2.3.57
- fixes typo introduced in 2.3.55 (unit should not be passed internally)
PHOEBE 2.3.56
- fixes installation (on some machines) where m2r is not installed
PHOEBE 2.3.55
- fixes handling distributions on array parameters within sample_distribution_collection and run_compute(sample_from).
PHOEBE 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.
PHOEBE 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.
PHOEBE 2.3.52
- fixes new run_all_constraints (new in 2.3.51) method to work on array parameters (compute_times/compute_phases).
PHOEBE 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.