Skip to content

Releases: phoebe-project/phoebe2

PHOEBE 2.3.19

04 Feb 15:22
832f401
Compare
Choose a tag to compare
  • some systems fail to parse common datetime strings, resulting in inability to import phoebe when checking for available passband updates. This now prints and logs an error message, but does not prevent import.
  • checking for available passband updates on import now correctly respects the PHOEBE_ENABLE_ONLINE_PASSBANDS environment variable.
  • failed online passbands connection error messages are now only included in the log once (per processor) to avoid spamming the log (but are shown by default when manually calling phoebe.list_online_passbands).

PHOEBE 2.3.18

28 Jan 14:52
d740dbd
Compare
Choose a tag to compare
  • actually fixes bug (see 2.3.13) that raised internal error when running ebai on an eclipse with width larger than 0.25 in phase. Note that these systems will still return nans as ebai is not well-suited to these systems, but the internal error will no longer occur.

PHOEBE 2.3.17

27 Jan 13:19
5113594
Compare
Choose a tag to compare
  • enables parallelization (per-time or per-dataset) for optimizers.

PHOEBE 2.3.16

26 Jan 19:03
d4330da
Compare
Choose a tag to compare
  • fixes estimator.rv_geometry when primary and secondary component have different times.

PHOEBE 2.3.15

24 Jan 16:55
f28cb04
Compare
Choose a tag to compare
  • fix bug in applying l3_frac within dataset scaling (pblum_mode='dataset-scaled') when using alternate backends.

PHOEBE 2.3.14

21 Jan 16:25
331bc9b
Compare
Choose a tag to compare
  • fix bug where falling back on twigs when importing a solution on a different bundle failed. It is still suggested to save the bundle and import solutions on the bundle used when calling export_solver.

PHOEBE 2.3.13

13 Jan 20:04
76e3d8a
Compare
Choose a tag to compare
  • fix bug that raised internal error when running ebai on an eclipse with width larger than 0.25 in phase. Note that these systems will still return nans as ebai is not well-suited to these systems, but the internal error will no longer occur.

PHOEBE 2.3.12

28 Dec 19:43
1a39123
Compare
Choose a tag to compare
  • fix bug in the latex labels on plots when converting from multivariate to univariate distributions.

PHOEBE 2.3.11

26 Dec 23:33
63612f8
Compare
Choose a tag to compare
  • fix bug where run_checks raised an error for an empty init_from if continue_from was set.

PHOEBE 2.3.10

21 Dec 19:22
7d08856
Compare
Choose a tag to compare
  • fix bug where atm parameter was ignored during passband luminosity scaling while using an alternate backend, resulting in an atmosphere out-of-bounds error in some situations.