What's Changed
* superneuromat v1.0 by prasannadate in https://github.com/ORNL/superneuromat/pull/2
* STDP algorithm highly optimized
* Installation instructions updated
* Usage instructions updated
* Development instructions updated
New Contributors
* prasannadate made their first contribution in https://github.com/ORNL/superneuromat/pull/2
**Full Changelog**: https://github.com/ORNL/superneuromat/compare/v_02...v_1.0
v_02
Major updates
1. Changed the `enable_stdp` parameter in `create_synapse` method of `NeuromorphicModel` class to `stdp_enabled`
Minor updates
1. Updated TODO and feature requests in neuromorphicmodel.py
2. Updated docstrings
3. Updated installation instructions in README.md
**Full Changelog**: https://github.com/ORNL/superneuromat/compare/v_01...v_02
v_01
First release of SuperNeuroMAT, a matrix-based simulator for neuromorphic computing. SuperNeuroMAT is fast and scalable and intended to be used with CPUs only.