We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c513a2b commit 0bccf6aCopy full SHA for 0bccf6a
docs/changelog.rst
@@ -66,6 +66,11 @@ Deprecations
66
This change duplicates the information stored in dataset attributes, which should
67
now be considered deprecated, and will be removed in a future release.
68
(:user:`tomwhite`, :pr:`1054`, :issue:`1035`)
69
+- Parameter ``founder_indices`` in :func:`sgkit.pedigree_kinship` is now considered
70
+ deprecated, and will be removed in a future release. Instead, the ``founder_kinship``
71
+ parameter now expects a full sized kinship matrix in which non-founder values are
72
+ ignored.
73
+ (:user:`timothymillar`, :pr:`1075`, :issue:`1061`)
74
75
Improvements
76
~~~~~~~~~~~~
0 commit comments