Releases: CURENT/ams
Releases · CURENT/ams
v0.9.11
- Add pyproject.toml for PEP 517 and PEP 518 compliance
- Add model
Jumper
- Fix deprecation warning related to
pandas.fillna
andnewshape
in NumPy - Minor refactor on solvers information in the module
shared
- Change default values of minimum ON/OFF duration time of generators to be 1 and 0.5 hours
- Add parameter
uf
for enforced generator on/off status - In servicee
LoadScale
, consider load online status - Consider line online status in routine
ED
- Add methods
evaluate
andfinalize
in the classOModel
to handle optimization elements generation and assembling - Refactor
OModel.init()
andRoutine.init()
- Add ANDES paper as a citation file for now
- Add more routine tests for generator trip, line trip, and load trip
- Add a README to overview built-in cases
- Rename methods
v2
ase
for classesConstraint
andObjective
- Add benchmark functions
- Improve using of
eval()
in moduleomodel
- Refactor module
interop.andes
as moduleinterface
for simplicity
v0.9.10
Hotfix of import issue in v0.9.9
.
- In module
MatProcessor
, add two parameterspermc_spec
anduse_umfpack
in functionbuild_ptdf
- Follow RTD's deprecation of Sphinx context injection at build time
- In MATPOWER conversion, set devices name as None
- Skip macOS tests in azure-pipelines due to failure in fixing its configuration
- Improve the logic of setting
Optz
value - Support NumPy v2.0.0
v0.9.8
- Assign
MParam.owner
when declaring - In
MatProcessor
, improvebuild_ptdf
andbuild_lodf
to allow partial building and incremental building - Add in 'cases/matpower/Benchmark.json' for benchmark with MATPOWER
- Improve known_good test
- Minor fix in
main.py
selftest part - Set dependency NumPy version to be <2.0.0 to avoid CVXPY compatibility issues