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

bump version, update links, update changelog

parent 42ed98eb
No related branches found
Tags v1.1.2
No related merge requests found
Pipeline #423641 passed
# Changelog
## [1.0.2] - unreleased
## [1.0.2] - 2022-07-09
- No changes.
- Add python 3.10 testing
- Bump sklearn version to 1.1. Retrain classifiers.
- Add `request_disk` to the condor submit file. Using 1GB as a start.
- Restrict astropy >= 5.1.
## [1.0.1] - 2022-03-15
......
......@@ -2,35 +2,35 @@ import json
from astropy.utils.data import download_file
__version__ = '1.0.1'
__version__ = '1.0.2'
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.2/ligo/em_bright/data/equil_2H.dat', # noqa: E501
'APR4_EPP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/APR4_EPP.pickle', # noqa: E501
'BHF_BBB2.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/BHF_BBB2.pickle', # noqa: E501
'H4.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/H4.pickle', # noqa: E501
'HQC18.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/HQC18.pickle', # noqa: E501
'KDE0V1.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/KDE0V1.pickle', # noqa: E501
'KDE0V.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/KDE0V.pickle', # noqa: E501
'MPA1.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/MPA1.pickle', # noqa: E501
'MS1B_PP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/MS1B_PP.pickle', # noqa: E501
'MS1_PP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/MS1_PP.pickle', # noqa: E501
'RS.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/RS.pickle', # noqa: E501
'SK255.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SK255.pickle', # noqa: E501
'SK272.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SK272.pickle', # noqa: E501
'SKI2.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SKI2.pickle', # noqa: E501
'SKI3.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SKI3.pickle', # noqa: E501
'SKI4.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SKI4.pickle', # noqa: E501
'SKI5.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SKI5.pickle', # noqa: E501
'SKI6.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SKI6.pickle', # noqa: E501
'SKMP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SKMP.pickle', # noqa: E501
'SKOP.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SKOP.pickle', # noqa: E501
'SLY230A.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SLY230A.pickle', # noqa: E501
'SLY2.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SLY2.pickle', # noqa: E501
'SLY9.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SLY9.pickle', # noqa: E501
'SLy.pickle': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/ligo/em_bright/data/SLy.pickle', # noqa: E501
'EOS_BAYES_FACTOR_MAP.json': 'https://git.ligo.org/deep.chatterjee/em-bright/-/raw/v1.0.2/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.2/ligo/em_bright/data/EOS_MAX_MASS_MAP.json' # noqa: E501
}
PACKAGE_FILENAMES = dict.fromkeys(PACKAGE_DATA_LINKS)
......
......@@ -13,7 +13,7 @@ from .. import em_bright, categorize, EOS_MAX_MASS
def test_version():
from .. import __version__
assert __version__ == '1.0.1'
assert __version__ == '1.0.2'
@pytest.mark.parametrize(
......
[tool.poetry]
name = "ligo.em-bright"
version = "1.0.1"
version = "1.0.2"
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