Skip to content

Releases: MathWorks-Teaching-Resources/Numerical-Methods-with-Applications

v1.2.0

31 Oct 18:55
Compare
Choose a tag to compare

Maintenance for R2024b

  1. Update GitHub workflow with reports published as Pages
  2. Update .gitignore to support new workflow
  3. Add CollectData to Function Library rather than as local function to
    aid in testing
  4. Remove hard-coded colors in cnPDE and explicitPDE
  5. Include solutions in InstructorResources
  6. Update testing structures in SoftwareTests
  7. Minor updates to scripts
  8. Reorganize the project to start/stop the ProjectStartupApp

v1.1.1

23 May 17:51
Compare
Choose a tag to compare
  • Add information about how to contribute to this repository.

v1.1.0

22 May 14:07
Compare
Choose a tag to compare

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

10 Apr 16:12
Compare
Choose a tag to compare

In interpolation.mlx:
Fix the readtable("SolarPowerGeneration.csv") to readtable("SolarPowerGeneration.csv","DateLocale","en_US") to avoid localization problems with the date getting parsed incorrectly.

v1.0.10

21 Mar 21:19
Compare
Choose a tag to compare

Fix the loadStormData script to work properly on all operating systems.

Remove the references to Overview.html.

Clean up the project files by removing unused files.

v1.0.9

21 Mar 18:45
Compare
Choose a tag to compare

Fix an incorrect link in Startup.m

Add tests

v1.0.8

27 Jan 21:39
Compare
Choose a tag to compare

Update links

  1. Fix two broken relative links in approximatingDerivatives.mlx that should link to numericalIntegration.mlx and partialDiffEqs.mlx
  2. Update links to Onramps

v1.0.7

01 Nov 14:19
Compare
Choose a tag to compare

Improve the style and usage of the code in partialDiffEqs.mlx

  1. 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.

  2. 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

01 Nov 01:06
Compare
Choose a tag to compare

This release addresses two bugs in NumericalIntegration/measureLake.mlx

  1. All references to the order in which points are selected or traversed now indicate that the ordering is clockwise.
  2. Add better handling in the case of a simple model of a convex polygonal lake.

v1.0.5

26 Aug 13:57
Compare
Choose a tag to compare

Fix OpenOverview.m to open Navigation.mlx, when required, and add Startup.m to the startup path for the project.