Skip to content

Conversation

@benjeffery
Copy link
Member

Fixes #1139

@codecov
Copy link

codecov bot commented Feb 1, 2021

Codecov Report

Merging #1177 (921cd38) into main (4fc6c3d) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           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           
Flag Coverage Δ
c-tests 92.52% <ø> (ø)
lwt-tests 92.97% <100.00%> (+0.18%) ⬆️
python-c-tests 94.89% <100.00%> (ø)
python-tests 98.62% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
c/tskit/core.h 100.00% <ø> (ø)
python/tskit/tables.py 99.60% <ø> (ø)
python/lwt_interface/tskit_lwt_interface.h 95.04% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4fc6c3d...921cd38. Read the comment docs.

Copy link
Member

@jeromekelleher jeromekelleher left a 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`).
Copy link
Member

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!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@@ -1,3 +1,9 @@
--------------------
[0.1.2] - 2021-02-01
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.1.3?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@AdminBot-tskit AdminBot-tskit force-pushed the individual-parents-extra branch from 28262e0 to 921cd38 Compare February 2, 2021 01:23
@mergify mergify bot merged commit 9fb2bf6 into tskit-dev:main Feb 2, 2021
@benjeffery benjeffery deleted the individual-parents-extra branch March 19, 2021 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version bump for file format and LWT for Individual.parents

2 participants