Skip to content

Commit

Permalink
deploy version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Jun 13, 2024
1 parent fdd1001 commit 8da1adb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ jobs:
needs: build
strategy:
matrix:
matpower-version: ["7.0", "7.1"]
matpower-version: ["7.0", "7.1", "8.0"]

runs-on: ubuntu-latest

steps:
- 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'

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 8da1adb

Please sign in to comment.