-
Notifications
You must be signed in to change notification settings - Fork 79
Bump versions for individual parents and add LWT tests #1177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1177 +/- ##
=======================================
Coverage 93.73% 93.73%
=======================================
Files 26 26
Lines 21254 21254
Branches 902 902
=======================================
Hits 19922 19922
Misses 1294 1294
Partials 38 38
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
jeromekelleher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one nit.
c/CHANGELOG.rst
Outdated
| **Features** | ||
|
|
||
| - Add ``parents`` to the individual table to enable recording of pedigrees | ||
| (:user:`ivan-krukov`, :issue:`852`, :pr:`1125`, :pr:`866`, :pr:`1153`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need :user:benjeffery in there too!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
python/lwt_interface/CHANGELOG.rst
Outdated
| @@ -1,3 +1,9 @@ | |||
| -------------------- | |||
| [0.1.2] - 2021-02-01 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.1.3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
6a58f71 to
28262e0
Compare
28262e0 to
921cd38
Compare
Fixes #1139