Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
raven
Commits
aea82913
Commit
aea82913
authored
Jun 20, 2022
by
Brandon Piotrzkowski
Browse files
Update CHANGES.rst
parent
4a87cdc2
Pipeline
#413800
passed with stages
in 5 minutes and 42 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
aea82913
Changelog
=========
2.3 (
unreleased
)
2.3 (
2022-06-20
)
----------------
- Add method to calculate sky map overlap with multi-ordered (MOC) sky maps.
...
...
@@ -16,9 +16,10 @@ Changelog
in GraceDB, similar to the coherence value provided by
Bayestar.
- Add automatically generated documentation using sphinx.
- Add automatically generated documentation using sphinx. This is hosted
on readthedocs and triggered with every commit on master.
- Remove unnecessary local creation of coincidence_far.json
- Remove unnecessary local creation of coincidence_far.json
.
- Update README.md with updated documentation and link.
...
...
doc/release.rst
View file @
aea82913
...
...
@@ -13,7 +13,11 @@ Making a new release
Once all changes we want to include are made, we can prepare a release by
updating the changelog with correct date and version number. Make sure all
changes are included and clearly described. Then, make a commit with these
changes labeled **Update CHANGES.rst** and tag this with the version number::
changes labeled **Update CHANGES.rst**
$ git commit -a
and tag this with the version number::
$ git tag vX.XX -m "Version X.XX"
...
...
setup.py
View file @
aea82913
...
...
@@ -27,7 +27,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'ligo-raven'
,
version
=
'2.3
.dev0
'
,
version
=
'2.3'
,
url
=
'http://gracedb.ligo.org'
,
author
=
'Alex Urban'
,
author_email
=
'alexander.urban@ligo.org'
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment