Minpower

Latest version: v5.0.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

4.2.9

===============================

def044c0f7 rewrite minpower scheduler to make more robust and configurable (same defaults, home dir, case dir setup as user_config) (Adam Greenhall)

4.2.8

===============================

0171ae9485 add filenames options. use one parser and update its defaults (otherwise --help isn't very usefull) (Adam Greenhall)
022fe984e1 use a minpower.cfg file from the case directory to override defaults (Adam Greenhall)
efc239a66a show_config passes all arguments through scheduler (Adam Greenhall)
3fa35423dc add show_config option for debugging (Adam Greenhall)
adec965496 simplify ef_sweep default parameter calc. cleanup initial_dispatch results. (Adam Greenhall)
e309a427f7 add wind_capacity_factor option (Adam Greenhall)
3731760deb make sure polynomial cost coefs and fuelcosts are floats (Adam Greenhall)
ca686cc1f7 correct and warn if fcst < 0 (Adam Greenhall)
3ec9685481 setup fail on < 7, not <= (Adam Greenhall)
d2d9b37182 dont support python 2.6 (Adam Greenhall)
408f20a0ca cleanup install requirements (Adam Greenhall)
a9d228caf9 make OrderedDict accessible to python 2.6 (Adam Greenhall)
cb69eaa422 autopep8 (Adam Greenhall)
c7f3f61ead test python 2.6 (Adam Greenhall)

4.2.7

===============================

d790ec1218 fix deterministic solve mode (forcast was getting overwritten with observed). add test (Adam Greenhall)
eae524fe15 add another user config override in the working directory (Adam Greenhall)
401d200ff7 add initial_dispatch script to find a starting state for unit commitments" (Adam Greenhall)
ecb3c47866 add wind error multiplier to on-load data modifiers (Adam Greenhall)
2e62bd73e6 dont scale pmin above pmax (Adam Greenhall)
694bc238cb add load adder to the on-load data modifiers (Adam Greenhall)

4.2.6

===============================

47102e95f1 add runtime generator constraint modifiers (Adam Greenhall)
77f6254279 add manifest.in back - was loosing the config file (Adam Greenhall)
b0c0aeb4f3 check if problem has a version number and record it in standlone storage (Adam Greenhall)
1e802ec568 ed_sweep tool - allow no display of number of units committed, change default start to min(Pmin) (Adam Greenhall)
a69b6ea880 add generation shed for stochastic problems (on resolve) (Adam Greenhall)
27268fd7c8 record generation shed (Adam Greenhall)
e74e503c0d cleanup bidpoints handling - keep dataframe as the data structure and use .values.tolist to get (non-numpy) float values (Adam Greenhall)
c95ca4f5e3 cleanup bidpoints handling - keep dataframe as the data structure and use .values.tolist to get (non-numpy) float values (Adam Greenhall)
91c605bb8b add cost of wind shedding option (Adam Greenhall)
d704110349 add load_multiplier option (Adam Greenhall)
e4ca786293 added a wind_forecast_adder option (Adam Greenhall)
dd81dc724a record fuelcost for multistage standalone solutions. don't write csvs for these solutions. (Adam Greenhall)
c20f1c1f67 only travis the master branch (Adam Greenhall)
e1413f697a make perfect solve do resolves also (Adam Greenhall)
9e056edba8 record mipgap on resolve seperately from main solution mipgap (Adam Greenhall)
763b9f2a27 add a on_complete_script option (Adam Greenhall)

4.2.5

===============================

c8c4064864 fix shedding control for stochastic and noncontrollable generators under resolve (Adam Greenhall)
3950c2cc61 add test for stochastic generator with shedding (Adam Greenhall)
223410f5fd travis install: cython is a tables requirement (Adam Greenhall)
c113a88cae travis install: pip install numexpr first, then tables (Adam Greenhall)
7d0392decb make standalone test skipable if pytables not installed. call travis install script with bash (Adam Greenhall)
0f86dfc623 travis: fix call to install script (Adam Greenhall)
178c10e471 travis: fix call to install script (Adam Greenhall)
59dc8bf3d4 standalone: dont truncate the last day if it doesnt include overlap (Adam Greenhall)
7bc2694d5d last hour in stochastic mock scenario values cant be null (Adam Greenhall)
e07b3301ed use consistent generators_power attribute for stochastic expected power (Adam Greenhall)
39b39c885e dont truncate the last day if it doesnt include overlap (Adam Greenhall)
64a074a119 add stochastic mock test to see if two equal scenario stochastic formulation matches deterministic (Adam Greenhall)
4edef331aa add stochastic testing case (Adam Greenhall)
d6a500c972 add ignore_pmin_constraints option (Adam Greenhall)
63177b8ff4 cleanup (Adam Greenhall)
4c4bac6786 reorganize faststart resolve. add some infeasible resolve debugging (Adam Greenhall)
4be6a339d3 cleanup options for writing a .lp problem file. drop broken option for logging file. (Adam Greenhall)
79905ac1f6 setup a full dependencies travis test (Adam Greenhall)

4.2.4

===============================

b5453c6a29 convert scheduled output to float before making param. get tests passing. (Adam Greenhall)
ee186b4a51 cleanup power shedding (Adam Greenhall)
dac0e45d3d disallow shedding before resolve (Adam Greenhall)
f21011ab45 follow param naming convention for 'sheddingallowed' (Adam Greenhall)
1277313bdd allow shedding of non-controllable generation (Adam Greenhall)
68895de10d get rid of breakpoint (Adam Greenhall)
aba5b3499e add cold startup and hot shutdown ramping constraints. add tests. (Adam Greenhall)
0c580d2a17 cleanup minpower command line interfact. add a few constraint set ignore/relax options (Adam Greenhall)
b39c33e143 fix gethrsinstatus calculation (case where gen changes status). only calc final status if solving a commitment problem. (Adam Greenhall)
4598173079 fix gethrsinstatus calculation (case where gen has been in same status entire commitment period) (Adam Greenhall)
790c77160e fix: actually record mipgap, only if feasible (Adam Greenhall)
c14e47cfc6 allow generators to decommit during ED sweep (Adam Greenhall)
37e50f3df6 add mipgap configuration parameter and keep track of mipgaps for multistage problems (Adam Greenhall)
532f475a40 dont use direct python interfaces by default (they lack duals functionality) (Adam Greenhall)
4e502f5a81 switch method name to _allow_shedding (Adam Greenhall)
6870eeb3d2 switch to using allow load shedding method in the main solve module. (Adam Greenhall)
a950509a2b fix to get_objective for solvers using direct python API (Adam Greenhall)
0138be3f33 allow direct use of the Python APIs for CPLEX, Gurobi (Adam Greenhall)
631c45e2ac fix dispatch_decommit_allowed. redo ED solution csv writer with pandas and drop pmin hack with dispatch_decommit_allowed. (Adam Greenhall)
b662088ff2 filter to non-controllable generation for ED sweep (Adam Greenhall)
72311f294a add a count of generators committed to ED sweep (Adam Greenhall)
121b91bae3 add an ED sweep to see the 'aggregate cost curve' of a system (Adam Greenhall)

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.