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
7d45e5c0
Commit
7d45e5c0
authored
8 months ago
by
Michael Williams
Browse files
Options
Downloads
Patches
Plain Diff
CHANGELOG: update for v2.3.0
parent
a51ccb79
No related branches found
No related tags found
1 merge request
!1363
CHANGELOG: update for v2.3.0
Pipeline
#630541
passed
8 months ago
Stage: initial
Stage: test
Stage: docs
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+7
-2
7 additions, 2 deletions
CHANGELOG.md
with
7 additions
and
2 deletions
CHANGELOG.md
+
7
−
2
View file @
7d45e5c0
...
...
@@ -2,6 +2,9 @@
## [Unreleased]
## [2.3.0] - 2024-05-30
### Added
-
Add support for sampler plugins via entry points (!1340, !1355)
...
...
@@ -13,11 +16,11 @@
### Changed
-
Speed up ROQ weight calculation with IFFT (!903)
-
Change
`bilby_mcmc`
to use
`glasflow`
instead of
`nflows`
(!1332)
-
Sampler classes in are no longer imported in
`bilby.core.sampler`
(!1340)
-
Sampler classes in
`bilby.core.sampler.IMPLEMENTED_SAMPLERS`
must now be loaded before use (!1340)
-
`bilby.core.sampler.IMPLEMENTED_SAMPLERS`
is now an instance of
`bilby.core.sampler.ImplementedSampler`
instead of a dictionary (!1355)
-
Updates to support numpy v2 (!1362)
### Fixed
...
...
@@ -28,6 +31,7 @@
-
Fix bug where
`linestyle`
was ignored in
`bilby.core.result.plot_multiple`
(!1238)
-
Fix
`soft_init`
sampler keyword argument with
`dynesty`
(!1335)
-
Fix ZeroDivisionError when using the
`dynesty`
with
`act-walk`
and large values of
`nact`
(!1346)
-
Fix custom prior loading from result file (!1360)
## [2.2.3] - 2024-02-24
...
...
@@ -1062,7 +1066,8 @@ First `pip` installable version https://pypi.org/project/BILBY/ .
-
All chainconsumer dependency as this was causing issues.
[
Unreleased
]:
https://git.ligo.org/lscsoft/bilby/-/compare/v2.2.3...master
[
Unreleased
]:
https://git.ligo.org/lscsoft/bilby/-/compare/v2.3.0...master
[
2.3.0
]:
https://git.ligo.org/lscsoft/bilby/-/compare/v2.2.3...v2.3.0
[
2.2.3
]:
https://git.ligo.org/lscsoft/bilby/-/compare/v2.2.2...v2.2.3
[
2.2.2
]:
https://git.ligo.org/lscsoft/bilby/-/compare/v2.2.1...v2.2.2
[
2.2.1
]:
https://git.ligo.org/lscsoft/bilby/-/compare/v2.2.0...v2.2.1
...
...
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