Skip to content

Commit

Permalink
Merge pull request #693 from rhayes777/feature/dynesty_to_210
Browse files Browse the repository at this point in the history
Feature/dynesty to 210
  • Loading branch information
Jammy2211 authored Mar 21, 2023
2 parents 436e1b6 + 7dd2ac7 commit da75235
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ PyAutoFit: Classy Probabilistic Programming
`Introduction on Binder <https://mybinder.org/v2/gh/Jammy2211/autofit_workspace/release?filepath=introduction.ipynb>`_ |
`HowToFit <https://pyautofit.readthedocs.io/en/latest/howtofit/howtofit.html>`_


..
_ One day make these BOLD with a colon like my fellowsahip proposa,s where the first is Model Composition & Fitting: Tools for composing a complex model and fitting it with dynesty...
PyAutoFit is a Python based probabilistic programming language for the fully Bayesian analysis of extremely large
datasets which:

Expand Down
2 changes: 1 addition & 1 deletion autofit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ def save_abc(pickler, obj):

conf.instance.register(__file__)

__version__ = "2023.1.15.1"
__version__ = "2023.3.21.3"
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
corner==2.2.1
decorator>=4.2.1
dill>=0.3.1.1
dynesty==2.0.2
dynesty==2.1.0
typing-inspect>=0.4.0
emcee>=3.0.2
gprof2dot==2021.2.21
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
corner==2.2.1
decorator>=4.2.1
dill>=0.3.1.1
dynesty==2.0.2
dynesty==2.1.0
typing-inspect>=0.4.0
emcee>=3.1.3
matplotlib
Expand Down

0 comments on commit da75235

Please sign in to comment.