Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b8c6e0c
Update component base
Feb 26, 2026
b1ac19e
update test
Feb 26, 2026
66989bc
update tests
Feb 26, 2026
71090d7
update name/type
Feb 26, 2026
3c126a6
name type pattern
Feb 26, 2026
2967e0a
redo around name/type/cat
Feb 26, 2026
ccc8438
remove unsused functions
Feb 26, 2026
398e4f4
linting
Feb 26, 2026
8a4d406
remove defaults
Feb 26, 2026
49628b8
Add names to tests
Feb 26, 2026
3e90380
fix docstring
Feb 26, 2026
4385d85
linting
Feb 26, 2026
08c2896
Update docs
Feb 26, 2026
f52adb1
Add component types module
Feb 27, 2026
781e863
import component types rather then redefining
Feb 27, 2026
c45ee60
check component registry against componet types
Feb 27, 2026
fd320ba
remove hard-coding
Feb 27, 2026
74fbd6c
Merge branch 'develop' into feature/clean_up_type
Feb 27, 2026
6f42dce
update category test
Feb 27, 2026
0470faa
update component categories
Feb 27, 2026
fc27937
update docs
Feb 27, 2026
17d24ac
update hybrid plant
Feb 27, 2026
7d31522
Consolidate componet registry
Feb 27, 2026
9d25aa1
fix circular import
Feb 27, 2026
0f364ce
update docs
Feb 27, 2026
4a8d477
spelling
Mar 2, 2026
15776cd
fix out-dated docstring
Mar 2, 2026
f06188e
check categories
Mar 2, 2026
4777c86
fix test
Mar 2, 2026
531fcc2
change snippet to link
Mar 2, 2026
8a22480
Revert battery models
misi9170 Mar 2, 2026
1f4b2d4
Make necessary changes to battery classes
misi9170 Mar 2, 2026
4ba47d4
add comment
Mar 2, 2026
9758a6b
Merge branch 'feature/clean_up_type' of github.com:paulf81/hercules i…
Mar 2, 2026
55b16d2
Revert (again)
misi9170 Mar 2, 2026
5ef124f
Add back changes to battery_simple
misi9170 Mar 2, 2026
43e22d2
add back changes to LI battery
misi9170 Mar 2, 2026
6ec2fc3
remove gen column
Mar 2, 2026
05f7b01
typo fix
misi9170 Mar 2, 2026
890b2a9
first pass functionalization
Mar 2, 2026
75f7221
Merge in develop
genevievestarke Mar 18, 2026
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
1 change: 0 additions & 1 deletion docs/adding_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,3 @@ pytest tests/my_component_test.py -v
- [ ] Create `docs/my_component.md`
- [ ] Add to `docs/_toc.yml`
- [ ] Update reference tables in `hybrid_plant.md` and `component_types.md`

Loading
Loading