Version v0.1.103¶
This release improves Excel and Prism file ingestion for the /code feature, enhances end-to-end test stability by ensuring the app is fully ready before running modal tests, and updates dependencies for better reliability.
New Features¶
- Added support for uploading Excel (.xlsx, .xls) and GraphPad Prism (.pzfx) files, creating one node per sheet or table. Introduced new node types EXCEL and PRISM with csvData for Pyodide, allowing /code and Analyze features to work with these formats like CSV. Improved PZFX parser accuracy and updated documentation and tests accordingly (68f39b) (Eric Ma)
Bug Fixes¶
- Fixed end-to-end tests for help and settings modals by waiting for the app to be fully initialized before clicking modal buttons, ensuring event handlers are attached and tests pass reliably in CI (26c459) (Eric Ma)
- Improved E2E test stability by deferring SheetJS loading to avoid blocking initial page load, adding friendly error handling if XLSX library is still loading, and waiting for the chat input to be visible before running tests (2e78e5) (Eric Ma)
Deprecations¶
- No deprecations in this release.