Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Container Registry
Model registry
Operate
Environments
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
lscsoft
bilby
Commits
4f2cac84
Commit
4f2cac84
authored
2 years ago
by
Colm Talbot
Browse files
Options
Downloads
Plain Diff
Merge branch 'v1.2.0_release' into 'master'
Version 1.2.0 release See merge request
lscsoft/bilby!1139
parents
c761682e
b35c80c0
No related branches found
Branches containing commit
Tags
o4b-open-box-v1.1.0
Tags containing commit
1 merge request
!1139
Version 1.2.0 release
Pipeline
#440541
passed
2 years ago
Stage: initial
Stage: test
Stage: docs
Stage: deploy
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+32
-1
32 additions, 1 deletion
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
33 additions
and
2 deletions
CHANGELOG.md
+
32
−
1
View file @
4f2cac84
# All notable changes will be documented in this file
## [1.2.0] 2022-08-15
Version 1.2.0 release of Bilby
This is the first release that drops support for
`Python<3.8`
.
This release involves major refactoring, especially of the sampler implementations.
Additionally, there are a range of improvements to how information is passed
with multiprocessing.
### Added
-
Time marginalized ROQ likelihood (!1040)
-
Multiple and multi-banded ROQ likelihood (!1093)
-
Gaussian process likelihoods (!1086)
-
`CBCWaveformGenerator`
added with CBC specific defaults (!1080)
### Changes
-
Fixes and improvements to multi-processing (!1084, !1043, !1096)
-
Major refactoring of sampler implementations (!1043)
-
Fixes for reading/writing priors (!1103, !1127, !1128)
-
Fixes/updates to exmample scripts (!1050, !1031, !1076, !1081, !1074)
-
Fixes to calibration correction in GW likelihoods (!1114, !1120, !1119)
### Deprecated/removed
-
Require
`Python>=3.8`
-
Require
`astropy>=5`
-
`bilby.core.utils.conversion.gps_time_to_gmst`
-
`bilby.core.utils.spherical_to_cartesian`
-
`bilby.core.utils.progress`
-
Deepdish IO for
`Result`
,
`Interferometer`
, and
`InterferometerList`
## [1.1.5] 2022-01-14
Version 1.1.5 release of
b
ilby
Version 1.1.5 release of
B
ilby
### Added
-
Option to enforce that a GW signal fits into the segment duration (!1041)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
4f2cac84
...
...
@@ -73,7 +73,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
1.
1.5
'
VERSION
=
'
1.
2.0
'
version_file
=
write_version_file
(
VERSION
)
long_description
=
get_long_description
()
...
...
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