Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Sep 19, 2017
1 parent 681a45b commit 6d54c6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

MulensModel is package for modeling microlensing (or $\mu$-lensing) events.

It is still under development. [Latest release: 0.1.0](https://github.com/rpoleski/MulensModel/releases/tag/0.1.0)
It is still under development. [Latest release: 0.2.1](https://github.com/rpoleski/MulensModel/releases/tag/0.2.1)

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.

Expand Down
3 changes: 0 additions & 3 deletions checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@
import astropy
print("astropy: " + astropy.__version__)

import MulensModel
print("MulensModel: " + MulensModel.__version__)

0 comments on commit 6d54c6c

Please sign in to comment.