Merge pull request #8 from TuringWorks/master#9
Merged
Conversation
sync dev with master
- Reorganize test suite: move passing tests from tests_failing to tests_passing - Separate unsupported features into tests_unsupported directory - Enhance graphics capabilities with expanded CONTOUR, SURFACE, and SHADE_SURF implementations - Add comprehensive math functions (LINSPACE, LOGSPACE, MESHGRID, etc.) - Improve GUI implementation with better state management and error handling - Extend array operations and system utilities in stdlib - Update parser to handle additional language constructs - Clean up examples by removing trailing newlines - Fix clippy warnings for code quality and idiomatic Rust usage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Reorganize tests: rename tests_passing to tests_working for clarity - Clean up examples_output directory (remove all test output files) - Remove temporary files (.tmp, .bak, .bak2 files) - Remove broken test files from tests directory - Update documentation in README files - Delete obsolete scatter_demo.xdl and image_index.txt - Clean up viz3d_showcase.xdl formatting This commit significantly reduces repository size by removing generated output files and consolidates the test organization structure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
… transpiler - Fix binary operations to preserve MultiDimArray shape (evaluator.rs) * Added MultiDimArray × MultiDimArray operations * Added MultiDimArray × scalar operations * All arithmetic operations now maintain 2D/3D array structure - Update math functions to support MultiDimArray (math.rs) * Updated exp(), sqrt(), sin(), cos() to preserve shape * Element-wise operations work correctly on multi-dimensional arrays - Complete MATLAB transpiler integration (CLI) * Auto-detect and transpile .m files in CLI * Added C-style // comment support to MATLAB lexer * Uncommented SURFACE call in surf() handler - Add MATLAB compatibility layer (matlab_compat.rs) * New module with MATLAB-specific functions - Test: Add 3D surface plot example (06_3d_surface_plot.m) * Demonstrates meshgrid → SURFACE workflow * Successfully generates 3D surface plots 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…ests - Add comprehensive MATLAB plotting examples * matlab_comprehensive.m - Full featured plotting demos * matlab_plot_simple.m, matlab_plot_array.m, matlab_plot_multiple.m * 00_test_output.m, 05_plotting_multiple_lines.m - Enhance charting test files * test_echarts_contour.xdl - ECharts contour testing * test_gui_output.m/.xdl - GUI output verification * test_matlab_basic.m - Basic MATLAB functionality tests * test_range_with_arithmetic.m - Range operations - Update GUI and image window * Enhanced GUI window management (gui.rs) * Improved image window handling (image_window.rs) * Updated GUI dependencies (Cargo.toml) - Expand MATLAB function mapping * Additional function mappings in function_map.rs - Update documentation * README.md and docs/index.md improvements 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
updated documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sync dev with master