From 8da1adb9274ca18c692c5e6be62224fef95c8108 Mon Sep 17 00:00:00 2001 From: Muhammad Yasirroni Date: Thu, 13 Jun 2024 07:19:15 +0700 Subject: [PATCH] deploy version 8 --- .github/workflows/publish.yml | 6 +++--- README.md | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f88b8bd..e6f48ca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,7 +58,7 @@ jobs: needs: build strategy: matrix: - matpower-version: ["7.0", "7.1"] + matpower-version: ["7.0", "7.1", "8.0"] runs-on: ubuntu-latest @@ -66,10 +66,10 @@ jobs: - name: Clone this repository uses: actions/checkout@v4 - - name: Set up Python 3.9 + - name: Set up Python 3.12 uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.12 cache: 'pip' cache-dependency-path: 'requirements-dev.txt' diff --git a/README.md b/README.md index 6e6a362..ea4b585 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # matpower-pip +[![PyPI version](https://badge.fury.io/py/matpower.svg)](https://pypi.org/project/matpower/) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/yasirroni/matpower-pip/blob/master/LICENSE) + matpower-pip: A Python Package for Easy Access to MATPOWER Power System Simulation Package -This package is inteded to make [MATPOWER](https://github.com/MATPOWER/matpower) installable from [`PyPI`](https://pypi.org/project/matpower/). We did not change anything from `MATPOWER` package, instead we use a copy of `MATPOWER` (currently Version `7.1`) and wrap it as `python package` published on PyPI. Use this package with [`mypower`](https://github.com/yasirroni/mypower) (the recommended way) or [`oct2py`](https://github.com/blink1073/oct2py) to run `MATPOWER` using octave client. `matlab.engine` is also supported. For the latest docs, read [README on GitHub](https://github.com/yasirroni/matpower-pip#readme). +This package is inteded to make [MATPOWER](https://github.com/MATPOWER/matpower) installable from [`PyPI`](https://pypi.org/project/matpower/). We did not change anything from `MATPOWER` package, instead we use a copy of `MATPOWER` (currently Version `8.0`) and wrap it as `python package` published on PyPI. Use this package with [`mypower`](https://github.com/yasirroni/mypower) (the recommended way) or [`oct2py`](https://github.com/blink1073/oct2py) to run `MATPOWER` using octave client. `matlab.engine` is also supported. For the latest docs, read [README on GitHub](https://github.com/yasirroni/matpower-pip#readme). This project also listed on [related links](https://matpower.org/related-links/) on matpower official website. Please visit that site to find other useful resources.