From 160581a5b688dd535866f49d86b3e46f722022f5 Mon Sep 17 00:00:00 2001 From: Alex Jose <48287331+alexj0se@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:04:11 -0500 Subject: [PATCH 1/3] Add workflow for 24b (#47) --- .../workflows/{qualify_24a.yml => qualify_24b.yml} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename .github/workflows/{qualify_24a.yml => qualify_24b.yml} (76%) diff --git a/.github/workflows/qualify_24a.yml b/.github/workflows/qualify_24b.yml similarity index 76% rename from .github/workflows/qualify_24a.yml rename to .github/workflows/qualify_24b.yml index 1f4d2f1..5210ca6 100644 --- a/.github/workflows/qualify_24a.yml +++ b/.github/workflows/qualify_24b.yml @@ -1,15 +1,15 @@ -# Run tInstall on Ubuntu against python versions 3.11, 3.10 and 3.9 +# Run tInstall on Ubuntu against python versions 3.12, 3.11, 3.10 and 3.9 -name: Test R2024a +name: Test R2024b on: push: branches: - - R2024a + - R2024b pull_request: branches: - - R2024a + - R2024b # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -21,7 +21,7 @@ jobs: test-python-engine: strategy: matrix: - python: ["3.11", "3.10", "3.9"] + python: ["3.12", "3.11", "3.10", "3.9"] runs-on: ubuntu-latest @@ -34,7 +34,7 @@ jobs: - name: Set up MATLAB uses: matlab-actions/setup-matlab@v2 with: - release: R2024a + release: R2024b - uses: actions/checkout@v3 From 2ded919b19a01b6610825feef8e83d7b25e73fcb Mon Sep 17 00:00:00 2001 From: AlanF-MW <103284994+alanfmw@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:45:17 -0500 Subject: [PATCH 2/3] removed patch number from suggested commands in readme --- README.md | 6 +++--- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 77528b7..e7ac5f1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The MATLAB® Engine API for Python® provides a package to integrate MATLA MATLAB Engine API for Python can be installed directly from the Python Package Index. ```bash -$ python -m pip install matlabengine==24.2.1 +$ python -m pip install matlabengine==24.2 ``` @@ -46,7 +46,7 @@ setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/bin/glnxa64 MATLAB Engine API for Python can be installed directly from the Python Package Index. ```bash -$ python -m pip install matlabengine==24.2.1 +$ python -m pip install matlabengine==24.2 ``` ### macOS @@ -70,7 +70,7 @@ setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:/bin/maci64 MATLAB Engine API for Python can be installed directly from the Python Package Index. ```bash -$ python -m pip install matlabengine==24.2.1 +$ python -m pip install matlabengine==24.2 ``` --- diff --git a/setup.py b/setup.py index a406232..12f301f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class _MatlabFinder(build_py): MATLAB_REL = 'R2024b' # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) - MATLAB_VER = '24.2.1' + MATLAB_VER = '24.2.2' # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) SUPPORTED_PYTHON_VERSIONS = set(['3.9', '3.10', '3.11', '3.12']) @@ -417,7 +417,7 @@ def run(self): setup( name="matlabengine", # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) - version="24.2.1", + version="24.2.2", description='A module to call MATLAB from Python', author='MathWorks', license="LICENSE.txt, located in this repository", From 16e245e0ec75e81bdfa1a9bc889ee8110c39ef21 Mon Sep 17 00:00:00 2001 From: AlanF-MW <103284994+alanfmw@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:34:36 -0500 Subject: [PATCH 3/3] returned to listing three-part version number in documentation --- README.md | 6 +++--- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e7ac5f1..3e5c2b2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The MATLAB® Engine API for Python® provides a package to integrate MATLA MATLAB Engine API for Python can be installed directly from the Python Package Index. ```bash -$ python -m pip install matlabengine==24.2 +$ python -m pip install matlabengine==24.2.3 ``` @@ -46,7 +46,7 @@ setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/bin/glnxa64 MATLAB Engine API for Python can be installed directly from the Python Package Index. ```bash -$ python -m pip install matlabengine==24.2 +$ python -m pip install matlabengine==24.2.3 ``` ### macOS @@ -70,7 +70,7 @@ setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:/bin/maci64 MATLAB Engine API for Python can be installed directly from the Python Package Index. ```bash -$ python -m pip install matlabengine==24.2 +$ python -m pip install matlabengine==24.2.3 ``` --- diff --git a/setup.py b/setup.py index 12f301f..2f9b968 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class _MatlabFinder(build_py): MATLAB_REL = 'R2024b' # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) - MATLAB_VER = '24.2.2' + MATLAB_VER = '24.2.3' # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) SUPPORTED_PYTHON_VERSIONS = set(['3.9', '3.10', '3.11', '3.12']) @@ -417,7 +417,7 @@ def run(self): setup( name="matlabengine", # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) - version="24.2.2", + version="24.2.3", description='A module to call MATLAB from Python', author='MathWorks', license="LICENSE.txt, located in this repository",