From 9984f60ea6863c11e7b183dbfe715d95d2d5330a Mon Sep 17 00:00:00 2001 From: radek_poleski Date: Sat, 22 Jul 2023 23:02:17 +0200 Subject: [PATCH] almost final xallarap updates --- README.md | 6 +++--- source/MulensModel/version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9caef0eb..d266838b 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ [**Detailed documentation: https://rpoleski.github.io/MulensModel/**](https://rpoleski.github.io/MulensModel/) -[Latest release: 2.14.0](https://github.com/rpoleski/MulensModel/releases/latest) and we're working on further developing the code. +[Latest release: 2.17.0](https://github.com/rpoleski/MulensModel/releases/latest) and we're working on further developing the code. MulensModel can generate a microlensing light curve for a given set of microlensing parameters, fit that light curve to some data, and return a chi2 value. That chi2 can then be input into an arbitrary likelihood function to find the best-fit parameters. If you want to learn more about microlensing, please visit [Microlensing Source website](http://microlensing-source.org/). Currently, MulensModel supports: -* Lens Systems: point lens or binary lens. **New: shear and convergence allowed for both point and binary lenses.** -* Source Stars: single source or binary source. +* Lens Systems: point lens or binary lens. Shear and convergence allowed for both point and binary lenses. +* Source Stars: single source, binary source, and **xallarap effect (new)**. * Effects: finite source (1-parameter), parallax (satellite & annual), binary lens orbital motion, different parametrizations of microlensing models. Need more? Open [an issue](https://github.com/rpoleski/MulensModel/issues), start [a discussion](https://github.com/rpoleski/MulensModel/discussions), or send us an e-mail. diff --git a/source/MulensModel/version.py b/source/MulensModel/version.py index e199aa55..a6b62ff3 100644 --- a/source/MulensModel/version.py +++ b/source/MulensModel/version.py @@ -1 +1 @@ -__version__ = "2.14.1" +__version__ = "2.17.0"