Skip to content

Releases: phoebe-project/phoebe2

PHOEBE 2.1.10

22 May 18:13
bdcee2a
Compare
Choose a tag to compare
  • Removes ldint from the weights in the computations of RVs and LPs.

PHOEBE 2.1.9

08 May 17:31
30a2852
Compare
Choose a tag to compare
  • Fixes a bug where parameter limits were not being checked and out-of-limits errors not raised correctly.

PHOEBE 2.1.8

06 May 19:34
fb62c38
Compare
Choose a tag to compare
  • Fixes a bug where certain parameters would cause the meshing algorithm to fail to converge. With this fix, up to 4 additional attempts will be made with random initial starting locations which should converge for most cases.

PHOEBE 2.1.7

01 May 17:09
5848805
Compare
Choose a tag to compare

comparison operators bugfix:

  • Fixes a bug where comparisons between Parameters/ParameterSets and values were returning nonsensical values.
  • Comparing ParameterSets with any object will now return a NotImplementedError
  • Comparing Parameters will compare against the value or quantity, with default units when applicable.
  • Comparing equivalence between two Parameter objects will compare the uniqueids of the Parameters, NOT the values.

PHOEBE 2.1.6

17 Apr 20:46
e64b8be
Compare
Choose a tag to compare

optimization bugfix:

  • Fixes a bug where automatic detection of eclipses was failing to properly fallback on only detecting the horizon.
  • Introduces several other significant optimizations, particularly in run_compute.

PHOEBE 2.1.5

26 Feb 20:01
b811eae
Compare
Choose a tag to compare

bugfix release for get_orbits and lineprofiles for single star systems.

PHOEBE 2.1.4

31 Jan 21:52
56c69fa
Compare
Choose a tag to compare

bugfix release for freq constraint when flipped to solve for period instead of frequency.

PHOEBE 2.1.3

21 Jan 19:22
Compare
Choose a tag to compare

bugfix release for overflow error in semi-detached systems

PHOEBE 2.1.2

20 Dec 16:31
afbec18
Compare
Choose a tag to compare

bugfix release changing all constraints to be in solar units instead of SI to address insufficient precision.

PHOEBE 2.1.1

18 Dec 19:14
9c9243d
Compare
Choose a tag to compare

fix auto-detection of MPI environment for non-openmpi installations.