File tree Expand file tree Collapse file tree 5 files changed +27
-2
lines changed
Expand file tree Collapse file tree 5 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1818
1919''' SAS Deep Learning '''
2020
21- __version__ = '1.0.1-dev '
21+ __version__ = '1.0.1'
2222__dev__ = False
2323
2424from dlpy .model import Model
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def get_file(fname):
2929
3030setup (
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' ,
You can’t perform that action at this time.
0 commit comments