Ben Jeffery

Results 132 comments of Ben Jeffery

I'm not sure I see the advantage over say `ts.node(metadata_query={'name':'my_node'})` We already have too many methods on the ts class so there has to be a compelling reason to add...

I've had a go at this but can't get numpy to build due to https://github.com/numpy/numpy/issues/21422 so will wait for things to settle down.

The good news is "CPython 3.11 is on average [25% faster](https://github.com/faster-cpython/ideas/blob/main/main-vs-310.rst) than CPython 3.10 when measured with the [pyperformance](https://github.com/python/pyperformance) benchmark suite"!! The C API changes are at https://docs.python.org/3.11/whatsnew/3.11.html#id6 None of...

3.11 is released this month, so we should have another look at this.

I've put this in on the before-paper milestone as it seems an obviously useful thing to do.

There's a trade-off here between having useful methods and having a gigantic unwieldy API. Do you think this is a very common operation? My gut instinct here is that this...

@grahamgower does this need tests to be mergable? Or are there still open questions about the implementation?

> So, I suggest spinning it out into an independent project? `tstikz` or something? I think this is probably the right thing to do, and that maybe even the svg...

> Does this belong in https://github.com/tskit-dev/tsviz ? Perhaps we could move the PR over there and eventually merge it? Sounds good to me!