tskit-dev / pyslim

Tools for dealing with tree sequences coming to and from SLiM.
MIT License
27 stars 23 forks source link

migration to being functional #173

Closed petrelharp closed 2 years ago

petrelharp commented 3 years ago

Here's the things that need to be dealt with to get rid of SlimTreeSequence:

Attributes/methods of the SlimTreeSequence to be moved to pyslim.X functions:

Things to be deprecated/moved to metadata:

Those that are wrappers around tskit and so we can omit entirely are:

petrelharp commented 2 years ago

See #209 for some of these.

petrelharp commented 2 years ago

And more in #231 and #230.

petrelharp commented 2 years ago

The remainder of this will happen in v1.0.

petrelharp commented 2 years ago

This is done!