cosmic-popsynth 3.4.15__tar.gz → 3.4.16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.github/workflows/build_wheels_and_publish.yml +2 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/PKG-INFO +1 -1
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/meson.build +1 -1
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/pyproject.toml +1 -1
- cosmic_popsynth-3.4.16/src/cosmic/_version.py +1 -0
- cosmic_popsynth-3.4.15/src/cosmic/_version.py +0 -1
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.codecov.yml +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.gitattributes +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.github/ISSUE_TEMPLATE/general_issue.md +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.github/ISSUE_TEMPLATE/unexpected-stellar-evolutionary-behavior.md +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.github/workflows/deploy-github-pages.yml +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.github/workflows/github_registory.yml +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.github/workflows/python-package.yml +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.gitignore +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.readthedocs.yml +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.vscode/launch.json +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.vscode/tasks.json +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/Dockerfile +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/LICENSE +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/MANIFEST.in +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/README.md +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/bin/cosmic-pop +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/changelog.md +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/ci/compile_benchmark.sh +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/ci/run-tests.sh +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/debug/create_binary_in.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/Makefile +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/_static/cosmic-docs.css +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/_templates/layout.html +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/conf.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/examples/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/fixedpop/dat_DeltaBurst_13_14_13_14.h5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/fixedpop/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/inifile/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/inifile/qcrit_table.csv +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/install/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/output_info/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/runpop/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/examples/CMC_Params.ini +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/examples/Params.ini +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/requirements.txt +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/Match.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/__init__.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/bse_utils/__init__.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/bse_utils/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/bse_utils/zcnsts.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/bse_utils/zdata.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/checkstate.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/evolve.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/filter.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/get_commit_hash.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/plotting.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/__init__.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/cmc/__init__.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/cmc/elson.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/cmc/king.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/cmc/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/initialbinarytable.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/initialcmctable.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/sampler/__init__.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/sampler/cmc.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/sampler/independent.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/sampler/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/sampler/multidim.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/sample/sampler/sampler.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/Makefile +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/assign_remnant.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/benchmarkevolv2.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/bpp_array.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/bse.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/checkstate.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/checkstate.h +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/comenv.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/comprad.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/concatkstars.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/const_bse.h +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/corerd.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/deltat.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/dgcore.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/evolv1.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/evolv2.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/gntage.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/hrdiag.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/hrdiag_remnant.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/instar.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/int64.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/int64.h +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/int64.h.in +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/kick.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/mix.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/mlwind.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/mrenv.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/ran3.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/rl.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/sse.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/star.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/taus113-ran3.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/taus113tester.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/tausworth.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/tausworth.h +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/test_bse.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/zcnsts.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/zdata.h +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/src/zfuncs.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/GW_dat.h5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/Kroupa93.npy +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/Params.ini +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/bpp_array_ind_sampling.npy +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/cmc_elson_test.npz +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/cmc_king_test.npz +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/cmc_plummer_test.npz +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/dat_ThinDisk_10_12_10_12.h5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/dat_ThinDisk_11_11_3.h5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/init_conditions_ind_sampling.npy +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/initial_conditions_for_testing.hdf5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/input_cmc.fits +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/input_cmc.hdf5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/unit_test_results.hdf5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/unit_tests_results.hdf5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/utils_test.hdf +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/test_evolve.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/test_match.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/test_sample.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/test_utils.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/utils.py +0 -0
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/.github/workflows/build_wheels_and_publish.yml
RENAMED
|
@@ -10,8 +10,10 @@ env:
|
|
|
10
10
|
CIBW_BUILD: "cp39-* cp310-*"
|
|
11
11
|
CIBW_SKIP: "*-win32 *musllinux*"
|
|
12
12
|
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
|
13
|
+
CIBW_ARCHS_MACOS: "x86_64 arm64"
|
|
13
14
|
CIBW_BEFORE_BUILD: pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
|
|
14
15
|
CIBW_BUILD_VERBOSITY: "1"
|
|
16
|
+
CIBW_ENVIRONMENT_MACOS: "FC=gfortran"
|
|
15
17
|
|
|
16
18
|
jobs:
|
|
17
19
|
build-wheels-and-dist:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cosmic-popsynth
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.16
|
|
4
4
|
Summary: a Python-interfaced binary population synthesis suite
|
|
5
5
|
Author: Scott Coughlin, Michael Zevin, Carl L. Rodriguez, Tom Wagg
|
|
6
6
|
Author-Email: Katelyn Breivik <katie.breivik@gmail.com>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "3.4.16"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "3.4.15"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/docs/fixedpop/dat_DeltaBurst_13_14_13_14.h5
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/bpp_array_ind_sampling.npy
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/cmc_plummer_test.npz
RENAMED
|
File without changes
|
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/dat_ThinDisk_10_12_10_12.h5
RENAMED
|
File without changes
|
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/dat_ThinDisk_11_11_3.h5
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/unit_test_results.hdf5
RENAMED
|
File without changes
|
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.16}/src/cosmic/tests/data/unit_tests_results.hdf5
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|