merge stable to default
changed tests from state space to input-output model
update version number and news for default branch
allow discrete-time static-gain system (without tsam = -2)
merge stable into default
test bstmodred: more robust by only comparing unique results
update version and news for stable branch
fix build errors while installing in Octave 9
updated documentation of release preparation
merge stable to default
Here my checklist: Repository / Metadata release commit/changeset specified and present in repository generate_package_html / make html works without errors and warnings generated HTML documentation looks sane pkg-tool runs without errors or warnings pkg install control pkg load control pkg unload control pkg uninstall control Above steps were run on Octave and OS versions: Octave 6.2.0 & 8.0.91 Debian 11 Package tests ran pkg test control ran doctest Package files in release candidate tarball DESCRIPTION...
Control 3.5.0 release
Added tag control-3.5.0 for changeset 3b7594629e9b
merge release_preparation into stable
update test for discrete-time for static-gain systems
updated release dates und NEWS file
merge default into release_preparation
merge stable into default
isdt: treat static gain as ct due to missing sampling time
improve detection of static gain systems (bug #63661
backout 6ba12e9e1595 due to many side effects
isdt: treat static gain as ct due to missing sampling time
allow static gain in discrete-time (with tsam)
merge stable into default
* NEWS: update info for default branch
impulse response for systems with feedthrough (bug #62185)
allow mimo systems for impulse inv. discretization
* NEWS: update with latest changes
fix freq. vector for very small zeros or poles (bug #62186)
* acker.m: test number of desired poles (bug #62053)
* acker.m: revised help text and using k reflecting SISO
* acker.m: faster and compacter code
* NEWS: updates related to acker
update version number to development version
merge stable into default
* NEWS: Added section for current development in default branch
* NEWS: add section for pre-release development
@siko1056, thanks for testing. The input-output behavior - which is the relevant characteristic here - of the computed and expected system is the same. Therefore, the failed test can be ignored here. As in the other cases reported in bug #61205, future version of the control package will test for the input-output behavior only.
Thank you for the info about the failed test. This looks like another occurrence of the issues reported in bug #61205, where the different resulting state space representations still describe the same system as the expected one. Could you please repeat the test in verbose mode and post the resulting matrix Mo?
merge stable into default
updated information for creating a release
Control 3.4.0 release
rlocus: enlarge pole and zero markers
merge default into release_preparation
Backed out changeset 61509077e8ea
rlocusx: improve formatting of help text
prepare release of version 3.4.0
Added tag control-3.4.0 for changeset 8e2b85b02196
merge release_preparation into stable
fix errors showing up in new octave 7.0.91
* settings-dialog.ui: added line breaks to longer tool tips
* gui-preferences-sc.h: set default for preventing readline conflicts to false
Fixed typos before string freeze
* languages/de_DE.ts: updated German translation
* languages/*.ts: updated original text strings for translation
nl_NL.ts: translation update by Philip
* documentation-bookmarks.cc: fixed typo
hu_HU.ts: translation update by Óvári
make saving editor files more robust against failures while writing
debug step starts script if not already running in debug mode (bug #44728)
display history list in fixed-width font (bug #55872)
save & run action in editor now also continues in debug mode (bug #44730)
prevent unnamed editor tab from being closed by rmdir (bug #55888)
prevent unnamed editor tab from being closed by rmdir (bug #55888)
use user cache location for keyword lists for auto completion (bug #55855)
use standard location on each platform for gui preferences file (bug #55855)
* resource-manager.cc (ctor): test XDG_CONFIG_HOME before importing old gui settings
prevent editor from closing files that are not affected by rmdir (bug #55823)
remove additionally added breakpoint when stepping into a file (bug #44728)
automatic selection of foreground color in worspace view (bug #53995)
fix missing unlock of mutex when gui editor is not present (bug #56097)
fix missing unlock of mutex when gui editor is not present (bug #56097)
prevent editor from closing files that are not affected by rmdir (bug #55823)
use tab icon for indicating a modified editor file (bug #56158)
always use scroll buttons in case of too many tabs (bug #56158)
add a preference for the tab positions in the editor (bug #56158)
fix order of cut, copy paste actions in editor menu and toolbar (bug #56230)
fix enabled copy action in editor without selected text
fix size of the welcome wizard (bug #56265)
fix visibility of find dialog when editor is docked/undocked (bug #5)
wrap during search-while-typing in doc browser (bug #56216)
wrap while searching in doc browser
make editor toolbar, tabs and statusbar more comapct (bug #53902)
updated ts-files with strings of search widget in doc browser (bug #55772)
add workaround for missing editor tab close buttons on macos (bug #56158)
* documentation.cc (global_search): just return if query string is empty (bug #56388)
undo a complete replace all action in the editor (bug #56405)
fix editors search and replace in selection (bug #56405)
* m4/acinlcude.m4: remove test for QSciScintilla::findFirstInSelection
fix cursor position for editor smart indent after keyword (bug #56533)
fix auto-close feature in editor when using tabs for indentation (bug #56533)
disable editor actions in window menu when editor is not available (bug #56114)
fix using external editor when built without qscintilla (regression from ceb508ea92ee)
add missing url-schemes to external links in the documentation (bug #54547)
add file browser context menu for adding dirs to the path (bug #55623)
add file browser context menu for removing dirs from path (bug #55623)
prevent gui from catching focus when its desktop workspace becomes active
allow editing and showing help on selected text in console (bug #41276)
add a reload button to the gui path dialog
update path dialog if path is changed from withtin the file browser