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
17e6a80b
Commit
17e6a80b
authored
3 years ago
by
Moritz Huebner
Browse files
Options
Downloads
Plain Diff
Merge branch '1.1.3_release' into 'master'
Version 1.1.3 release See merge request
!989
parents
de549e36
1063dbfb
No related branches found
Branches containing commit
Tags
1.1.3
Tags containing commit
1 merge request
!989
Version 1.1.3 release
Pipeline
#254161
passed
3 years ago
Stage: initial
Stage: test
Stage: docs
Stage: deploy
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+30
-0
30 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
31 additions
and
1 deletion
CHANGELOG.md
+
30
−
0
View file @
17e6a80b
# All notable changes will be documented in this file
## [1.1.3] 2021-07-02
Version 1.1.3 release of bilby
### Added
-
Added
`Categorical`
prior (!982)(!990)
-
Added a built-in mcmc sampler (
`bilby_mcmc`
) (!905)(!985)
-
Added run statistics to the
`dynesty`
meta data (!969)
-
Added
`cdf`
method to
`PriorDict`
classes (!943)
### Changes
-
Removed the autoburnin causing
`kombine`
to fail the CI tests (!988)
-
Sped up the spline interpolation in ROQ (!971)
-
Replaced bessel interpolant to scipy function (!976)
-
Improved checkpoint stats plot (!977)
-
Fixed a typo in the sampler documentation (!986)
-
Fixed issue that causes ConditionalDeltaFunction posterior samples not to be saved correctly (!973)
-
Solved an issue where injected SNRs were logged incorrectly (!980)
-
Made Python 3.6+ a specific requirement (!978)
-
Fixed the calibration and time marginalized likelihood (!978)
-
Removed a possible error in the distance marginalization (!960)
-
Fixed an issue where
`check_draw`
did not catch
`np.nan`
values (!965)
-
Removed a superfluous line in the docs configuration file (!963)
-
Added a warning about class side effects to the
`GravtiationalWaveTransient`
likelihood classes (!964)
-
Allow
`ptemcee`
initialization with array (!955)
-
Removed
`Prior.test_valid_for_rescaling`
(!956)
-
Replaced deprecated numpy aliases builtins (!970)
-
Fixed a bug in the algorithm to determine time resolution of ROQ (!967)
-
Restructured utils module into several submodules. API remains backwards compatible (!873)
-
Changed number of default walks in
`dynesty`
from
`10*self.ndim`
to
`100`
(!961)
## [1.1.2] 2021-05-05
Version 1.1.2 release of bilby
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
17e6a80b
...
...
@@ -70,7 +70,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
1.1.
2
'
VERSION
=
'
1.1.
3
'
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