Skip to content

Commit

Permalink
1.0 release-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery authored and mergify[bot] committed May 24, 2022
1 parent cc06334 commit 76b6581
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions c/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--------------------
[1.0.0] - 2022-05-XX
[1.0.0] - 2022-05-24
--------------------

##BETA RELEASE
This major release marks the point at which the documented API becomes stable and supported.

**Breaking changes**

Expand All @@ -12,7 +12,7 @@
- ``tsk_variant_t`` now includes its ``tsk_site_t`` rather than pointing to it.
(:user:`benjeffery`, :issue:`2161`, :pr:`2162`)

- Rename TSK_TAKE_TABLES to TSK_TAKE_OWNERSHIP.
- Rename ``TSK_TAKE_TABLES`` to ``TSK_TAKE_OWNERSHIP``.
(:user:`benjeffery`, :issue:`2221`, :pr:`2222`)

- ``TSK_DEBUG``, ``TSK_NO_INIT``, ``TSK_NO_CHECK_INTEGRITY`` and ``TSK_TAKE_OWNERSHIP`` have moved to ``core.h``
Expand All @@ -38,7 +38,7 @@
- Make dumping of tables and tree sequences to disk a zero-copy operation.
(:user:`benjeffery`, :issue:`2111`, :pr:`2124`)

- Add ``edge`` attribute to ``mutation_t`` struct make available in tree sequence.
- Add ``edge`` attribute to ``mutation_t`` struct and make available in tree sequence.
(:user:`jeromekelleher`, :issue:`685`, :pr:`2279`)

- Reduce peak memory usage in ``tsk_treeseq_simplify``.
Expand Down

0 comments on commit 76b6581

Please sign in to comment.