{ "info": { "author": "Applied Brain Research", "author_email": "info@appliedbrainresearch.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: Free for non-commercial use", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "************\nNengo extras\n************\n\nExtra utilities and add-ons for Nengo.\n\nThis repository contains utilities that occupy\na liminal space not quite generic enough for inclusion in Nengo_,\nbut useful enough that they should be publicly accessible.\n\nSome of these utilities may eventually migrate to Nengo_,\nand others may be split off into their own separate repositories.\n\n.. _Nengo: https://github.com/nengo/nengo\n\nInstallation\n============\n\nTo install Nengo extras, we recommend using ``pip``.\n\n.. code:: bash\n\n pip install nengo-extras\n\nUsage\n=====\n\nExample notebooks can be found\nin the ``docs/examples`` directory.\n\nFor a listing of the contents of this repository,\nand information on how to use it,\nsee the `full documentation `_.\n\nDevelopment\n===========\n\nTo run the unit tests:\n\n.. code-block:: bash\n\n pytest nengo_extras [--plots]\n\nTo run the static checks:\n\n.. code-block:: bash\n\n .ci/static.sh run\n\nTo build the documentation:\n\n.. code-block:: bash\n\n sphinx-build docs docs/_build\n\n***************\nRelease history\n***************\n\n.. Changelog entries should follow this format:\n\n version (release date)\n ======================\n\n **section**\n\n - One-line description of change (link to Github issue/PR)\n\n.. Changes should be organized in one of several sections:\n\n - Added\n - Changed\n - Deprecated\n - Removed\n - Fixed\n\n0.3.0 (June 4, 2018)\n====================\n\n**Changed**\n\n- Submodules are no longer automatically imported into the\n ``nengo_extras`` namespace, as it can be difficult to install\n requirements for the various tools in Nengo Extras.\n (`#77 `_,\n `#78 `_)\n\n0.2.0 (May 31, 2018)\n====================\n\n**Added**\n\n- Added the association matrix learning rule (AML)\n to learn associations from cue vectors to target vectors\n in a one-shot fashion without catastrophic forgetting.\n (`#72 `_)\n- Added classes to convert Nengo models to GEXF for visualization with Gephi.\n (`#54 `_)\n- Added a ``Camera`` process to stream images from a camera to Nengo.\n (`#61 `_)\n\n0.1.0 (March 14, 2018)\n======================\n\nInitial release of Nengo Extras!\nTested with Nengo 2.7.0, but should work with earlier versions.\nIf you run into any issues, please\n`file a bug report `_.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nengo/nengo-extras", "keywords": "", "license": "Free for non-commercial use", "maintainer": "", "maintainer_email": "", "name": "nengo-extras", "package_url": "https://pypi.org/project/nengo-extras/", "platform": "", "project_url": "https://pypi.org/project/nengo-extras/", "project_urls": { "Homepage": "https://github.com/nengo/nengo-extras" }, "release_url": "https://pypi.org/project/nengo-extras/0.3.0/", "requires_dist": [ "nengo", "numpy (>=1.8)", "keras; extra == 'deepnetworks'", "scipy; extra == 'deepnetworks'", "theano; extra == 'deepnetworks'", "guzzle-sphinx-theme; extra == 'docs'", "jupyter; extra == 'docs'", "keras; extra == 'docs'", "matplotlib (>=1.4); extra == 'docs'", "matplotlib (>=1.4); extra == 'docs'", "nbsphinx; extra == 'docs'", "nbsphinx-link; extra == 'docs'", "numpydoc (>=0.6); extra == 'docs'", "pillow; extra == 'docs'", "scipy; extra == 'docs'", "sphinx (<1.7); extra == 'docs'", "theano; extra == 'docs'", "matplotlib (>=1.4); extra == 'plots'" ], "requires_python": "", "summary": "Lesser used features for the Nengo neural simulator", "version": "0.3.0" }, "last_serial": 3930409, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "bbf2ad09fe1ae482b1a70f3639ca8f64", "sha256": "6cbcac5ffd1fd682365189d1efbaf968645fce73cbece315c395d6a472dd17d1" }, "downloads": -1, "filename": "nengo_extras-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bbf2ad09fe1ae482b1a70f3639ca8f64", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 61626, "upload_time": "2018-03-14T14:43:17", "url": "https://files.pythonhosted.org/packages/b5/0c/ec23a0f57f1d11bbbf4a5aa02b0009e1e5049d2d86a85fbfb83426ac92ec/nengo_extras-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6eb92018c4cc1107813fa05937826de", "sha256": "fa2fd1ce9df79bdfc0d4be01a15ac6d9257c89615a985613f7fe1b2ab0dc9874" }, "downloads": -1, "filename": "nengo_extras-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c6eb92018c4cc1107813fa05937826de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59629, "upload_time": "2018-03-14T14:36:41", "url": "https://files.pythonhosted.org/packages/29/52/21ab4c013ccdf7fe0f5102b363d2afbbcf60da36f458ab9c6fff889b4127/nengo_extras-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "3a5401d443c4a487f45e6c6308018260", "sha256": "4fcb3b0c1b6747cb1d80f4dc7f9e8f105639b99bef6fae49cf14b57952b7e6b8" }, "downloads": -1, "filename": "nengo_extras-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a5401d443c4a487f45e6c6308018260", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 76429, "upload_time": "2018-05-31T21:05:23", "url": "https://files.pythonhosted.org/packages/fd/ac/b3799bf12eebcd133d8bbc747f9fc9594312d51136fb7695620b0471ff2a/nengo_extras-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cd05aacd169d75d4c2874bf128c3b85", "sha256": "617b1aaff663c8e5e8d5c25bd7d637967f2edcd9efc63f74ff2e54b6dd6fb2dd" }, "downloads": -1, "filename": "nengo-extras-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4cd05aacd169d75d4c2874bf128c3b85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80022, "upload_time": "2018-05-31T21:06:26", "url": "https://files.pythonhosted.org/packages/8b/25/bbc27e5476881d588d976faa2cd01611cac12d344e06d0db6c1854b920af/nengo-extras-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "364e32088a19b330475ec3fa86838cf2", "sha256": "91250fe97feb9e198a0308636497cb4a7d8e5f9af003b64ff6b5e1df5e634f8c" }, "downloads": -1, "filename": "nengo_extras-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "364e32088a19b330475ec3fa86838cf2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 76570, "upload_time": "2018-06-05T00:54:08", "url": "https://files.pythonhosted.org/packages/af/3d/eae1535ecf2059e1c6ec80a02e83d78b3151719b4a8b8d7c225587dba2fe/nengo_extras-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "62c1df7b0ec5fe91a67df01fcf744b9b", "sha256": "a19b30e94b82f1959b6e239203335101d2c40f1bfb02cd742d8e0c7405fa7f2f" }, "downloads": -1, "filename": "nengo-extras-0.3.0.tar.gz", "has_sig": false, "md5_digest": "62c1df7b0ec5fe91a67df01fcf744b9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79924, "upload_time": "2018-06-05T00:55:10", "url": "https://files.pythonhosted.org/packages/4f/21/f03473ad98bd4c46818f185966cd9cd9431a3cc34a41a8435ef67ebbec3d/nengo-extras-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "364e32088a19b330475ec3fa86838cf2", "sha256": "91250fe97feb9e198a0308636497cb4a7d8e5f9af003b64ff6b5e1df5e634f8c" }, "downloads": -1, "filename": "nengo_extras-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "364e32088a19b330475ec3fa86838cf2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 76570, "upload_time": "2018-06-05T00:54:08", "url": "https://files.pythonhosted.org/packages/af/3d/eae1535ecf2059e1c6ec80a02e83d78b3151719b4a8b8d7c225587dba2fe/nengo_extras-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "62c1df7b0ec5fe91a67df01fcf744b9b", "sha256": "a19b30e94b82f1959b6e239203335101d2c40f1bfb02cd742d8e0c7405fa7f2f" }, "downloads": -1, "filename": "nengo-extras-0.3.0.tar.gz", "has_sig": false, "md5_digest": "62c1df7b0ec5fe91a67df01fcf744b9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79924, "upload_time": "2018-06-05T00:55:10", "url": "https://files.pythonhosted.org/packages/4f/21/f03473ad98bd4c46818f185966cd9cd9431a3cc34a41a8435ef67ebbec3d/nengo-extras-0.3.0.tar.gz" } ] }