Recent Releases of Egret
Egret - Beta release of Egret
What's Changed
- updating pypi publish by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/304
Full Changelog: https://github.com/grid-parity-exchange/Egret/compare/0.5.4...0.5.5
Energy Systems - Grid Analysis and Planning
- Python
Published by bknueven about 2 years ago

Egret - Beta release of Egret
What's Changed
- Add Python 3.10 & 3.11 to CI by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/299
- Change how we read dates from files to keep up with changes to pandas by @darrylmelander in https://github.com/grid-parity-exchange/Egret/pull/300
- Fix date handling for 2D timeseries CSV layout by @darrylmelander in https://github.com/grid-parity-exchange/Egret/pull/302
Full Changelog: https://github.com/grid-parity-exchange/Egret/compare/0.5.3...0.5.4
Energy Systems - Grid Analysis and Planning
- Python
Published by bknueven about 2 years ago

Egret - Beta release of Egret
What's Changed
- updating location of Prescient regression tests for grid-parity-excha… by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/271
- Updating Tests by @michaelbynum in https://github.com/grid-parity-exchange/Egret/pull/274
- Give reserve attributes consistent names. by @darrylmelander in https://github.com/grid-parity-exchange/Egret/pull/275
- option to keep variables for out of service elements by @michaelbynum in https://github.com/grid-parity-exchange/Egret/pull/276
- Reserves price stacking by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/273
- adding types_sheet by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/277
- Switching to tx_util piecewise validator by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/278
- Catching and checking yet another edge case for piecewise by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/279
- more piecewise validation fun by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/280
- Include DC branches when reading GMLC-formatted csv files by @darrylmelander in https://github.com/grid-parity-exchange/Egret/pull/281
- fixing update component by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/285
- Ensure area names are read as strings in RTS-GMLC, even if numeric by @darrylmelander in https://github.com/grid-parity-exchange/Egret/pull/289
- Make egret compatible with pandas 1.5 by @darrylmelander in https://github.com/grid-parity-exchange/Egret/pull/292
- Fix copy+paste bug in power_generated_t0_validator. by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/294
- Allow for negative fixed minimum production costs by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/295
Full Changelog: https://github.com/grid-parity-exchange/Egret/compare/0.5.2...0.5.3
Energy Systems - Grid Analysis and Planning
- Python
Published by bknueven over 2 years ago

Egret - Beta release of Egret
What's Changed
- updating coramin version in requirements by @michaelbynum in https://github.com/grid-parity-exchange/Egret/pull/260
- Fixing initial status issue by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/261
- one penalty to rule them all by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/259
- Expose list of ancillary service names by @darrylmelander in https://github.com/grid-parity-exchange/Egret/pull/263
- Standarizing reserve names; putting in (mostly) a single place by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/264
- Using python standard version names by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/266
- more robust handling of voltage angle difference limits by @michaelbynum in https://github.com/grid-parity-exchange/Egret/pull/267
- Enabling interactive graphics by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/269
Full Changelog: https://github.com/grid-parity-exchange/Egret/compare/0.5.1...0.5.2
Energy Systems - Grid Analysis and Planning
- Python
Published by bknueven about 3 years ago

Egret - Beta release of Egret
What's Changed
- setting up 0.5.1; removing long description by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/257
Full Changelog: https://github.com/grid-parity-exchange/Egret/compare/0.5.0...0.5.1
Energy Systems - Grid Analysis and Planning
- Python
Published by bknueven over 3 years ago

Egret - Beta release of Egret
What's Changed
- Startup/shutdown curve by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/219
- Refactoring _lazy_ptdf_uc_solve_loop into component functions by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/224
- Update README.md to make proper link to GHA by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/225
- Rts gmlc parser updates by @michaelbynum in https://github.com/grid-parity-exchange/Egret/pull/209
- adding missing init file by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/230
- Filter scalar reserve requirements by @darrylmelander in https://github.com/grid-parity-exchange/Egret/pull/231
- Eliminating Pyomo 6 deprecation warning by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/232
- Adding GHA for publishing to PyPI and TestPyPI by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/233
- Hooks for UC as subblock by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/234
- Support for piecewise (convex) costs in ACOPF by @michaelbynum in https://github.com/grid-parity-exchange/Egret/pull/227
- Catching more edgecases in piecewise logic by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/237
- Adding reset after pre-lp warmstart loop by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/236
- Singlecost by @DLWoodruff in https://github.com/grid-parity-exchange/Egret/pull/240
- Add a PR template, update README formatting by @jsiirola in https://github.com/grid-parity-exchange/Egret/pull/241
- adding option to use SOC overestimators from paper by @michaelbynum in https://github.com/grid-parity-exchange/Egret/pull/217
- Priced load and renewables by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/238
- Adding user-configurable slack type by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/239
- Replacing getitem() with at() for ordered sets by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/243
- Replacing getitem() with at() for ordered sets, Part II by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/244
- RTS-GMLC fixes by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/245
- ModelData Utilities by @darrylmelander in https://github.com/grid-parity-exchange/Egret/pull/249
- Reducing complexity of check that all thermal generators are assigned… by @jeanpaulwatson in https://github.com/grid-parity-exchange/Egret/pull/250
- Fix DataFrame indexing error in RTS-GMLC parser by @darrylmelander in https://github.com/grid-parity-exchange/Egret/pull/251
- Updating mutable penalty params by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/252
- Setting up 0.5.0 by @bknueven in https://github.com/grid-parity-exchange/Egret/pull/256
New Contributors
- @darrylmelander made their first contribution in https://github.com/grid-parity-exchange/Egret/pull/231
- @jsiirola made their first contribution in https://github.com/grid-parity-exchange/Egret/pull/241
Full Changelog: https://github.com/grid-parity-exchange/Egret/compare/0.1.1...0.5.0
Energy Systems - Grid Analysis and Planning
- Python
Published by bknueven over 3 years ago
