Skip to content

Releases: phoebe-project/phoebe2

PHOEBE 2.4.6

12 Dec 22:49
6828a3d
Compare
Choose a tag to compare
  • fix bug where libphoebe was incorrectly raising an error suggesting the potential was out of bounds.

PHOEBE 2.4.5

01 Oct 23:13
5057aaa
Compare
Choose a tag to compare
  • fix bug where mass could be set to a negative value causing constraints to resolve to nans.

PHOEBE 2.4.4

20 Jul 21:58
be3dd3e
Compare
Choose a tag to compare
  • fix bug where flipping Kepler's third law constraint multiple times would fail.
  • fix bug when flipping requivsumfrac and requivratio constraints.

PHOEBE 2.4.3

24 Jun 19:02
5ebf3cb
Compare
Choose a tag to compare
  • fix typo that raised error when using use_server with features attached
  • added new addl_slurm_kwargs parameter to pass any options to slurm scheduler

PHOEBE 2.4.2

15 Jun 02:55
a28e250
Compare
Choose a tag to compare
  • fix conversion between l3 and l3_frac to account for distance when pblum_mode is absolute
  • fix tagged phoebe version in cached bundles to avoid import warning

PHOEBE 2.4.1

02 Jun 13:39
c4e2e30
Compare
Choose a tag to compare
  • fix filtering error when not explicitly passing solver to run_solver
  • fix exposing analytic model from lc geometry estimator
  • fix phase-sorting when plotting solution from ebai estimator

PHOEBE 2.4.0

02 Jun 00:12
0e91d49
Compare
Choose a tag to compare
  • add support for differential evolution optimizer solver
  • add support for differential corrections optimizer solver
  • optimizers: ability to continue runs from previous solutions (for most optimizers)
  • improvements to geometry and ebai estimators to use ligeor as a new built-in dependency
  • gaussian processes now use celerite2 or scikit-learn instead of celerite
  • emcee sampler: additional plotting styles to check for convergence, checks to ensure starting sample is physical, and added ability to continue a previous run from any arbitrary iteration in a previous run
  • new support for running jobs on external servers via crimpl
  • clarified distinction between chi2 and mle

PHOEBE 2.3.63

24 May 21:04
20da931
Compare
Choose a tag to compare
  • fix bug where creating a custom constraint for parameters within features was not correctly identifying the constrained parameter and was raising an error when attempting to set the value of the constraining parameter.

PHOEBE 2.3.62

09 May 23:54
a525907
Compare
Choose a tag to compare
  • fix bug where error file was not properly loaded when retrieving error from external job

PHOEBE 2.3.61

07 May 17:43
2c4ccc4
Compare
Choose a tag to compare
  • remove compiler optimizations that are not portable to ARM architectures