Version 1.7.0
vertcat.m Syntax Error Fix 2025-01-18Fixed vertcat.m syntax error that was blocking inputParser and all tests
๐ Features
- Fixed vertcat.m to delegate to builtin vertcat for non-table inputs
- Prevents table-specific vertcat from shadowing built-in function for cell arrays
- Fixed try-catch syntax: Changed endtry to end_try_catch for compatibility
- inputParser.m can now call vertcat with cell arrays without syntax errors
- All tests should now pass without vertcat syntax errors
- Added plans page to web interface with all strategic documents
- All previous v1.6 features included
๐ฅ Downloads
โ ๏ธ Installer files are being prepared. Please check back soon.
You can build from source using the instructions in BUILD.md
๐ Documentation
๐ง Installation
From Installer
- Download the appropriate installer for your platform
- Run the installer and follow the prompts
- Add Octave to your PATH if needed
From Source
./bootstrap
./configure --with-blas=openblas --with-lapack=openblas
make -j$(nproc)
sudo make install
๐งช Testing
Run the compatibility test suite:
cd test
octave --eval "run('matlab-compat/minimal-release.tst')"