Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ A Linux install script is provided at [linux_conda_install.sh](devtools/linux_co

0. copy a conda env spec file like [unix.yaml](devtools/conda-envs/unix.yaml). Customize python version, environment name, etc.

https://github.com/MOSSLab-MIT/PandaModelsBackend/blob/aebe1775303c24ad74eeed20643650ad534afdc4/devtools/linux_conda_install.sh#L16-L58
https://github.com/MOSSLab-MIT/PandaModelsBackend/blob/7957d082059d4c48554021150599809222f32e5d/devtools/linux_conda_install.sh#L17-L59

-----

Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,17 @@
trim class after inheriting from PandaPowerBackend instead of generic Backend.
Incorporated upstream changes from dev_1.11.0 (as of 31 Mar); previously
based off master/v1.10.5.


## v0.2.0 / 2025-04-02

#### Enhancements
* [\#7] (https://github.com/MOSSLab-MIT/PandaModelsBackend/pull/7) Maint --
added installer script and simplify GHA testing.
* [\#10] (https://github.com/MOSSLab-MIT/PandaModelsBackend/pull/10) Maint --
change GitHub organization owner for repo and links within.
* [\#11] (https://github.com/MOSSLab-MIT/PandaModelsBackend/pull/11) Maint --
added changelog, constrain to grid2op v1.10.


## v0.1.4 / 2025-03-24
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"pandas",
"pandapower<3.0",
# packaging?
"grid2op",
"grid2op<1.11",
]

[project.urls]
Expand Down
Loading