About the DeLINEATE Toolbox   Download   Documentation   Contact/Contribute 

 

 

Current release

The current version is 0.4b, which is the fourth version to see a public release. Notable changes include complete documentation, a basic GUI, better loaders for .mat and .npy data files, and a few new output data types (a metadata type with info about the system/software, a trained model output type for Keras analyses in case you want to use your trained neural network for something other than DeLINEATE's built-in cross-validation, and an "all" output type that just gives you everything... or mostly everything, anyway). We also threw in a benchmark data generator, some demos for using the toolbox with Google Colab, and of course miscellaneous bug fixes and some compatibility fixes to make sure everything still works with recent updates to Keras.

We hope to have this project in active development so if you are Git-savvy, you may want to follow the repository on Bitbucket (below) for more frequent updates. But if you're not so into that, check back here for future semi-major releases.

Download a copy of version 0.4b here.

 

Previous releases

Version 0.3b was the third version to see a public release. Notable changes include making the toolbox work with non-zero-based labels (including strings or whatever else your heart desires), changing the misnamed "files" argument in DTData_helpers to "loader_params" ("files" will still work for now but will be increasingly discouraged), making a new output file type consisting of timestamps (named, you guessed it, "timestamps"), and adding output types for training/validation accuracy (named "training_acc" and "validation_acc"; "test_acc" has also been added as an alternative to "acc_summary" and may become the preferred nomenclature in the future). We have also done basic TensorFlow compatibility testing and confirmed that everything works as expected, so if you can get your Keras setup working with TensorFlow at all, you should be fine to use the DeLINEATE toolbox with no changes to your code or job files. Download a copy of version 0.3b here.

Version 0.2b was the second version to see a public release. Notable changes include an overhaul of how output is produced (including the creation of a new class, DTOutput), various and sundry updates to documentation and website (although neither are still 100% complete -- hoping for that in the next major release), the addition of a proper open-source license (MIT), and a handful of extremely small improvements or bug fixes that no one will ever notice or appreciate, most likely. Download a copy of version 0.2b here.

Version 0.1b was the first public release in kind of minimum-viable-product form. Download a copy of version 0.1b here.

 

Bitbucket repository

If you know how to use Git, or just want to suggest issues and such via the Bitbucket interface, go here.