Releases: MathWorks-Teaching-Resources/Programming-Structuring-Code
Releases · MathWorks-Teaching-Resources/Programming-Structuring-Code
v1.1.0
Maintenance for R2024b
- Update .gitattributes and .gitignore
- Update CI workflow files
- Rename all local functions we provide to be PascalCase while leaving
some student-written functions in camelCase - Add Solutions to InstructorResources and make sure Script and
Solution version match - Move some functions to a better location in the file per MATLAB
language changes in R2024a to allow local functions to be defined in
more places - Update the startup app, and update the project startup/shutdown
process to match - Update the SoftwareTests to be more standardized and write
appropriate pre/post files to set up and tear down testing conditions - Update the README.md with more precise Open in MATLAB Online links
v1.0.4
v1.0.3
v1.0.2
Add a live script Navigation file that can be used in MATLAB Online rather than the html Overview file that is used with MATLAB Desktop, and adjust the "Return to navigation" links to run OpenOverview. This should provide a better experience in both MATLAB Online and MATLAB Desktop.