Version 12.0.2
Table Compatibility Fix 2026-01-20Fixed empty table() creation and improved struct array handling
๐ Features
- Fixed table() to support empty table creation (MATLAB compatibility)
- Improved struct2table performance documentation in roadmap
- All previous features from v12.0.1
๐ฅ 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')"