Skip to content

Commit 10109dc

Browse files
Ethem CanEthem Can
authored andcommitted
pre-release (v1.0.1) work
1 parent 83acdc5 commit 10109dc

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change Log
2+
3+
## 1.0.1 - 2018-12-04
4+
5+
- Various bug fixes
6+
- ONNX import and export support
7+
- Re-organization of examples

dlpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
''' SAS Deep Learning '''
2020

21-
__version__ = '1.0.1-dev'
21+
__version__ = '1.0.1'
2222
__dev__ = False
2323

2424
from dlpy.model import Model

doc/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ DLPy enables users to fetch the data from the back end (SAS Viya session) to the
5252
.. toctree::
5353
:maxdepth: 3
5454

55+
whatsnew
5556
install
5657
getting-started
5758
api

doc/source/whatsnew.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
.. Copyright SAS Institute
3+
4+
.. _whatsnew:
5+
6+
**********
7+
What's New
8+
**********
9+
10+
This document outlines features and improvements from each release.
11+
12+
v1.0.1 (December 4, 2018)
13+
==========================
14+
15+
- Various bug fixes
16+
- ONNX import and export support
17+
- Re-organization of examples

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_file(fname):
2929

3030
setup(
3131
name='sas-dlpy',
32-
version='1.0.1-dev',
32+
version='1.0.1',
3333
description='SAS Deep Learning Interface',
3434
long_description=get_file('README.md'),
3535
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)