diff --git a/docs/source/index.rst b/docs/source/index.rst index e93e127..310447f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,8 +20,10 @@ Contents Developer Documentation -Indices and tables -================== + Release Note + +Indices and Search +------------------ * :ref:`genindex` * :ref:`search` \ No newline at end of file diff --git a/docs/source/user/RELEASE.rst b/docs/source/user/RELEASE.rst new file mode 100644 index 0000000..6dc96ce --- /dev/null +++ b/docs/source/user/RELEASE.rst @@ -0,0 +1,30 @@ +.. RELEASE.rst + +.. _Release_Notes: + +Release Notes +============= + +.. note:: In Windows use [Alt]-[Cursor left] to return to the previous page + +.. toctree:: + :maxdepth: 1 + +Features +======== +Wheel, egg, and tar.gz files are available on `pypi `_. + +New in Version 0.8.1 +-------------------- +This is a point release to fix a build issue. The `sasdata.data_utils` package was omitted from setup.py causing an +import issue in a separate repository. + +New in Version 0.8 +------------------ +This release brings sasdata into parity with the matching `SasView `_ data +elements. With this release, the master branch will be locked and all changes will need to be made using pull requests. + +New in Version 0.7 +------------------ +This is the first official release of the sasdata package. This is a stand-alone package with the data +import/export/manipulation available through the `SasView `_ application. \ No newline at end of file