Added ability for tests to test with a real model file, testing loading and others.
0.3.10
Tests have been added. they require the pytest module to be installed, but in regular use no modules are needed. added ruff for static code analysis in github actions. changed the mnn file format to be python pickle files, instead of a custom solution.
0.3.9
when first migrated to setuptools it didn't work, now it does
0.3.6
do not use v_0.3.0 use this
0.3.0
added csvtils submodule w/ csvtils.csvdata class used for data storage/ convert to dataset with csvtils.csvdata.gen_data csvtils.csvreader pass in csv filename + optional delimiter to class creation run csvtils.csvreader.read to get csvdata class from csv file