cosmic-popsynth 3.4.15__tar.gz → 3.4.17__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.17}/.github/workflows/build_wheels_and_publish.yml +13 -8
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/PKG-INFO +1 -1
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/meson.build +1 -1
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/pyproject.toml +4 -2
- cosmic_popsynth-3.4.17/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.17}/.codecov.yml +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.gitattributes +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.github/ISSUE_TEMPLATE/general_issue.md +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.github/ISSUE_TEMPLATE/unexpected-stellar-evolutionary-behavior.md +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.github/workflows/deploy-github-pages.yml +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.github/workflows/github_registory.yml +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.github/workflows/python-package.yml +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.gitignore +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.readthedocs.yml +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.vscode/launch.json +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.vscode/tasks.json +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/Dockerfile +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/LICENSE +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/MANIFEST.in +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/README.md +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/bin/cosmic-pop +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/changelog.md +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/ci/compile_benchmark.sh +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/ci/run-tests.sh +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/debug/create_binary_in.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/Makefile +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/_static/cosmic-docs.css +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/_templates/layout.html +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/conf.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/examples/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/fixedpop/dat_DeltaBurst_13_14_13_14.h5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/fixedpop/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/inifile/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/inifile/qcrit_table.csv +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/install/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/output_info/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/docs/runpop/index.rst +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/examples/CMC_Params.ini +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/examples/Params.ini +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/requirements.txt +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/Match.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/__init__.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/bse_utils/__init__.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/bse_utils/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/bse_utils/zcnsts.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/bse_utils/zdata.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/checkstate.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/evolve.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/filter.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/get_commit_hash.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/plotting.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/__init__.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/cmc/__init__.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/cmc/elson.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/cmc/king.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/cmc/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/initialbinarytable.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/initialcmctable.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/sampler/__init__.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/sampler/cmc.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/sampler/independent.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/sampler/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/sampler/multidim.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/sample/sampler/sampler.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/Makefile +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/assign_remnant.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/benchmarkevolv2.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/bpp_array.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/bse.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/checkstate.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/checkstate.h +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/comenv.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/comprad.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/concatkstars.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/const_bse.h +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/corerd.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/deltat.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/dgcore.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/evolv1.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/evolv2.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/gntage.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/hrdiag.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/hrdiag_remnant.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/instar.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/int64.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/int64.h +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/int64.h.in +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/kick.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/mix.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/mlwind.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/mrenv.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/ran3.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/rl.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/sse.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/star.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/taus113-ran3.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/taus113tester.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/tausworth.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/tausworth.h +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/test_bse.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/zcnsts.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/zdata.h +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/src/zfuncs.f +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/GW_dat.h5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/Kroupa93.npy +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/Params.ini +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/bpp_array_ind_sampling.npy +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/cmc_elson_test.npz +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/cmc_king_test.npz +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/cmc_plummer_test.npz +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/dat_ThinDisk_10_12_10_12.h5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/dat_ThinDisk_11_11_3.h5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/init_conditions_ind_sampling.npy +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/initial_conditions_for_testing.hdf5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/input_cmc.fits +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/input_cmc.hdf5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/unit_test_results.hdf5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/unit_tests_results.hdf5 +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/utils_test.hdf +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/meson.build +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/test_evolve.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/test_match.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/test_sample.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/test_utils.py +0 -0
- {cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/utils.py +0 -0
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/.github/workflows/build_wheels_and_publish.yml
RENAMED
|
@@ -4,10 +4,10 @@ on:
|
|
|
4
4
|
release:
|
|
5
5
|
types: [published]
|
|
6
6
|
workflow_dispatch:
|
|
7
|
-
|
|
8
7
|
|
|
9
8
|
env:
|
|
10
9
|
CIBW_BUILD: "cp39-* cp310-*"
|
|
10
|
+
CIBW_ARCHS_LINUX: "x86_64"
|
|
11
11
|
CIBW_SKIP: "*-win32 *musllinux*"
|
|
12
12
|
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
|
13
13
|
CIBW_BEFORE_BUILD: pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
|
|
@@ -44,14 +44,19 @@ jobs:
|
|
|
44
44
|
|
|
45
45
|
- name: Install dependencies
|
|
46
46
|
run: |
|
|
47
|
-
python -m pip install
|
|
47
|
+
python -m pip install setuptools wheel build meson-python ninja meson pytest cibuildwheel
|
|
48
48
|
|
|
49
|
-
- name: Build source distribution
|
|
49
|
+
- name: Build source and wheels distribution on MacOS
|
|
50
|
+
if: runner.os == 'macOS'
|
|
50
51
|
run: |
|
|
51
|
-
python -m build --
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
python -m build --outdir dist
|
|
53
|
+
find ./dist/*.whl | xargs pip install
|
|
54
|
+
pytest src/cosmic
|
|
55
|
+
|
|
56
|
+
- name: Build source and wheels distribution on Linux
|
|
57
|
+
if: runner.os == 'Linux'
|
|
54
58
|
run: |
|
|
59
|
+
python -m build --sdist --outdir dist
|
|
55
60
|
python -m cibuildwheel --output-dir dist
|
|
56
61
|
|
|
57
62
|
- uses: actions/upload-artifact@v3
|
|
@@ -72,9 +77,9 @@ jobs:
|
|
|
72
77
|
python-version: ["3.10"]
|
|
73
78
|
|
|
74
79
|
steps:
|
|
75
|
-
- uses: actions/checkout@
|
|
80
|
+
- uses: actions/checkout@v3
|
|
76
81
|
- name: Set up Python ${{ matrix.python-version }}
|
|
77
|
-
uses: actions/setup-python@
|
|
82
|
+
uses: actions/setup-python@v4
|
|
78
83
|
with:
|
|
79
84
|
python-version: ${{ matrix.python-version }}
|
|
80
85
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cosmic-popsynth
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.17
|
|
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>
|
|
@@ -10,7 +10,7 @@ authors = [
|
|
|
10
10
|
{ name="Tom Wagg" },
|
|
11
11
|
]
|
|
12
12
|
readme = "README.md"
|
|
13
|
-
version = "3.4.
|
|
13
|
+
version = "3.4.17"
|
|
14
14
|
requires-python = ">=3.9"
|
|
15
15
|
license = { text = "MIT License" }
|
|
16
16
|
classifiers = [
|
|
@@ -25,8 +25,10 @@ dependencies = ["numpy", "scipy", "astropy", "configparser",
|
|
|
25
25
|
"tqdm", "pandas", "tables", "h5py", "schwimmbad",
|
|
26
26
|
"matplotlib", "importlib-metadata"]
|
|
27
27
|
|
|
28
|
-
|
|
29
28
|
[build-system]
|
|
30
29
|
build-backend = 'mesonpy'
|
|
31
30
|
requires = ['meson-python', 'numpy']
|
|
32
31
|
|
|
32
|
+
[tool.cibuildwheel.macos]
|
|
33
|
+
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
|
|
34
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "3.4.17"
|
|
@@ -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.17}/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.17}/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.17}/src/cosmic/tests/data/cmc_plummer_test.npz
RENAMED
|
File without changes
|
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/src/cosmic/tests/data/dat_ThinDisk_10_12_10_12.h5
RENAMED
|
File without changes
|
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/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.17}/src/cosmic/tests/data/unit_test_results.hdf5
RENAMED
|
File without changes
|
{cosmic_popsynth-3.4.15 → cosmic_popsynth-3.4.17}/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
|