Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Release 0.3: Multiple Backend Support, Bug Fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexjc alexjc released this 24 Jun 21:16
· 172 commits to master since this release

The third official release of scikit-neuralnetwork — version 0.3 — is available on PYPI from the following URL:
https://pypi.python.org/pypi/scikit-neuralnetwork

Or simply type this to install the latest version directly from the command-line with pip:

pip install scikit-neuralnetwork

This release mainly features a refactor to support multiple backend neural network implementations, and a variety of minor fixes for pylearn2. In particular: #64, #66, #67, #71, #72, #73, #75, #78, #83, #85, #86, #89, #90.

Consult the documentation for more information:
http://scikit-neuralnetwork.readthedocs.org/en/stable/

The release file is attached here for reference too.