Version 1.10.0
Infinite Recursion Fix 2025-01-18Fixed infinite recursion in dynamicprops subsasgn/subsref methods
๐ Features
- Fixed infinite recursion in @dynamicprops/dynamicprops.m subsref method
- Fixed infinite recursion in @dynamicprops/dynamicprops.m subsasgn method
- Use builtin() to access DynamicProperties without triggering method calls
- Prevents max_recursion_depth exceeded errors
- All tests should now pass without recursion errors
- Dynamic properties access and assignment now work correctly
- All previous v1.9 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')"