diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 2dc4526..27e560e 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -43,7 +43,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: install neost package run: | - python setup.py install + pip install . shell: bash -l {0} - name: Test with pytest diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5240411..ae6c0a9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,7 +34,7 @@ and this project adheres to .. ^^^^^^^^^^^ [v0.10.0 - 2024-07-10] -~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~ Summary ^^^^^^^ @@ -42,7 +42,7 @@ Updates to the code and documentation for the 2024 ApJL paper, compatibility imp Fixed ^^^^^ -Compatibility issues: +* Compatibility issues: * A couple of numpy "ragged arrays" problems, which numpy no longer supports. Two in neost/Likelihood.py, and one in the initial_conditions() function in neost/tovsolvers/TOVr_python.py. The ragged arrays were previously constructed similar to np.array([x1, [x2], x3, [x4]]) whereas in this version they are constructed like np.array([x1, x2, x3, x4]). * Cython 3 compilation issue. * Use "density" instead of "normed" in numpy.histogramdd. @@ -61,7 +61,6 @@ Added Removed ^^^^^^^ * Dependencies: getdist, alive_progress - * Functionality: the option to plot two distributions at the same time using neost.PosteriorAnalysis.mass_radius_prior_predictive_plot(). Changed @@ -72,7 +71,7 @@ Changed Deprecated ^^^^^^^^^^ -Scipy < 1.6 no longer supported due to the name change of scipy.integrate.cumtrapz. +* Scipy < 1.6 no longer supported due to the name change of scipy.integrate.cumtrapz. Attribution ^^^^^^^^^^^