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
49af41b0
Commit
49af41b0
authored
2 years ago
by
Andrew Michael Toivonen
Browse files
Options
Downloads
Patches
Plain Diff
Bump version number, update changelog
parent
2e96c323
No related branches found
Branches containing commit
Tags
v1.0.4
Tags containing commit
No related merge requests found
Pipeline
#468901
passed
2 years 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 @
49af41b0
# Changelog
## [1.0.4] -
unreleased
## [1.0.4] -
2022-10-19
-
Update source_classification_pe to be compatible with bilby online
PE format. Deprecate previous LALInference format. This fixes
...
...
This diff is collapsed.
Click to expand it.
ligo/em_bright/__init__.py
+
1
−
1
View file @
49af41b0
...
...
@@ -12,7 +12,7 @@ from astropy.utils.data import (
is_url_in_cache
,
)
__version__
=
'
1.0.
3
'
__version__
=
'
1.0.
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 @
49af41b0
...
...
@@ -13,7 +13,7 @@ from .. import em_bright, categorize, EOS_MAX_MASS
def
test_version
():
from
..
import
__version__
assert
__version__
==
'
1.0.
3
'
assert
__version__
==
'
1.0.
4
'
@pytest.mark.parametrize
(
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
49af41b0
[tool.poetry]
name
=
"ligo.em-bright"
version
=
"1.0.
3
"
version
=
"1.0.
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