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.0.tar.gz (170.6 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.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.0-cp313-cp313-macosx_11_0_arm64.whl (863.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

galapy_fit-0.6.0-cp313-cp313-macosx_10_13_x86_64.whl (910.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

galapy_fit-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.0-cp312-cp312-macosx_11_0_arm64.whl (863.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

galapy_fit-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl (910.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

galapy_fit-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.0-cp311-cp311-macosx_11_0_arm64.whl (854.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

galapy_fit-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl (895.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

galapy_fit-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.0-cp310-cp310-macosx_11_0_arm64.whl (847.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

galapy_fit-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl (886.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

galapy_fit-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.0-cp39-cp39-macosx_11_0_arm64.whl (848.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

galapy_fit-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl (887.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

galapy_fit-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

galapy_fit-0.6.0-cp38-cp38-macosx_11_0_arm64.whl (845.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

galapy_fit-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl (885.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

galapy_fit-0.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

galapy_fit-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl (771.4 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: galapy_fit-0.6.0.tar.gz
  • Upload date:
  • Size: 170.6 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.0.tar.gz
Algorithm Hash digest
SHA256 c8d1d64204f2a3be2c004814aba924653f1cd684e60ba9dbd0ab5e693db71243
MD5 6f7e352f25a07bdc1e9005a1b162ee34
BLAKE2b-256 2a77d3c31d68e52ea58f5202d8631ac734c76855af7c22f22b58c84e1dc34e12

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0.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.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fb56466c925acf30a1136e65d845e3ca53f30c9f216b794e536b9fa97b1832c
MD5 30293cb2bda11d135bf30de057496ca1
BLAKE2b-256 58824c7b88a22688550f6f3f1dc35ad9036bad3966ac8292c8ffa7a46227bf14

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ee751080728372588407174f10fff430795cb94f6c8f953c7a90e1b326f2354
MD5 0799b48ed3cb5311aa4c8b7a4c430c9c
BLAKE2b-256 a56b1d19484b3031798d36472bf4d612561b0a4619da926e2c24c239bef846b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3340d4cc5c8a98fbd5e91c2a7576fb3e721afdfc859a47d2aeea388bf62424c4
MD5 d336d8002eac7786cb32645d59ed3c22
BLAKE2b-256 c14fef93df38605a39f8517d661fed7ebdb3eaced2242e70afabe7a165387ff5

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91d763fd6bf54bf4b0d7e5418cbe947039941511ad0bc1bd718b1e877dbbd237
MD5 d46c473e2e888da26cf413e407978e2c
BLAKE2b-256 f4e6ca66d839030e5174668b847866b2983974183000f144afd80f1f9988a2b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ff23f89127bd897d5a602adf9d72987c4b97c28267227f5ee4337e0daef91ac
MD5 16a2f0b571b4ac6904b50d90cbb5d453
BLAKE2b-256 a0494aa700c9ae3d2d24b9c3b6282f657a504e56db969b43a28d32b174c2b3f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 666a2b5a825249c7e7d92a1c717d7080e4db7e172d7a29a3a0ea168ebf810a8e
MD5 253512695b0c5e0978320c634e3e7bae
BLAKE2b-256 d3a81fb6aa040dfecf8bf6f9345861a46bfa4de258293c7a44d25f666066bce5

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6292e58ee913bcdf4e3f23247ed460e8d7b919ebf3220a6bdeb3e3a2fbe0a185
MD5 dd271eb7ca39873eb8ec595a8d6bff1e
BLAKE2b-256 21764243dcc50422405379399b1bcb6b9698c886fb87a90863f363177023a25a

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4a21996ce8eb16104ff4a713d77af032b0531a0acaa8ca6e8609676e957402d
MD5 9eaa15b1a8bb34e0e374d2285a69846a
BLAKE2b-256 8a9f3d5d88170ce55b09bed6d7508e20aa50313a01e571d0c8f2ed1a1d725f83

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a257bbdfed6c1fcf51c675a8c4c4be9ef1599f199655f7b9e942fd39cab88c1
MD5 40650febbeab3af4eace28c81cd2fce5
BLAKE2b-256 949bf1c4f1149cdaa9e19476672c29afaa400df1da33ac2fb9299c0d9a0d926d

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b861420de84a24f091d92c003f237c182b8e009ec67386fe6d021826f28be84e
MD5 507fb5d740b876a0cb837409a57650a5
BLAKE2b-256 0e887c583cd61404c7b5816dd9b9a3ffa5f5a4f4cc6ff27222765a20fbcf6f74

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5554d3547481454cf9142621c3da21117578d556b2037eeeda2cb1669ec83b0b
MD5 c65473f8148490f4ef6b47694ef9604f
BLAKE2b-256 5486f9acbf14f58f2c2febf1d6832301bc5393b34297f1c656ab5b22b9ed7017

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2672a0456120e0fa5b22639613bd64a638e3866b08ebc431b22eed4168228384
MD5 2822f32e5a99cfc49464d18c56d502ba
BLAKE2b-256 d3a2169cd87022492b10ddf3b89f2a456597a468af7aa02845617c372029a98c

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a2dd5911c7506255554535d88241c21da9037a6240fb3ffffadefbb5ab147cf
MD5 d5268a973be49d53b6b7d380c4384eca
BLAKE2b-256 01180110a6ea2d86564d461612c091a45611170db58c7554703be11e6b570668

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22bbadd7c191b749ee2364c2ad0d228146e4968c3c85c9a4f624a66de8d21ff9
MD5 441c129960c587a87e63052e2aafce33
BLAKE2b-256 202fafed3cfe189463c9d84d4a4ba950ac27123bcd9d344910448cf7d1815498

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8520d6949af1cf533051166561797ac6a762104aa6282262156ae56151617f64
MD5 2cd91ed04cabd1ef765a4e6a98b290b4
BLAKE2b-256 da0ecffef0338d1445d4d43f269c772f1b13e733c6e43b4515727a1f109f1b71

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ababe577005ea95505612d168efdfdf7a83616cc4b05236e370c43e1624db91e
MD5 703bce58dfd855868bcfc61bf0508be6
BLAKE2b-256 a5278cdeda1c49225d3bee27fa1e656b15f671324bc4cb4b0ff1ea3c17aa9f16

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7f1570f54c7702aed822d3091728b81a3a29605386365b7274ed25e86fe1419
MD5 d0d7d4d5bd0c61e07a9386fb04bb442a
BLAKE2b-256 76195b02664d82379bdf6bd22eb64d6fdf1692a8f4b654af51b5365460dffd57

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3013f5b6fde0a8e7c7ad0ba62d668431223e50780730f1932d95fcfdbeab94b
MD5 7ec2aec6c28580dd6d401516c4e06706
BLAKE2b-256 9f0b4acd317cbb7f5d5b4849323cff7c7288256da245d86acb1eef02c863c259

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d05fb4addc77802ffebec93c3a50316981e221ecbe51fa01a62feaa0a57d9272
MD5 3508e9453eae69daa23ed52ae7f2825f
BLAKE2b-256 081a3561f6be4553c6c243237f81c5f1be52f27611bb025ba2711d5a14db9b02

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for galapy_fit-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e7ae708e7ec1a3f9a336340419c887a9a49f2cf28872cbf85bcce0eb0902e644
MD5 0c30b73b9fd2deafe7684843a27f24b8
BLAKE2b-256 dcb93f1f1bd11cfd1c1af1a2d0840db0fd8c74ead27bcb553994d1e1415c2884

See more details on using hashes here.

Provenance

The following attestation bundles were made for galapy_fit-0.6.0-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