Releases: phoebe-project/phoebe2
Releases · phoebe-project/phoebe2
PHOEBE 2.3.19
- 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
- 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
- enables parallelization (per-time or per-dataset) for optimizers.
PHOEBE 2.3.16
- fixes estimator.rv_geometry when primary and secondary component have different times.
PHOEBE 2.3.15
- fix bug in applying l3_frac within dataset scaling (pblum_mode='dataset-scaled') when using alternate backends.
PHOEBE 2.3.14
- 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
- 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
- fix bug in the latex labels on plots when converting from multivariate to univariate distributions.
PHOEBE 2.3.11
- fix bug where run_checks raised an error for an empty init_from if continue_from was set.
PHOEBE 2.3.10
- 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.