Skip to content

Commit

Permalink
Merge pull request BYU-PRISM#47 from BYU-PRISM/SysID-v1.0.1
Browse files Browse the repository at this point in the history
SysID v1.0.1
  • Loading branch information
imanbabaei authored Apr 19, 2023
2 parents b0f9672 + 93fe8dd commit 2ed2358
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ run `developer_notebook.ipynb` notebook there.

# Changelog

## v1.0.1
- Notebook extensions and requirements update

## v1.0.0
- Minor improvements
- Empty worksheet warning
Expand Down Expand Up @@ -270,15 +273,14 @@ run `developer_notebook.ipynb` notebook there.

## v0.0.6

- Installation made easier.

- Installation made easier
- N4SID method was removed temporarily.



# Support

Code related issues (e.g. bugs, feature requests) can be created in the
Code-related issues (e.g. bugs, feature requests) can be created in the
[issue tracker](https://github.com/BYU-PRISM/Seeq/issues)


Expand All @@ -287,7 +289,7 @@ Code related issues (e.g. bugs, feature requests) can be created in the
Please cite this work as:

```shell
seeq-sysid v0.6.1
seeq-sysid v1.0.1
BYU PRISM Group https://apm.byu.edu/prism/
https://github.com/BYU-PRISM/Seeq
```
10 changes: 6 additions & 4 deletions SysID Addon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ run `developer_notebook.ipynb` notebook there.

# Changelog

## v1.0.1
- Notebook extensions and requirements update

## v1.0.0
- Minor improvements
- Empty worksheet warning
Expand Down Expand Up @@ -270,15 +273,14 @@ run `developer_notebook.ipynb` notebook there.

## v0.0.6

- Installation made easier.

- Installation made easier
- N4SID method was removed temporarily.



# Support

Code related issues (e.g. bugs, feature requests) can be created in the
Code-related issues (e.g. bugs, feature requests) can be created in the
[issue tracker](https://github.com/BYU-PRISM/Seeq/issues)


Expand All @@ -287,7 +289,7 @@ Code related issues (e.g. bugs, feature requests) can be created in the
Please cite this work as:

```shell
seeq-sysid v0.6.1
seeq-sysid v1.0.1
BYU PRISM Group https://apm.byu.edu/prism/
https://github.com/BYU-PRISM/Seeq
```
2 changes: 1 addition & 1 deletion SysID Addon/seeq_sysid/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from ._copy import copy
import seeq

NB_EXTENSIONS = ['widgetsnbextension', 'plotlywidget', 'ipyvuetify', 'ipyvue']
NB_EXTENSIONS = ['widgetsnbextension', 'ipyvuetify', 'ipyvue']
DEPLOYMENT_FOLDER = 'deployment'
SYSID_NOTEBOOK = "sysid_notebook.ipynb"
DEFAULT_GROUP = ['Everyone']
Expand Down
2 changes: 1 addition & 1 deletion SysID Addon/seeq_sysid/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.1'
6 changes: 3 additions & 3 deletions SysID Addon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='seeq_sysid',
version='1.0.0',
version='1.0.1',
packages=find_packages(),
url='https://github.com/BYU-PRISM/Seeq',
license='MIT',
Expand All @@ -18,8 +18,8 @@
'ipyvuetify>=1.5.1',
'gekko>=1.0.6',
'numpy',
'pandas>=1.2.1',
'plotly>=4.5.0',
'pandas<2.0.0,>=1.2.1',
'plotly>=5.10.0',
'python-dateutil>=2.8.1',
'tensorflow>=2.5',
'keras-tuner==1.0.4',
Expand Down

0 comments on commit 2ed2358

Please sign in to comment.