Skip to content

Commit e140ea7

Browse files
authored
Merge pull request #12 from DAI-Lab/readme_historymd
Update README and Add HistoryMD
2 parents cf10405 + 7fbda14 commit e140ea7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

HISTORY.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# History
1+
History
2+
=======
3+
## 0.1.0 - 2025-05-01
4+
5+
First PyGridSim release to PyPI: https://pypi.org/project/pygridsim/
6+
7+
* Add Proper Packaging - [PR #1](https://github.com/DAI-Lab/PyGridSim/pull/1) by @sarahmish
8+
* Add Type Checking, Exports, Enum Config File, Generators/PV - [PR #3](https://github.com/DAI-Lab/PyGridSim/pull/3) by @amzhao16
9+
* Pass Github Actions - [PR #5](https://github.com/DAI-Lab/PyGridSim/pull/5) by @amzhao16
10+
* Add Naming Consistency, Customization Tests - [PR #6](https://github.com/DAI-Lab/PyGridSim/pull/6) by @amzhao16
11+
* Support User Query Functions - [PR #7](https://github.com/DAI-Lab/PyGridSim/pull/7) by @amzhao16
12+
* Enhance Results.py - [PR #8](https://github.com/DAI-Lab/PyGridSim/pull/8) by @amzhao16
13+
* Update README - [PR #11](https://github.com/DAI-Lab/PyGridSim/pull/11) by @amzhao16

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Users of PyGridSim have the option between creating a fully customized circuit a
7575

7676
## Customized Circuit Creation
7777
```python
78+
from pygridsim import PyGridSim
7879
circuit = PyGridSim()
7980

8081
# Add Custom Source and Load
@@ -99,6 +100,7 @@ Note that the losses here are expressed in Watts, and the Voltages in Volts. The
99100

100101
## Defaults-Based Circuit Creation
101102
```python
103+
from pygridsim import PyGridSim
102104
circuit = PyGridSim()
103105

104106
# Add Custom Source and Load

0 commit comments

Comments
 (0)