Skip to content
Snippets Groups Projects
Commit cdc71ee8 authored by Sushant Sharma-Chaudhary's avatar Sushant Sharma-Chaudhary
Browse files

Updated links, tags and changelog for v1.1.1

parent 0ab588db
No related branches found
Tags v1.1.2
No related merge requests found
Pipeline #500142 passed
# Changelog
## [1.1.1] - Unreleased
## [1.1.2]
- No changes yet
- bumped sklearn to v1.2.1 and retrained classifer
## [1.1.1] - 2023-2-23
- Bump sklearn to v1.2.1. Retrain classifer
## [1.1.0] - 2023-1-11
......
......@@ -12,11 +12,11 @@ from astropy.utils.data import (
is_url_in_cache,
)
__version__ = '1.1.0'
__version__ = '1.1.1'
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.1.0'
assert __version__ == '1.1.1'
@pytest.mark.parametrize(
......
[tool.poetry]
name = "ligo.em-bright"
version = "1.1.0"
version = "1.1.1"
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