Skip to content

Releases: phoebe-project/phoebe2

PHOEBE 2.3.60

06 May 00:05
ff962d1
Compare
Choose a tag to compare
  • 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

21 Feb 22:47
48eb7df
Compare
Choose a tag to compare
  • fixes extinction constraint when flipping to solve for Av

PHOEBE 2.3.58

11 Dec 19:01
9274e7c
Compare
Choose a tag to compare
  • 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

03 Nov 02:57
725a953
Compare
Choose a tag to compare
  • fixes typo introduced in 2.3.55 (unit should not be passed internally)

PHOEBE 2.3.56

03 Nov 01:56
b943c93
Compare
Choose a tag to compare
  • fixes installation (on some machines) where m2r is not installed

PHOEBE 2.3.55

03 Nov 01:52
851366e
Compare
Choose a tag to compare
  • fixes handling distributions on array parameters within sample_distribution_collection and run_compute(sample_from).

PHOEBE 2.3.54

18 Sep 16:50
840a067
Compare
Choose a tag to compare
  • 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

01 Sep 20:39
d53950f
Compare
Choose a tag to compare
  • 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

28 Aug 17:44
c3f816b
Compare
Choose a tag to compare
  • fixes new run_all_constraints (new in 2.3.51) method to work on array parameters (compute_times/compute_phases).

PHOEBE 2.3.51

02 Aug 16:01
f1302a7
Compare
Choose a tag to compare
  • 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.