Skip to content

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

v1.2.1

Choose a tag to compare

@eszmw eszmw released this 10 Oct 13:28

Maintenance for R2025b

  • Update to new startup app
  • Improve ci.yml
  • Standardize project details
  • Remove reference to emailing for solutions in README as the solutions
    are included in Instructor Resources
  • Update identity as the MathWorks Educator Content Development team

v1.2.0

Choose a tag to compare

@eszmw eszmw released this 31 Oct 18:55

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

Choose a tag to compare

@eszmw eszmw released this 23 May 17:51
  • Add information about how to contribute to this repository.

v1.1.0

Choose a tag to compare

@eszmw eszmw released this 22 May 14:07

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

Choose a tag to compare

@eszmw eszmw released this 10 Apr 16:12

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

Choose a tag to compare

@eszmw eszmw released this 21 Mar 21:19

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

Choose a tag to compare

@eszmw eszmw released this 21 Mar 18:45

Fix an incorrect link in Startup.m

Add tests

v1.0.8

Choose a tag to compare

@eszmw eszmw released this 27 Jan 21:39

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

Choose a tag to compare

@eszmw eszmw released this 01 Nov 14:19

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

Choose a tag to compare

@eszmw eszmw released this 01 Nov 01:06

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.