Skip to content

Releases: MathWorks-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python

v2.1.0

31 Oct 18:35
Compare
Choose a tag to compare

Maintenance for R2024b and OpenWeather changes

  1. Update GitHub CI
  2. Update the .gitignore
  3. Make the images have more descriptive titles, and update the README
    accordingly
  4. Remove scripts and references to the OneCall 3.0 API since OpenWeather
    has discontinued that entirely
  5. Add InstructorResources with posted solutions

v2.0.0

22 Mar 18:33
Compare
Choose a tag to compare

The 2.0.0 version of this repository contains the following major changes:

  1. Support for the Run Python Live Task from File Exchange for R2023b and earlier as well as separate scripts supporting the Run Python Live Task in MATLAB for R2024a.
  2. Rewritten weather application to handle the changes to the OpenWeather API. Now, instead of creating a simple forecasting script in the Live Editor there are instructions for creating a MATLAB App using App Designer that will display a variety of information about the current weather in any location(s) chosen by the designer. The repository includes a sample solution following the instructions in the courseware module and a sample extension including more information, error handling, and dark/light theming.
  3. All equations and images have alt-text, as relevant.

v1.0.5

28 Apr 14:50
Compare
Choose a tag to compare

Fix a typographical error in sample code. The correct syntax is:
print(f"Pay ${tax:.2f}")

v1.0.4

27 Jan 22:43
Compare
Choose a tag to compare

Update Onramp links

v1.0.3

31 Aug 20:11
Compare
Choose a tag to compare

Improve the instructions for installing and using the Live Task in MATLAB Online. Also, reorganize the instructions to make it clearer when there is more than one way to accomplish the same goal being presented by using Pro Tips to highlight the command-line versions.

v1.0.2

31 Aug 19:06
Compare
Choose a tag to compare

Improve support for MATLAB Online

  1. Add "Open in MATLAB Online" links to the README.
  2. Add local functions that will properly set the python environment variables in MATLAB Online.

Note the requirement to use Python 3.8+ for the project

  1. Add modifications to improve the experience of users with Python 2.7 on MATLAB Desktop.
  2. Clarify that the OpenWeather API access script is written in Python3.8, so it will not work with Python 2.7.

v1.0.1

19 Aug 12:56
Compare
Choose a tag to compare

This is the fully-linked initial release of this courseware module.

v1.0.0

19 Aug 12:41
Compare
Choose a tag to compare

Initial release