Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
em-bright
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emfollow
EM-Properties
em-bright
Commits
2c864af2
Commit
2c864af2
authored
1 year ago
by
Andrew Michael Toivonen
Browse files
Options
Downloads
Patches
Plain Diff
Bump version number, update CHANGELOG
parent
e572ea29
No related branches found
Branches containing commit
Tags
v1.1.4
Tags containing commit
No related merge requests found
Pipeline
#534167
passed
1 year ago
Stage: dist
Stage: test
Stage: lint
Stage: docs
Stage: deploy
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
ligo/em_bright/__init__.py
+1
-1
1 addition, 1 deletion
ligo/em_bright/__init__.py
ligo/em_bright/tests/test_em_bright.py
+1
-1
1 addition, 1 deletion
ligo/em_bright/tests/test_em_bright.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
4 additions
and
4 deletions
CHANGELOG.md
+
1
−
1
View file @
2c864af2
# Changelog
## [1.1.4] -
unreleased
## [1.1.4] -
2023-06-14
-
Fix bug where R_ns was using incorrect units (km instead of m) in the case of EOS marginalization.
This corrects the NSBH HasRemnant prediction using PE posterior with EOS marginalization.
...
...
This diff is collapsed.
Click to expand it.
ligo/em_bright/__init__.py
+
1
−
1
View file @
2c864af2
__version__
=
'
1.1.4
dev
'
__version__
=
'
1.1.4
'
PACKAGE_DATA_BASE_URL
=
(
'
https://git.ligo.org/emfollow/em-properties/em-bright/
'
...
...
This diff is collapsed.
Click to expand it.
ligo/em_bright/tests/test_em_bright.py
+
1
−
1
View file @
2c864af2
...
...
@@ -15,7 +15,7 @@ from ..data import EOS_MAX_MASS
def
test_version
():
from
..
import
__version__
assert
__version__
==
'
1.1.4
dev
'
assert
__version__
==
'
1.1.4
'
@pytest.mark.parametrize
(
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
2c864af2
[tool.poetry]
name
=
"ligo.em-bright"
version
=
"1.1.4
dev
"
version
=
"1.1.4"
description
=
"Possibility and properties of Electromagnetically-bright sources of gravitational-wave events"
readme
=
"README.md"
authors
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment