- Jan 17, 2020
-
-
David Hendriks authored
added general run_system api binding, which will eventually replace the individual ones. this function runs a system, and depending on the input it will use a custom logging, a preloaded store, write log to file etc. I think it will be better to just write some if statements in a single function, and not have too many repeating code
-
David Hendriks authored
added directory that will contain test systems/evolutions which can be compared to a hardcoded output
-
David Hendriks authored
created file that will contain examples of logging lines/custom logging snippets for people to use as an inspiration
-
David Hendriks authored
added extra test files. there are new api functions im starting to put all of them into a test function now. later this will become a real unit test function
-
- Jan 14, 2020
-
-
David Hendriks authored
-
David Hendriks authored
Rewrote argument handling of population class, added export functions. Added python-c-bindings to return store and other small changes
-
David Hendriks authored
building population code. added some grid options, loading custom logging code now works (but not yet on runing the population tho)
-
- Jan 13, 2020
-
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
- Dec 18, 2019
-
-
David Hendriks authored
-
David Hendriks authored
-
- Dec 16, 2019
-
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
- Dec 12, 2019
-
-
David Hendriks authored
-
- Dec 11, 2019
-
-
David Hendriks authored
-
David Hendriks authored
created tet directory with start of test functions. also fixed small bugs and finished the help function
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
- Dec 10, 2019
-
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
- Dec 09, 2019
-
-
David Hendriks authored
-
- Nov 30, 2019
-
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
David Hendriks authored
-
- Nov 29, 2019
-
-
David Hendriks authored
-
- Nov 21, 2019
-
-
David Hendriks authored
Tried to fully package the core api but that seems like a very difficult endeavour, as passing the shared library via package_data is not enough. it complains about missing symbols, meaning that the other shared/linked stuff is not working anymore. it only works good if things are now loaded by adding this package to the PYTHONPATH atm. will do it later with pip, but thats gonna be some more work
-
David Hendriks authored
-
David Hendriks authored
restructured the directories containing function. need to put binarycpython.api which will contain the binarycapi
-
David Hendriks authored
-
- Nov 20, 2019
-
-
David Hendriks authored
-
David Hendriks authored
-