REL: backport #960 to v2.5.2#961
Conversation
…v#960) * BUG: fix the filename extension precedence for result files * Apply suggestions from code review Co-authored-by: Michael J. Williams <michaeljw1@googlemail.com> * FMT: add empty line * TYPO: fix typo in warning * FMT: remove extra whitespace * BUG: move default extension fallback --------- Co-authored-by: Michael J. Williams <michaeljw1@googlemail.com>
|
I've checked and I think this would produce the correct version: $ git log -5 --oneline
66b74c5f (HEAD -> backport-#960-to-v2.5.2, origin/backport-#960-to-v2.5.2) CHANGELOG: prepare v2.5.2
d02b08f7 BUG: fix the filename extension precedence for result files (#960)
83245aee (tag: v2.5.1, upstream/backport/v2.5.2, backport/v2.5.2) CHANGELOG: update for v2.5.1 (#951)
fab9326d BUG: Use "geocent" not "geocenter" where appropriate (#930)
bbf5ac46 BUG: fix injection parameters being fixed during recovery (#931)
$ git tag v2.5.2
$ pip install -e . --dry-run --no-deps
Obtaining file:///home/michael/git_repos/bilby
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... done
Preparing editable metadata (pyproject.toml) ... done
Would install bilby-2.5.2 |
ColmTalbot
left a comment
There was a problem hiding this comment.
I'm happy to merge this, can you do a test run of what version we get on main after this tag is made?
Good point, I checked and it does get a bit messy: If the tag were in main, I think it should be This won't happen once #954 is merged but in the meantime we'll have to decide how to handle this. I think we have two options:
What do you think? |
I think the latter here is better, I don't think we should delay the release too much trying to figure out the best way to do this. |
Okay, sounds good to me. |
* BUG: fix the filename extension precedence for result files (bilby-dev#960) * BUG: fix the filename extension precedence for result files * Apply suggestions from code review Co-authored-by: Michael J. Williams <michaeljw1@googlemail.com> * FMT: add empty line * TYPO: fix typo in warning * FMT: remove extra whitespace * BUG: move default extension fallback --------- Co-authored-by: Michael J. Williams <michaeljw1@googlemail.com> * CHANGELOG: prepare v2.5.2 --------- Co-authored-by: Colm Talbot <talbotcolm@gmail.com>
* BUG: fix the filename extension precedence for result files (bilby-dev#960) * BUG: fix the filename extension precedence for result files * Apply suggestions from code review Co-authored-by: Michael J. Williams <michaeljw1@googlemail.com> * FMT: add empty line * TYPO: fix typo in warning * FMT: remove extra whitespace * BUG: move default extension fallback --------- Co-authored-by: Michael J. Williams <michaeljw1@googlemail.com> * CHANGELOG: prepare v2.5.2 --------- Co-authored-by: Colm Talbot <talbotcolm@gmail.com>
* BUG: fix the filename extension precedence for result files (bilby-dev#960) * BUG: fix the filename extension precedence for result files * Apply suggestions from code review Co-authored-by: Michael J. Williams <michaeljw1@googlemail.com> * FMT: add empty line * TYPO: fix typo in warning * FMT: remove extra whitespace * BUG: move default extension fallback --------- Co-authored-by: Michael J. Williams <michaeljw1@googlemail.com> * CHANGELOG: prepare v2.5.2 --------- Co-authored-by: Colm Talbot <talbotcolm@gmail.com>
Back port #960 to v2.5.x to make v2.5.2.