Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d39051

Browse files
Merge pull request wilsonrljr#119 from wilsonrljr/v0.3.3
V0.3.3
2 parents 8445d03 + 2f4a71b commit 5d39051

File tree

70 files changed

+12285
-1147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+12285
-1147
lines changed

‎.github/workflows/python-package.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

‎CHANGELOG‎

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ File for tracking changes in SysIdentPy
55
Changes in SysIdentPy
66
=====================
77

8+
v0.3.0
9+
------
10+
11+
CONTRIBUTORS
12+
~~~~~~~~~~~~
13+
14+
- wilsonrljr
15+
- gamcorn
16+
- Gabo-Tor
17+
18+
CHANGES
19+
~~~~~~~
20+
21+
- The update **v0.3.3** has been released with additional features, API changes and fixes.
22+
23+
- MAJOR: Multiobjective Framework: Affine Information Least Squares Algorithm (AILS)
24+
- Now you can use AILS to estimate parameters of NARMAX models (and variants) using a multiobjective approach.
25+
- AILS can be accessed using `from sysidentpy.multiobjective_parameter_estimation import AILS`
26+
- See the docs for a more in depth explanation of how to use AILS.
27+
- This feature is related to Issue #101. This work is the result of an undergraduate research conducted by Gabriel Bueno Leandro under the supervision of Samir Milani Martins and Wilson Rocha Lacerda Junior.
28+
29+
- API Change: `regressor_code` variable was renamed as `enconding` to avoid using the same name as the method in `narmax_tool` `regressor_code` method.
30+
31+
- DATASET: Added buck_id.csv and buck_valid.csv dataset to SysIdentPy repository.
32+
33+
- DOC: Add a Multiobjetive Parameter Optimization Notebook showing how to use the new AILS method
34+
35+
- DOC: Minor additions and grammar fixes.
36+
37+
838
v0.3.2
939
------
1040

‎docs/book/contents/index.html‎

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

‎docs/book/preface.md‎

Lines changed: 5 additions & 1 deletion

‎docs/book/preface/index.html‎

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

‎docs/book/preface/preface.md‎

Lines changed: 5 additions & 1 deletion

‎docs/changelog/changelog.md‎

Lines changed: 27 additions & 0 deletions

‎docs/changelog/changelog/changelog.md‎

Lines changed: 27 additions & 0 deletions

‎docs/changelog/changelog/index.html‎

Lines changed: 2183 additions & 12 deletions
Large diffs are not rendered by default.

‎docs/code/aols/index.html‎

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /