astroARIADNE
astroARIADNE copied to clipboard
Easy stellar SED fitting!
Would you be interested to add support for https://johannesbuchner.github.io/UltraNest/ ? The interface should be very similar to dynesty and pymultinest. UltraNest is a very reliable tuning-parameter-free algorithm. It can be...
The versions of the required dependencies do not compile using the latest Python (3.12.4). The required version of Python should be clearly indicated at the start of the "Install" section...
Trying to install the missing packages directly from requirements.txt with: `pip install -r requirements.txt` Causes a crash because pandas is listed before numpy, causing this error when pandas is being...
I do not understand why exactly, but installing from the GitHub repo's setup.py in a fresh conda environment does not automatically install all required packages (tqdm in particular is missing)....
There is a typo here in the README: `python setupy.py install` It should be: `python setup.py install`
Hi, When I tried to call the package, it was not calling the Multinest library libmultinest.so. I had installed the latest version of pymultinest before calling this, but still not...
Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...