Releases: MathWorks-Teaching-Resources/Numerical-Methods-with-Applications
Releases · MathWorks-Teaching-Resources/Numerical-Methods-with-Applications
v1.2.0
Maintenance for R2024b
- Update GitHub workflow with reports published as Pages
- Update .gitignore to support new workflow
- Add CollectData to Function Library rather than as local function to
aid in testing - Remove hard-coded colors in cnPDE and explicitPDE
- Include solutions in InstructorResources
- Update testing structures in SoftwareTests
- Minor updates to scripts
- Reorganize the project to start/stop the ProjectStartupApp
v1.1.1
v1.1.0
This release significantly updates the structure and includes a number of bug fixes, but does not add new content.
- The new structure offers better navigation, including a startup app, and an improved README.mlx and MainMenu.mlx.
- Added CI
- Added alt-text on equations
- Updated the code to add relevant features such as rich text tables and SeriesIndex="none" to handle dark theming in R2023b and later
- Fixed the bug in the data import script that resulted in incorrect longitude values in the TrackStorms script thanks to 晨辉 on File Exchange
- Updated the data collection interactions in MeasureLakeArea.mlx, but please let me know if you encounter challenges getting this to work in your version of MATLAB
v1.0.11
v1.0.10
v1.0.9
v1.0.8
v1.0.7
Improve the style and usage of the code in partialDiffEqs.mlx
-
The function cnPDEu0 is to be created by the user during interactions in partialDiffEqs.mlx. The included incomplete implementation of cnPDE.m, when completed per Exercise 5, can be copied to form the basis for cnPDEu0. The changed function signature is presented in Exercise 6.
-
The code that used to call cnPDEu0 for testing in Exercise 6 is commented out with instructions to uncomment once cnPDEu0 has been implemented.
v1.0.6
This release addresses two bugs in NumericalIntegration/measureLake.mlx
- All references to the order in which points are selected or traversed now indicate that the ordering is clockwise.
- Add better handling in the case of a simple model of a convex polygonal lake.