Skip to main content

GalaPy - Spectral modelling tool for galaxies in Python

Project description

Testing Status Building Documentation Status ArXiV preprint

GalaPy is an open source, extensible API for modelling and fitting the Spectral Energy Distribution (SED) of galaxies from the X-ray to the radio band, as well as the evolution of their components and dust attenuation/reradiation. It provides functions, classes and terminal commands for Bayesian inference of galaxy properties from panchromatic photometric data, as well as for the analysis and simulation of galaxies spectral properties.

If the image is not directly shown in the text, it can be found in the subdirectory `logo/GalaPy_Example.png`

GalaPy provides an easy-to-use Python user interface while the number-crunching is done with compiled, high-performance, object-oriented C++.

The library is currently optimized for fitting photometric datasets, nevertheless, its simulation capabilities are way more flexible than this, as it allows for the extraction of many other physical properties of galaxies, such as attenuation curves, matter content evolution histories (divided by component), metallicity evolution, star formation histories and more.

Galapy enables instantiating multi-component parameterized galaxy objects with a high level of customization. It produces SEDs in a matter of milliseconds on a single core with a minimal memory consumption. It has been developed with the aim of providing a fast SED simulator and, thus, to aid research in Galaxy Formation and Evolution, both from the perspective of observational Astrophysics and Cosmology (thanks to its Bayesian statistical framework) as well as from the perspective of theoretical and computational researchers interested in a modern modelling tool.

Free software

GPLv3 license

GitHub repository

https://github.com/TommasoRonconi/galapy

Python versions

>=3.7

Dependencies

setuptools, numpy, scipy, emcee, dynesty, nautilus-sampler, matplotlib, getdist, requests

TL;DR

Galaxies are extremely complex astrophysical objects resulting from the interaction of baryonic matter which has collapsed within a Dark Matter halo. Their formation and evolution strongly depend on the interplay of several factors, including their matter reservoir and accretion history, the environment they reside and the interactions with their neighbouring objects and, ultimately, the large scale structure of the Universe and the physics regulating it on cosmological scales. By studying the properties of individual galaxies, such as their luminosity, chemical composition, and star formation rate, we can learn about how galaxies form and evolve over time as well as the cosmological conditions that lead to their assembly.

The Spectral Energy Distribution (SED) of a galaxy describes the distribution of its light across different wavelengths, from gamma rays to radio waves, literally shedding light over the baryonic components and processes that contribute to the overall emission. Modelling this emission is one of the primary tools of extra-galactic astronomy to constrain models of galaxy formation and evolution, which are an essential part of our understanding of the Universe as a whole.

Install

The preferred method to install the package is through pip as it will install the most recent stable release:

$ pip install galapy-fit

for further details, please refer to the installation guide.

Fitting through terminal commands

Sampling the parameter space can be done from the command line in a terminal. The steps required for running the sampling are just two:

  1. first we will have to generate a parameter file, this can be done by running the utility command

    $ galapy-genparams [--name/-n NAME | --SFH_model/-sfh MODEL_NAME ]

    The generated file should be self-explanatory and has to be modified according to the fit the user has to perform. A detailed guide to the generation and modification of the parameter file can be found in param_file.

  2. Once the parameter file has been generated and properly modified, we can run

    $ galapy-fit parameter_file.py [--serial/-s | --multiprocessing/-mp NCPU]

    which will run the sampling and authomatically store the results, as specified by the user in the parameter file. NOTE THAT the two optional arguments regulate whether to run the sampling serially or using shared-memory parallelism. The default behaviour is to run parallely on all the available CPUs. More details are provided in photometric_fit.

Quick API hands-on

The GalaPy API allows to directly access methods and classes modelling the different components that contribute to the overall emission of a galaxy. By the interplay of these components the final Spectral Energy Distribution (SED) emerges and travels towards the observer.

In order to control the aforementioned interplay of components the module galapy.Galaxy implements classes of type GXY, from which the intrinsic luminosity and the flux at given distance can be retrieved. An object of type GXY is built as follows

import galapy as gp
gxy = gp.Galaxy.GXY( age = 1.e+9, redshift = 1.0 )

We have built a galaxy \(1 \text{Gyr}\) old at redshift \(z = 1\). We can always change the parameters of the galaxy we have built by calling the method

gxy.set_parameters( age = 5.e+9 )

For a complete list of the tunable parameters check the relative documentation page: Free parameters. To get the intrinsic emission from the galaxy and its flux as arriving at the observer we can call the following two functions

# Intrinsic luminosity:
L = gxy.get_emission()

# Flux:
F = gxy.SED()

Note that the function gxy.wl( obs = True/False ) returns the wavelength grid in the observer’s frame (obs = True) and at rest frame (obs = False).

If, instead of the full spectrum, we want just the flux integrated within some transmission bands, we will build a photometric galaxy object, and obtain the photo-SED

pgxy = gp.Galaxy.PhotoGXY( age = 5.e+9, redshift = 1.0 )
pgxy.build_photometric_system( 'filter1', 'filter2', 'filter3', ... )
pF = pgxy.photoSED()

Further details on the usage of functions and classes of the API are provided in the tutorials and in the API documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

galapy_fit-0.6.1.tar.gz (177.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

galapy_fit-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.1-cp313-cp313-macosx_11_0_arm64.whl (779.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

galapy_fit-0.6.1-cp313-cp313-macosx_10_13_x86_64.whl (816.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

galapy_fit-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.1-cp312-cp312-macosx_11_0_arm64.whl (779.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

galapy_fit-0.6.1-cp312-cp312-macosx_10_13_x86_64.whl (815.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

galapy_fit-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.1-cp311-cp311-macosx_11_0_arm64.whl (771.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

galapy_fit-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl (802.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

galapy_fit-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.1-cp310-cp310-macosx_11_0_arm64.whl (765.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

galapy_fit-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl (795.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

galapy_fit-0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.1-cp39-cp39-macosx_11_0_arm64.whl (766.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

galapy_fit-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl (796.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

galapy_fit-0.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.1-cp38-cp38-macosx_11_0_arm64.whl (764.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

galapy_fit-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl (794.5 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

galapy_fit-0.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (970.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

galapy_fit-0.6.1-cp37-cp37m-macosx_10_9_x86_64.whl (706.7 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file galapy_fit-0.6.1.tar.gz.

File metadata

  • Download URL: galapy_fit-0.6.1.tar.gz
  • Upload date:
  • Size: 177.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for galapy_fit-0.6.1.tar.gz
Algorithm Hash digest
SHA256 7a8cba2a78779243e76ba28aa47dcde7285b8a6960a393148c1fbac262f0fc13
MD5 7398e087e2de9f92288c2d0b6db10c32
BLAKE2b-256 6ff74e2006bc9aded087a59624bd357c4bd189a4d786721a397927f09543cfe9

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1.tar.gz:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60c6eaa717515013fee49c1bf1ed99950b6719eb32180944511d4aace25f756f
MD5 54e2f95707aeaf3271786c6903dc1c0d
BLAKE2b-256 ba0aa1a4549188c53b0d8aba6ce7aca21d3095477cb4e4b6d99cc433b6638109

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47267b950821057e6c50eb6114f4383db878ff3e4d2d0aa75f4ba7ea056f5dc7
MD5 3dbcafebc11c76fc685e55d23c8da5a0
BLAKE2b-256 00384f54589ad0ada84f112a277e4327cd76f96c2325d107cd2eec76bf4bf6f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bbcf83f45f6d1274a16b18ad09f6414b7407a48e560f7141a9fd6bad0e3a3318
MD5 5728ef3c243fa746d0ac2868c5bec9cb
BLAKE2b-256 1db9e019fecd9e0b26a9beea3a20c1ca74d54cdd43d9ed2866a3ddeea00730b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 543a321d208b8fab83697a33936e555f4a48386a2aa81caeaa0b7df19342455e
MD5 4067104628d8edf12a2caf6043928c4f
BLAKE2b-256 50d647c1e426f6c94f2b45151f7e428929a98b3254c971f8a81827c256cf02f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0aa7b7b07a9116f9bd518d8f2fbf603628366509de67e749659ff991ad1c548
MD5 c15cfa97a4257d1d0a8d18df54f8f3a9
BLAKE2b-256 dae4047b1ae3b700867789f31d8b73c79d4585be4359b5824f13707a65d4482c

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b13e71a4ec414a09703589f684277d72d145405b2b0336a2913045d42eae6cb1
MD5 95fc32cf11fea49d7cd5ba069b0a6517
BLAKE2b-256 aed0b13951cad9079eabc9938f4aba8656a00a095550dbf4e9c5aece323288e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 430c62a3c81835c4beedfd83a15e5e0741fe93d05690a6db25e595bc3daebf96
MD5 1a635bf83910b17a8f8bd436ffaa3228
BLAKE2b-256 73a506498e9e1738c208aac62e68112fc90378639c599b9600c5f033e8ce5dda

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b653b1c400cd2105b42fed06cfd8783d07b56535d6c1fc517970310e782fc69
MD5 c2510f685c6a07c8bef846d35969a7d6
BLAKE2b-256 b0b26c8fb9596b3cc2c21e6714541a06a4b846451f1004d96162c20643365806

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62ce47d3780b97ae0851d68e3ecaac5cbf0205c13e4caf53b2b7fb089ada0adb
MD5 c8e0684d58801da9e3dd09bbd0034e25
BLAKE2b-256 ed0255b9fed2fcf18f5fd600ae946cbb012910033ac8f418286fc5a6719dc417

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b42803683a11af8eb3f5d519be9e020dfd4a0588e820d6abceb7542f034c6b5e
MD5 3299559357014a8d158caab9a3a645db
BLAKE2b-256 c343b82f49962368e657a41a430e97b6a7db28a6aa8314203993a85b0b7791c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73d9f4027d19fbbfffcf04f5016685c9b0643b85a5f3c598b94f458c692df24d
MD5 9ecd414f9ff89126117dccd20453943f
BLAKE2b-256 a6b70d76f7b21814acebae3320d16d8959b933302d8c65312066cae87fd70d89

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 719e504239644e939beea09d2fea15c7b82793231769e70178339b8f1dd9e553
MD5 4c91412dfa30bd4f104c5746fb309956
BLAKE2b-256 5545ed7224b0b83894389113d38bce36eac043aeb737a2c6e528560850c60e5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6ab39e033c8e18ed09286781db0a4791469a25264655a434644c183eff29490
MD5 a61021bc96603097bd8fbe1a20558920
BLAKE2b-256 e4095681c3732dcfafbcb5796a87987e7e3d9dd89fb117bf776f6205aa8a6d40

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c9c30d7680602da45051df87448f07d0477100336ad896927c97f2da5e3f02a
MD5 a8105f6308df8e060cf7a6e4bf7e1391
BLAKE2b-256 29022a2a11a366259832738652852e628b608f625d3d201e41cd431250fbefce

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a9b85a4e5e2f036acf126f2e26ece25e31e9fe68b1151dc583ebebfb24732ff5
MD5 4ed9a73ab13f0076682ac90ac8af66d9
BLAKE2b-256 ee5a0b8eda4a2a8023280a4049582c02a4fc2bf72020a76cc59122228761d119

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d844a307411af75bdbcbd869743583fa29ceb977e97b5ab9c42c828361cd792
MD5 de2ede7dfead7068991c88618e53549a
BLAKE2b-256 e9c25c9aa66407bdf182357f312794f4c134580324fd1948414047a39d72cb9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20f9c9d135a7b787e66452c02b3b7feef5a3257eb326d9f8afb76f0b81b63341
MD5 4243d215c9fd5be7bc9222eb95932a6b
BLAKE2b-256 8e30b1f27a25173371ac099ed2999b1e7abce4c2f0e47e7a7f43553f7745c7d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78c77977ce2a9c9cb1cb5c70ca664bab371c9c908982d3342041e0b3ed081376
MD5 fd74bb47901610defb2ca45e2e1eab4c
BLAKE2b-256 a67843a6777e5af16e86d15b1c90d9fed538c3cbe06281f3ddb1da17700821ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c123a9767362e0151eb610d4c2f061940ce7da0018a9b988c117013f776fc8f
MD5 3e7f5122c9436c0bf7360219e1984b6b
BLAKE2b-256 b9a6109dfec3c14db3b3747151693f13bdb9bdd685577e906ad9fa9318301309

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galapy_fit-0.6.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 21eb09e0ce19f846f2bd83915541578d07c6a6090c1247de53af0468536cd77c
MD5 6922632010954f7d134faad2d1b74914
BLAKE2b-256 1329f7f2ab67e4d368f7d97b5699800da9b2002a67c834bb6343092cd9a036ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.1-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on TommasoRonconi/galapy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page