Skip to content

Commit 7c0502c

Browse files
authored
Merge pull request #162 from wilsonrljr/v0.5.3
update changelog for v0.5.3
2 parents 544d2dc + 95777ce commit 7c0502c

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changes in SysIdentPy
22

3+
## v0.5.3
4+
5+
### CONTRIBUTORS
6+
7+
- wilsonrljr
8+
9+
### CHANGES
10+
11+
IMPORTANT! This update addresses a bug related to the Bilinear basis function for models with more the 2 inputs. This release keep providing crucial groundwork for the future development of SysIdentPy, making easier to add new features and improve the code, setting the stage for a robust and feature-complete 1.0.0 release in the feature.
12+
13+
- **API Changes:**
14+
- Fix Bilinear basis function issue for models with more than 2 inputs. This fix the `get_max_xlag` method in `basis_function_base` and also fix how `combination_xlag` is created.
15+
316
## v0.5.2
417

518
### CONTRIBUTORS

docs/changelog/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ template: overrides/main.html
55

66
# Changes in SysIdentPy
77

8+
## v0.5.3
9+
10+
### CONTRIBUTORS
11+
12+
- wilsonrljr
13+
14+
### CHANGES
15+
16+
IMPORTANT! This update addresses a bug related to the Bilinear basis function for models with more the 2 inputs. This release keep providing crucial groundwork for the future development of SysIdentPy, making easier to add new features and improve the code, setting the stage for a robust and feature-complete 1.0.0 release in the feature.
17+
18+
- **API Changes:**
19+
- Fix Bilinear basis function issue for models with more than 2 inputs. This fix the `get_max_xlag` method in `basis_function_base` and also fix how `combination_xlag` is created.
20+
821
## v0.5.2
922

1023
### CONTRIBUTORS

sysidentpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)