Skip to content

Releases: MathWorks-Teaching-Resources/Programming-Structuring-Code

v1.1.0

31 Oct 18:36
Compare
Choose a tag to compare

Maintenance for R2024b

  1. Update .gitattributes and .gitignore
  2. Update CI workflow files
  3. Rename all local functions we provide to be PascalCase while leaving
    some student-written functions in camelCase
  4. Add Solutions to InstructorResources and make sure Script and
    Solution version match
  5. 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
  6. Update the startup app, and update the project startup/shutdown
    process to match
  7. Update the SoftwareTests to be more standardized and write
    appropriate pre/post files to set up and tear down testing conditions
  8. Update the README.md with more precise Open in MATLAB Online links

v1.0.4

27 Jan 22:37
Compare
Choose a tag to compare

Update Onramp links

v1.0.3

08 Aug 21:04
Compare
Choose a tag to compare

Fix a reference to point to Navigation rather than NavigationOverview.

v1.0.2

08 Aug 19:04
Compare
Choose a tag to compare

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.

v1.0.1

04 Aug 20:54
Compare
Choose a tag to compare

This release includes cross-links to related courseware modules including:

  • Fundamentals of Programming
  • Programming: Organizing Data

v1.0.0

04 Aug 19:17
Compare
Choose a tag to compare

Initial release