Releases: phoebe-project/phoebe2
Releases · phoebe-project/phoebe2
PHOEBE 2.1.10
- Removes ldint from the weights in the computations of RVs and LPs.
PHOEBE 2.1.9
- Fixes a bug where parameter limits were not being checked and out-of-limits errors not raised correctly.
PHOEBE 2.1.8
- 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
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
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
bugfix release for get_orbits and lineprofiles for single star systems.
PHOEBE 2.1.4
bugfix release for freq constraint when flipped to solve for period instead of frequency.
PHOEBE 2.1.3
bugfix release for overflow error in semi-detached systems
PHOEBE 2.1.2
bugfix release changing all constraints to be in solar units instead of SI to address insufficient precision.
PHOEBE 2.1.1
fix auto-detection of MPI environment for non-openmpi installations.