Skip to content

Commit cb5f9f5

Browse files
authored
prep for v0.2 (#11)
* prep for v0.2 * steadier commit
1 parent 7957d08 commit cb5f9f5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ A Linux install script is provided at [linux_conda_install.sh](devtools/linux_co
7878

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

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

8383
-----
8484

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,17 @@
3535
trim class after inheriting from PandaPowerBackend instead of generic Backend.
3636
Incorporated upstream changes from dev_1.11.0 (as of 31 Mar); previously
3737
based off master/v1.10.5.
38+
39+
40+
## v0.2.0 / 2025-04-02
41+
42+
#### Enhancements
43+
* [\#7] (https://github.com/MOSSLab-MIT/PandaModelsBackend/pull/7) Maint --
44+
added installer script and simplify GHA testing.
3845
* [\#10] (https://github.com/MOSSLab-MIT/PandaModelsBackend/pull/10) Maint --
3946
change GitHub organization owner for repo and links within.
47+
* [\#11] (https://github.com/MOSSLab-MIT/PandaModelsBackend/pull/11) Maint --
48+
added changelog, constrain to grid2op v1.10.
4049

4150

4251
## v0.1.4 / 2025-03-24

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"pandas",
2424
"pandapower<3.0",
2525
# packaging?
26-
"grid2op",
26+
"grid2op<1.11",
2727
]
2828

2929
[project.urls]

0 commit comments

Comments
 (0)