Skip to content

Commit

Permalink
Merge pull request #41 from oujago/develop
Browse files Browse the repository at this point in the history
version 0.3.0
  • Loading branch information
oujago authored Jun 13, 2017
2 parents 3294202 + d859fdc commit 9f6ff99
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Changelog
---------


0.3.0 (2017-06-15)
~~~~~~~~~~~~~~~~~~

Version 0.3.0.

* Add chatbot application.
* Add more examples.
* Support LSTM.
* Support GRU.


0.2.5 (2017-05-30)
~~~~~~~~~~~~~~~~~~
Expand Down
11 changes: 5 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,17 @@
:target: https://github.com/oujago/NumpyDL


NumpyDL
=======
NumpyDL: Numpy Deep Learning Library
====================================

Descriptions
============

``NumpyDL`` is:

1. Deep Learning Library
2. Based on Pure Numpy/Python
3. For Education
4. And for My Homework
1. For My Homework
2. For Education
3. Based on Pure Numpy/Python


Features
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@
description="Deep Learning Library based on pure Numpy",
long_description="\n\n".join([README, CHANGES]),
classifiers=[
"Development Status :: 0 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.5",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Deep Learning",
"Topic :: Scientific/Engineering :: Neural Network",
],
keywords="deep learning library",
license='MIT',
Expand Down

0 comments on commit 9f6ff99

Please sign in to comment.