Skip to content

Commit aff21c6

Browse files
committed
changelog for v0.1.1 tag
1 parent f288313 commit aff21c6

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PandaModelsBackend provides a high-fidelity backend for [Grid2op](https://github.com/Grid2op/grid2op) that uses [PowerModels.jl](https://github.com/lanl-ansi/PowerModels.jl). It achieves this using a [pandapower](https://github.com/e2nIEE/pandapower) interface that calls [PandaModels.jl](https://github.com/e2nIEE/PandaModels.jl) using PyCall to call Julia functions from Python.
44

5-
<img src="https://github.com/gt-sse-center/PandaModelsBackend/blob/rearr/devtools/power_software_map.png" height=450>
5+
<img src="https://github.com/gt-sse-center/PandaModelsBackend/blob/main/devtools/power_software_map.png" height=450>
66

77
## Installation
88
```pip install pandamodelsbackend```

changelog.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,20 @@
1616
-->
1717

1818

19-
## v0.1.0 / 2025-MM-DD (Unreleased)
19+
## v0.2.0 / 2025-MM-DD (Unreleased)
20+
21+
#### Breaking Changes
22+
23+
#### New Features
24+
25+
#### Enhancements
26+
27+
#### Bug Fixes
28+
29+
#### Misc.
30+
31+
32+
## v0.1.1 / 2025-MM-DD (Unreleased)
2033

2134
#### Breaking Changes
2235

@@ -26,6 +39,8 @@
2639
* [\#2] (https://github.com/gt-sse-center/PandaModelsBackend/pull/2) Main --
2740
copied backend from grid2op, made modifications to call PandaPower, checked
2841
against AAA backend tests, and excused some until next v0.11 grid2op release.
42+
* [\#3] (https://github.com/gt-sse-center/PandaModelsBackend/pull/4) Maint --
43+
add versioning, PYPI publishing, and figure.
2944

3045
#### Enhancements
3146

0 commit comments

Comments
 (0)