Alexis Toumi

Results 26 comments of Alexis Toumi

P.S. `magmatic` diagrams could also come with their own drawing method, so that we can draw diagrams side by side instead of the biased drawing of `monoidal`.

P.P.S. There is some intuition to be borrowed from the statebox diagram editor https://statebox.org/newsletter/newsletter-2020-02-feb/

Looks like there hasn't been any review on their repo for almost two years... ![Screenshot 2023-09-05 at 10 50 46](https://github.com/discopy/discopy/assets/6673255/1591b8f4-2198-4354-9589-961d9cddd884) Is there an easy fix we can do on our...

Now that we have hypergraph implemented properly, the description of this task should be updated: we want a special data structure for bijective hypergraphs which can be much more compact...

I would have to double check but I think the reason was that we wanted `monoidal.Bubble` to call `cat.Box.__init__` and not `monoidal.Box.__init__` (which would be what happens with `super()`). Best...

Yes it would be nice to use the same convention as in Catlab! One caveat though is that the schema you refer to only deals with monogamous hypergraphs (see issue...

The goal of this issue is de/serialisation so that a `Hypergraph` can e.g. be stored on the disk, sent over the network and loaded somewhere else by another DisCoPy script....

There were missing `Sum` classes in some of the modules. I've added the ones up to markov but I'll rename this issue to deal with the rest.

I think you forgot to attach a screenshot of the diagram 😅

I must say it's kinda sad to see all this work go into an outdated branch... Is there anything blocking it from going to `main` rather than `legacy`?