Skip to content
Snippets Groups Projects
Commit 75c2d8f5 authored by Deep Chatterjee's avatar Deep Chatterjee
Browse files

bump version, update links, update changelog

parent 37c4baa6
No related branches found
Tags v1.0.0
No related merge requests found
Pipeline #369643 failed
# Changelog
## [0.1.7] - unreleased
## [1.0.0] - 2022-03-15
- No changes.
- Add EoS marginalization to HasNS and HasRemnant. After this, the
package data will contain classifiers trained on several different
NS equations of state from literature. The HasNS and HasRemnant score
will be computed from each, and re-weighted based on the bayes factor
calculation done by Ghosh et. al. in https://doi.org/10.1103/PhysRevD.104.083003.
- Drop python 3.7 support since IGWN environments no longer support it.
## [0.1.6] - 2022-02-18
......
......@@ -2,35 +2,35 @@ import json
from astropy.utils.data import download_file
__version__ = '0.1.6'
__version__ = '1.0.0'
PACKAGE_DATA_LINKS = {
'equil_2H.dat': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/equil_2H.dat', # noqa: E501
'APR4_EPP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/APR4_EPP.pickle', # noqa: E501
'BHF_BBB2.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/BHF_BBB2.pickle', # noqa: E501
'H4.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/H4.pickle', # noqa: E501
'HQC18.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/HQC18.pickle', # noqa: E501
'KDE0V1.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/KDE0V1.pickle', # noqa: E501
'KDE0V.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/KDE0V.pickle', # noqa: E501
'MPA1.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/MPA1.pickle', # noqa: E501
'MS1B_PP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/MS1B_PP.pickle', # noqa: E501
'MS1_PP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/MS1_PP.pickle', # noqa: E501
'RS.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/RS.pickle', # noqa: E501
'SK255.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SK255.pickle', # noqa: E501
'SK272.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SK272.pickle', # noqa: E501
'SKI2.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SKI2.pickle', # noqa: E501
'SKI3.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SKI3.pickle', # noqa: E501
'SKI4.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SKI4.pickle', # noqa: E501
'SKI5.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SKI5.pickle', # noqa: E501
'SKI6.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SKI6.pickle', # noqa: E501
'SKMP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SKMP.pickle', # noqa: E501
'SKOP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SKOP.pickle', # noqa: E501
'SLY230A.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SLY230A.pickle', # noqa: E501
'SLY2.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SLY2.pickle', # noqa: E501
'SLY9.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SLY9.pickle', # noqa: E501
'SLy.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/SLy.pickle', # noqa: E501
'EOS_BAYES_FACTOR_MAP.json': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/EOS_BAYES_FACTOR_MAP.json', # noqa: E501
'EOS_MAX_MASS_MAP.json': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/main/ligo/em_bright/data/EOS_MAX_MASS_MAP.json' # noqa: E501
'equil_2H.dat': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/equil_2H.dat', # noqa: E501
'APR4_EPP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/APR4_EPP.pickle', # noqa: E501
'BHF_BBB2.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/BHF_BBB2.pickle', # noqa: E501
'H4.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/H4.pickle', # noqa: E501
'HQC18.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/HQC18.pickle', # noqa: E501
'KDE0V1.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/KDE0V1.pickle', # noqa: E501
'KDE0V.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/KDE0V.pickle', # noqa: E501
'MPA1.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/MPA1.pickle', # noqa: E501
'MS1B_PP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/MS1B_PP.pickle', # noqa: E501
'MS1_PP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/MS1_PP.pickle', # noqa: E501
'RS.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/RS.pickle', # noqa: E501
'SK255.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SK255.pickle', # noqa: E501
'SK272.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SK272.pickle', # noqa: E501
'SKI2.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SKI2.pickle', # noqa: E501
'SKI3.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SKI3.pickle', # noqa: E501
'SKI4.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SKI4.pickle', # noqa: E501
'SKI5.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SKI5.pickle', # noqa: E501
'SKI6.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SKI6.pickle', # noqa: E501
'SKMP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SKMP.pickle', # noqa: E501
'SKOP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SKOP.pickle', # noqa: E501
'SLY230A.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SLY230A.pickle', # noqa: E501
'SLY2.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SLY2.pickle', # noqa: E501
'SLY9.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SLY9.pickle', # noqa: E501
'SLy.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/SLy.pickle', # noqa: E501
'EOS_BAYES_FACTOR_MAP.json': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/EOS_BAYES_FACTOR_MAP.json', # noqa: E501
'EOS_MAX_MASS_MAP.json': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.0/ligo/em_bright/data/EOS_MAX_MASS_MAP.json' # noqa: E501
}
PACKAGE_FILENAMES = dict.fromkeys(PACKAGE_DATA_LINKS)
......
[tool.poetry]
name = "ligo.em-bright"
version = "0.1.6"
version = "1.0.0"
description = "Possibility and properties of Electromagnetically-bright sources of gravitational-wave events"
authors = [
"Deep Chatterjee <deep.chatterjee@ligo.org>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment