Luis Antunes
Luis Antunes
@szhorvat This is a great idea, and I agree that it would certainly be a very useful feature to have in the library. I won't be able to implement this...
Hi, thanks for the message! If I understand correctly, you'd like the update order to be dynamic, such that it would depend on the values of the cells as the...
Hi, The radius must be a whole number. CellPyLib doesn't support a radius like 1.5. The neighbourhood size will be 2r+1. So supported neighbourhood sizes are 3 (r=1), 5 (r=2),...
@blsqr Thanks for the suggestion. I agree that conda is a popular means by which Python libraries are managed, and I will look into adding the library to conda-forge for...
@sgbaird thanks for including me on this thread! There appears to be a lot interest in adding extended features support to CrabNet. I'd be happy to help where I can....
Perhaps the user should be given the option of using either the thread-per-asynchronous-request model, or the NIO-based model. Perhaps there may be scenarios where the thread-based model results in better...
The current broadcast-subscribe process with Simple can be improved. Instead of starting a new thread for each subscriber, and having that subscriber thread block on a queue of broadcasts, we...
There is an issue here, related to the fact that subscribe-broadcast setups can include every() and after().
Hi @sgbaird! I do plan to make a submission to Matbench related to SkipAtom. This is on my TODO list, and I hope to get to it shortly. Thanks for...
I will definitely reach out to you once I begin looking at the Matbench submission @sgbaird, thanks! That's a very interesting and useful study you put together, thanks for sharing!...