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
678c4032
Commit
678c4032
authored
3 years ago
by
Moritz Huebner
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.1.2 release
parent
f58ae0f5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#227351
passed
3 years ago
Stage: initial
Stage: test
Stage: docs
Stage: deploy
Changes
2
Pipelines
8
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 @
678c4032
# All notable changes will be documented in this file
## [1.1.2] 2021-05-05
Version 1.1.2 release of bilby
### Added
-
Added MCMC combine method and improved shuffle behaviour when combining results (!945)
-
Added an extras requires to enable downstream packages to depend on
`bilby.gw`
(!939)
-
Added a dynesty unit plot (!954)
### Changes
-
Removed a number of deprecated functions and classes (!936)
-
Removed the pin on the numpy version (!934)
-
Added requirements to MANIFEST (!929)
-
Sped up the ROQ weight calculation with IFFT (!903)
-
Streamlined hdf5 improvements (!925)
-
Sped up
`import bilby`
by reducing internal imports (!933)
-
Reduced time required for the sampler tests (!949)
-
Resolved an unclear error message (!935)
-
Encapsulated GMST method in
`gw.utils`
(!947)
-
Improvements to
`gw.utils`
(!948)
-
Improvements to
`core.prior`
(!944)
-
Suppresses error message when creating injections (!938)
-
Fixed loading meta data, booleans, string lists with hdf5 (!941)
-
Made tables an optional requirement (!930)
-
Added
`exists_ok`
to
`mkdir`
calls (!946)
-
Increased the default dynesty checkpoint time to 30 minutes (!940)
-
Resolved issue with sampling from prior test (!950)
-
Added errstate ignore to the gw.conversion module (!952)
-
Fixed issues with pickle saving and loading (!932)
-
Fixed an issue with the
`_base_roq_waveform`
(!959)
## [1.1.1] 2021-03-16
Version 1.1.1 release of bilby
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
678c4032
...
...
@@ -70,7 +70,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
1.1.
1
'
VERSION
=
'
1.1.
2
'
version_file
=
write_version_file
(
VERSION
)
long_description
=
get_long_description
()
...
...
This diff is collapsed.
Click to expand it.
David Keitel
@david-keitel
mentioned in issue
#577 (closed)
·
3 years ago
mentioned in issue
#577 (closed)
mentioned in issue #577
Toggle commit list
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