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 a9e4f88 commit 1acc108Copy full SHA for 1acc108
python/CHANGELOG.rst
@@ -19,6 +19,11 @@
19
20
**Features**
21
22
+- Add ``tskit.jit.numba.jitwrap`` and ``NumbaTreeSequence`` to allow simplified
23
+ use and development of numba-jitted functions with tree sequences. See the
24
+ `documentation <https://tskit.dev/tskit/docs/stable/numba.html>`_ for details.
25
+ (:user:`andrewkern`, :pr:`3295`, :issue:`3294`)
26
+
27
- ``TreeSequence.map_to_vcf_model`` now also returns the transformed positions and
28
contig length. (:user:`benjeffery`, :pr:`3174`, :issue:`3173`)
29
0 commit comments