Skip to content

Commit 9f6ff99

Browse files
authored
Merge pull request #41 from oujago/develop
version 0.3.0
2 parents 3294202 + d859fdc commit 9f6ff99

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ Changelog
22
---------
33

44

5+
0.3.0 (2017-06-15)
6+
~~~~~~~~~~~~~~~~~~
7+
8+
Version 0.3.0.
9+
10+
* Add chatbot application.
11+
* Add more examples.
12+
* Support LSTM.
13+
* Support GRU.
14+
515

616
0.2.5 (2017-05-30)
717
~~~~~~~~~~~~~~~~~~

README.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,17 @@
3232
:target: https://github.com/oujago/NumpyDL
3333

3434

35-
NumpyDL
36-
=======
35+
NumpyDL: Numpy Deep Learning Library
36+
====================================
3737

3838
Descriptions
3939
============
4040

4141
``NumpyDL`` is:
4242

43-
1. Deep Learning Library
44-
2. Based on Pure Numpy/Python
45-
3. For Education
46-
4. And for My Homework
43+
1. For My Homework
44+
2. For Education
45+
3. Based on Pure Numpy/Python
4746

4847

4948
Features

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,12 @@
3636
description="Deep Learning Library based on pure Numpy",
3737
long_description="\n\n".join([README, CHANGES]),
3838
classifiers=[
39-
"Development Status :: 0 - Alpha",
4039
"Intended Audience :: Developers",
4140
"Intended Audience :: Science/Research",
4241
"License :: OSI Approved :: MIT License",
43-
"Programming Language :: Python :: 3",
42+
"Programming Language :: Python :: 3.6",
4443
"Programming Language :: Python :: 3.5",
4544
"Topic :: Scientific/Engineering :: Artificial Intelligence",
46-
"Topic :: Scientific/Engineering :: Deep Learning",
47-
"Topic :: Scientific/Engineering :: Neural Network",
4845
],
4946
keywords="deep learning library",
5047
license='MIT',

0 commit comments

Comments
 (0)