Version 0.1.32¶
This release includes an important bug fix to prevent data loss during concurrent matrix cell updates, ensuring more reliable and consistent behavior when multiple operations occur simultaneously.
New Features¶
- No new features were added in this release.
Bug Fixes¶
- Prevent matrix cell data loss during concurrent fills by re-reading node state before writing updates, avoiding race conditions where parallel operations could overwrite each other. Includes tests demonstrating the issue and verifying the fix. (a95a26) (Eric Ma)
Deprecations¶
- No deprecations in this release.