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

update changelog, tag for EOS posterior draws signoff

parent 80f6644e
No related branches found
Tags v1.1.1
No related merge requests found
Pipeline #481371 passed
# Changelog
## [1.0.5] - Unreleased
## [1.0.5.dev0] - 2022-12-10
- Fix typo in redshift function
- Update to sklearn v1.1.3
- add an EoS marginalization option to `source_classification_pe`. EoS
posterior draws are from Legred et al. (https://zenodo.org/record/6502467#.Y1xFdHbMI2z)
posterior draws are from Legred et al. (https://zenodo.org/record/6502467#.Y1xFdHbMI2z).
See https://git.ligo.org/emfollow/em-properties/em-bright/-/merge_requests/39
## [1.0.4] - 2022-10-19
......
......@@ -12,10 +12,10 @@ from astropy.utils.data import (
is_url_in_cache,
)
__version__ = '1.0.4'
__version__ = '1.0.5.dev0'
PACKAGE_DATA_BASE_URL = (
'https://git.ligo.org/emfollow/em-properties/em-bright/'
'-/raw/main/ligo/em_bright/data'
f'-/raw/v{__version__}/ligo/em_bright/data'
)
PACKAGE_DATA_LINKS = {name: f'{PACKAGE_DATA_BASE_URL}/{name}' for name in (
......
......@@ -14,7 +14,7 @@ from .. import em_bright, categorize, utils, EOS_MAX_MASS
def test_version():
from .. import __version__
assert __version__ == '1.0.4'
assert __version__ == '1.0.5.dev0'
@pytest.mark.parametrize(
......
[tool.poetry]
name = "ligo.em-bright"
version = "1.0.4"
version = "1.0.5.dev0"
description = "Possibility and properties of Electromagnetically-bright sources of gravitational-wave events"
readme = "README.md"
authors = [
......
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