Commits · master
automatica
Browse files
Jul 01, 2023
Merge branch 'development' for release
· e25e9bc9
daingun
authored
Jul 01, 2023
View commit e25e9bc9
2 tags
e25e9bc9
Correct spelling
· bc156b87
daingun
authored
Jul 01, 2023
bc156b87
Correct path for tarpaulin report
· 184d56c5
daingun
authored
Jul 01, 2023
184d56c5
Correct tarpaulin download and try use alpine linux
· ac75f99f
daingun
authored
Jul 01, 2023
ac75f99f
Revert "Apply clippy linting"
· 2d256624
daingun
authored
Jul 01, 2023
2d256624
Update changelogs
· 2e571232
daingun
authored
Jul 01, 2023
2e571232
Apply clippy linting
· 5d21cc59
daingun
authored
Jul 01, 2023
5d21cc59
Add minimum rust version in the Cargo.toml file
· 51cb5e33
daingun
authored
Jul 01, 2023
51cb5e33
Update dependencies
· 77043179
daingun
authored
Jul 01, 2023
77043179
Jan 14, 2023
Remove "external crate" declaration
· 6f40bc93
daingun
authored
Jan 14, 2023
6f40bc93
Remove custom eigenvalue calculation for 2 by 2 matrix
· c18268db
daingun
authored
Jan 14, 2023
c18268db
Jan 11, 2023
Update html documentation
· f45bbb48
daingun
authored
Jan 12, 2023
f45bbb48
Update copyright year
· 6b39044d
daingun
authored
Jan 12, 2023
6b39044d
Jan 08, 2023
Update dependencies versions
· 4a68b71c
daingun
authored
Jan 08, 2023
4a68b71c
Run CI packageing step manually to avoid errors during development
· dbaacd28
daingun
authored
Jan 08, 2023
dbaacd28
Jan 07, 2023
Update automatica crate version
· b63359f5
daingun
authored
Jan 07, 2023
b63359f5
Update polynomen crate version
· 4a7cf44b
daingun
authored
Jan 07, 2023
4a7cf44b
Merge branch 'eigenvectors' into development
· e963ff01
daingun
authored
Jan 07, 2023
e963ff01
Jan 03, 2023
Allow strict float comparison
· ba9e983d
daingun
authored
Jan 03, 2023
ba9e983d
Add a limit to iteration to avoid infinite loop
· d4ac5f70
daingun
authored
Jan 03, 2023
d4ac5f70
Dec 24, 2022
Add test for balancing matrices
· aee4c863
daingun
authored
Dec 24, 2022
aee4c863
Correct balancing algorithm
· 8a681322
daingun
authored
Dec 24, 2022
8a681322
Dec 22, 2022
Apply clippy linting
· 6ea6e5a0
daingun
authored
Dec 23, 2022
6ea6e5a0
Refactor eigenvalues decomposition for roots finding tests
· 957d8e10
daingun
authored
Dec 22, 2022
957d8e10
Dec 21, 2022
Add timings to polynomial roots calculation
· a228d88b
daingun
authored
Dec 22, 2022
a228d88b
Improve eigenvalue code
· fdd13210
daingun
authored
Dec 21, 2022
fdd13210
Apply clippy linting
· 1b516fce
daingun
authored
Dec 21, 2022
1b516fce
Dec 14, 2022
Update changelog
· 64fa9317
daingun
authored
Dec 15, 2022
64fa9317
Dec 13, 2022
Update automatica crate documentation
· c7dc64f5
daingun
authored
Dec 14, 2022
c7dc64f5
Remove specific trait implementation for f32 and f64
· 5a012ce3
daingun
authored
Dec 13, 2022
5a012ce3
Dec 12, 2022
Update documentation for polynomial library
· adbd11f7
daingun
authored
Dec 12, 2022
adbd11f7
Dec 11, 2022
Balance the matrix for eigenvalue decomposition
· cbae7276
daingun
authored
Dec 11, 2022
cbae7276
Dec 10, 2022
Implement eigenvalue calculation in polynomen crate
· c59863d8
daingun
authored
Dec 10, 2022
c59863d8
Update dependencies int the automatica documentation
· de2d9864
daingun
authored
Dec 10, 2022
de2d9864
Dec 05, 2022
Apply clippy linting
· 97e5d611
daingun
authored
Dec 05, 2022
97e5d611
Dec 02, 2022
Remove nalgebra as a dependency of the crate
· 03feabd5
daingun
authored
Dec 02, 2022
03feabd5
Remove nalgebra code from the library
· c46ecaab
daingun
authored
Dec 02, 2022
c46ecaab
Add a test to check for possible endless loops
· 3a274f8c
daingun
authored
Dec 02, 2022
3a274f8c
Dec 01, 2022
Refactor and add documentation to the module
· cd83b60d
daingun
authored
Dec 02, 2022
cd83b60d
Make code generic
· 9de9ce3a
daingun
authored
Dec 01, 2022
9de9ce3a
Loading