~piotr-machura/cartesian

fb729671 — Piotr Machura 2 years ago
Make matplotlib optional
f5cfd4e8 — Piotr Machura 2 years ago
Fix matplotlib requirements
06640cd1 — Piotr Machura 2 years ago
Move to poetry+black
6d9863f5 — Piotr Machura 2 years ago
Switch to poetry+black
fab1e7a0 — Piotr Machura 3 years ago
Small fix
341e4b73 — Piotr Machura 3 years ago
Final docstring touches
2a5c493e — aBrickThatCodes 3 years ago
Hotfix
31f39fc6 — aBrickThatCodes 3 years ago
To and from raw
31737ee8 — Piotr Machura 3 years ago
Update README.md
949ba757 — aBrickThatCodes 3 years ago
Decoding
a4098630 — Piotr Machura 3 years ago
Better file saving
98cf4ef2 — Piotr Machura 3 years ago
Moved example to a new folder
5fb85c88 — Piotr Machura 3 years ago
Nodes now remember what they already calculated
fbc3a643 — Piotr Machura 3 years ago
Changed example values to correct ones
5875b50a — Piotr Machura 3 years ago
Working prototype

The example has been added to the package (it will be moved once I
figgure out the proper way to import things). The evolve function has
been moved to a separate file, more concurrency was added in the
specimen methods.
aa9a50ae — Piotr Machura 3 years ago
Basic concurrency

The fit is now assigned to specimen in separate concurrent threads.
346bcb96 — Piotr Machura 4 years ago
Function table is now a private, inner class
eaa0200a — Piotr Machura 4 years ago
Raw specimen tuple is now a nested, private class.

It ensures that the from_raw method only processes valid tuples. Also a
stub of the decoding method has been created.
Next