Commit 161bcc9
feat!: v2.0.0 (#187)
BREAKING CHANGE: Replace monolithic parser/exporter with plugin architecture.
- Introduce R2X Plugin Management System with discoverable plugin configs
- Restructure into four independent packages under packages/: r2x-reeds-to-sienna,
r2x-reeds-to-plexos, r2x-sienna-to-plexos, r2x-plexos-to-sienna
- Extract parsing/exporting into separate model plugins, translations are now pure
mapping logic
- Overhaul CI/CD with per-package release-please, dependabot, auto-labeler, and commit
linting
- Add taplo (TOML linting), ty (type checking), and updated pre-commit hooks
- Expand test coverage across all translation packages (getters, rules, utilities)
- Fix min stable level zeroing, duplicated arcs, time series store, and template
injection bugs
- Fix smoke test to build all workspace packages locally for dependency resolution
- Rewrite documentation to match new framework style and update README
---------
Signed-off-by: pesap <pesap@users.noreply.github.com>
Signed-off-by: Kinshuk Panda <kinshukpanda@gmail.com>
Signed-off-by: Marck Llerena V. <140716266+mcllerena@users.noreply.github.com>
Co-authored-by: Micah Webb <6476273+micahpw@users.noreply.github.com>
Co-authored-by: Jarrad Wright <jarry7@gmail.com>
Co-authored-by: Jarrad Wright <jwright2@nrel.gov>
Co-authored-by: mcllerena <marckcode@gmail.com>
Co-authored-by: Marck Llerena V <140716266+mcllerena@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Kinshuk Panda <kinshukpanda@gmail.com>
Co-authored-by: Micah Webb <webbmp91@gmail.com>
Co-authored-by: Srihari Sundar <hari.sundar@nrel.gov>
Co-authored-by: mvelasqu <marck.velasquez@nrel.gov>1 parent 0f938e3 commit 161bcc9
File tree
321 files changed
+524793
-1087770
lines changed- .github
- actions/setup-uv-env
- workflows
- docs
- source
- _static
- api
- dev
- model
- stylesheets
- packages
- r2x-plexos-to-sienna
- src/r2x_plexos_to_sienna
- config
- tests
- fixture
- r2x-reeds-to-plexos
- src/r2x_reeds_to_plexos
- config
- tests
- fixture
- r2x-reeds-to-sienna
- src/r2x_reeds_to_sienna
- config
- tests
- fixture
- r2x-sienna-to-plexos
- src
- r2x_sienna_to_plexos
- config
- tests
- fixtures
- src/r2x
- defaults
- exporter
- models
- parser
- plugins
- upgrader
- tests
- data
- 5_bus_system_variables
- pacific
- inputs_case
- outputs
- pjm_2area
- Data
- pjm_2area_time_series
- models
- upgrader
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
321 files changed
+524793
-1087770
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
This file was deleted.
0 commit comments