ltbams 1.0.1__tar.gz → 1.0.2a2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ltbams-1.0.1 → ltbams-1.0.2a2}/MANIFEST.in +2 -1
- {ltbams-1.0.1/ltbams.egg-info → ltbams-1.0.2a2}/PKG-INFO +25 -13
- {ltbams-1.0.1 → ltbams-1.0.2a2}/README.md +10 -8
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/_version.py +4 -4
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/main.py +0 -2
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/conf.py +3 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/install.rst +8 -11
- ltbams-1.0.2a2/docs/source/images/curent.ico +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/release-notes.rst +9 -1
- {ltbams-1.0.1 → ltbams-1.0.2a2/ltbams.egg-info}/PKG-INFO +25 -13
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ltbams.egg-info/SOURCES.txt +2 -1
- ltbams-1.0.2a2/ltbams.egg-info/requires.txt +11 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ltbams.egg-info/top_level.txt +1 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/pyproject.toml +0 -22
- ltbams-1.0.2a2/requirements-dev.txt +6 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/requirements.txt +1 -1
- {ltbams-1.0.1 → ltbams-1.0.2a2}/setup.py +1 -2
- ltbams-1.0.1/ltbams.egg-info/requires.txt +0 -46
- ltbams-1.0.1/requirements-extra.txt +0 -17
- {ltbams-1.0.1 → ltbams-1.0.2a2}/CONTRIBUTING.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/LICENSE +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/__main__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/5bus/pjm5bus_demo.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/5bus/pjm5bus_jumper.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/5bus/pjm5bus_uced.json +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/5bus/pjm5bus_uced.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/5bus/pjm5bus_uced_esd1.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/5bus/pjm5bus_uced_ev.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee123/ieee123.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee123/ieee123_regcv1.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee14/ieee14.json +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee14/ieee14.raw +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee14/ieee14_conn.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee14/ieee14_uced.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee39/ieee39.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee39/ieee39_uced.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee39/ieee39_uced_esd1.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee39/ieee39_uced_pvd1.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/ieee39/ieee39_uced_vis.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/matpower/benchmark.json +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/matpower/case118.m +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/matpower/case14.m +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/matpower/case300.m +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/matpower/case39.m +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/matpower/case5.m +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/matpower/case_ACTIVSg2000.m +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/npcc/npcc.m +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/npcc/npcc_uced.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/pglib/pglib_opf_case39_epri__api.m +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/wecc/wecc.m +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cases/wecc/wecc_uced.xlsx +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/cli.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/core/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/core/documenter.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/core/matprocessor.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/core/model.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/core/param.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/core/service.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/core/symprocessor.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/core/var.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/extension/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/extension/eva.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/interface.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/io/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/io/json.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/io/matpower.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/io/psse.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/io/pypower.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/io/xlsx.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/area.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/bus.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/cost.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/distributed/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/distributed/esd1.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/distributed/ev.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/distributed/pvd1.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/group.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/info.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/line.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/renewable/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/renewable/regc.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/reserve.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/shunt.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/static/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/static/gen.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/static/pq.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/timeslot.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/models/zone.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/opt/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/opt/constraint.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/opt/exprcalc.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/opt/expression.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/opt/objective.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/opt/omodel.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/opt/optzbase.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/opt/param.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/opt/var.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/_compat.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/core/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/core/pips.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/core/ppoption.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/core/ppver.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/core/solver.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/eps.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/idx.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/io.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/make/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/make/matrices.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/make/pdv.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/routines/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/routines/cpf.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/routines/cpf_callbacks.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/routines/opf.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/routines/opffcns.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/routines/pflow.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/toggle.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/pypower/utils.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/report.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/acopf.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/cpf.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/dcopf.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/dcpf.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/dcpf0.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/dopf.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/ed.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/pflow.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/pflow0.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/routine.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/rted.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/type.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/routines/uc.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/shared.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/system.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/utils/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/utils/misc.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ams/utils/paths.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/Makefile +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/make.bat +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/_templates/autosummary/base.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/_templates/autosummary/class.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/_templates/autosummary/module.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/_templates/autosummary/module_toctree.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/api.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/examples/index.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/genmodelref.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/genroutineref.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/copyright.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/formats/index.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/formats/matpower.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/formats/psse.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/formats/pypower.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/formats/xlsx.png +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/formats/xlsx.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/index.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/overview.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/testcase.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/getting_started/verification.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/images/dcopf_time.png +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/images/sponsors/CURENT_Logo_NameOnTrans.png +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/images/sponsors/CURENT_Logo_Transparent.png +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/images/sponsors/CURENT_Logo_Transparent_Name.png +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/images/sponsors/doe.png +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/index.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/modeling/example.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/modeling/index.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/modeling/model.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/modeling/routine.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/docs/source/modeling/system.rst +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ltbams.egg-info/dependency_links.txt +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/ltbams.egg-info/entry_points.txt +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/setup.cfg +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/__init__.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_1st_system.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_addressing.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_andes_mats.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_case.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_cli.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_export_csv.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_group.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_interface.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_io.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_jumper.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_known_good.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_matp.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_model.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_omodel.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_paths.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_report.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_repr.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_routine.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_rtn_dcopf.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_rtn_dcpf.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_rtn_ed.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_rtn_pflow.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_rtn_rted.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_rtn_uc.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/tests/test_service.py +0 -0
- {ltbams-1.0.1 → ltbams-1.0.2a2}/versioneer.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: ltbams
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2a2
|
4
4
|
Summary: Python software for scheduling modeling and co-simulation with dynamics.
|
5
5
|
Home-page: https://github.com/CURENT/ams
|
6
6
|
Author: Jinning Wang
|
@@ -12,9 +12,19 @@ Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
13
13
|
Classifier: Environment :: Console
|
14
14
|
Description-Content-Type: text/markdown
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
Requires-Dist: kvxopt>=1.3.2.1
|
16
|
+
Requires-Dist: numpy
|
17
|
+
Requires-Dist: scipy
|
18
|
+
Requires-Dist: sympy!=1.10.0,>=1.6
|
19
|
+
Requires-Dist: pandas
|
20
|
+
Requires-Dist: matplotlib
|
21
|
+
Requires-Dist: psutil
|
22
|
+
Requires-Dist: openpyxl
|
23
|
+
Requires-Dist: andes>=1.9.3
|
24
|
+
Requires-Dist: pybind11
|
25
|
+
Requires-Dist: cvxpy
|
26
|
+
Dynamic: author
|
27
|
+
Dynamic: home-page
|
18
28
|
|
19
29
|
# LTB AMS
|
20
30
|
|
@@ -22,7 +32,7 @@ Python Software for Power System Scheduling Modeling and Co-Simulation with Dyna
|
|
22
32
|
|
23
33
|
[](https://github.com/CURENT/ams/blob/master/LICENSE)
|
24
34
|

|
25
|
-
[](https://www.python.org/)
|
26
36
|
[](https://www.repostatus.org/#active)
|
27
37
|

|
28
38
|
[](https://github.com/CURENT/ams/commits/master/)
|
@@ -30,11 +40,15 @@ Python Software for Power System Scheduling Modeling and Co-Simulation with Dyna
|
|
30
40
|
[](https://libraries.io/pypi/ltbams)
|
31
41
|
[](https://mango-dune-07a8b7110.1.azurestaticapps.net/?repo=CURENT%2Fams)
|
32
42
|
|
43
|
+
[](https://github.com/CURENT/ams/actions/workflows/compatibility.yml)
|
44
|
+
[](https://github.com/CURENT/ams/actions/workflows/publish-pypi.yml)
|
45
|
+
[](https://dev.azure.com/curentltb/ams/_build/latest?definitionId=2&branchName=master)
|
46
|
+
|
33
47
|
<img src="docs/source/images/sponsors/CURENT_Logo_NameOnTrans.png" alt="CURENT ERC Logo" width="300" height="auto">
|
34
48
|
|
35
|
-
| |
|
49
|
+
| | Stable | Latest |
|
36
50
|
|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
|
37
|
-
| Documentation | [](https://ams.readthedocs.io/en/stable/?badge=stable) | [](https://ams.readthedocs.io/en/latest/?badge=latest) |
|
38
52
|
|
39
53
|
|
40
54
|
| Badges | | |
|
@@ -42,7 +56,7 @@ Python Software for Power System Scheduling Modeling and Co-Simulation with Dyna
|
|
42
56
|
| Downloads | [](https://pypi.python.org/pypi/ltbams) | [](https://anaconda.org/conda-forge/ltbams) |
|
43
57
|
| Try on Binder | [](https://mybinder.org/v2/gh/curent/ams/master) | |
|
44
58
|
| Code Quality |[](https://app.codacy.com/gh/CURENT/ams/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)| [](https://app.codacy.com/gh/CURENT/ams/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage) |
|
45
|
-
|
59
|
+
|
46
60
|
|
47
61
|
|
48
62
|
# Why AMS
|
@@ -133,7 +147,7 @@ pip install git+https://github.com/CURENT/ams.git
|
|
133
147
|
- `kvxopt` is recommended to install via `conda` as sometimes ``pip`` struggles to set the correct path for compiled libraries
|
134
148
|
- `cvxpy` versions **below 1.5** are incompatible with `numpy` versions **2.0 and above**
|
135
149
|
- If the solver `SCIP` encounters an import error caused by a missing `libscip.9.1.dylib`, try reinstalling its Python interface by running `pip install pyscipopt --no-binary scip --force`
|
136
|
-
-
|
150
|
+
- Versions **1.0.0** and **1.0.1** are only available on PyPI
|
137
151
|
|
138
152
|
# Example Usage
|
139
153
|
|
@@ -159,9 +173,7 @@ sa
|
|
159
173
|
# Citing AMS
|
160
174
|
If you use AMS for research or consulting, please cite the following paper in your publication that uses AMS:
|
161
175
|
|
162
|
-
|
163
|
-
J. Wang et al., "Dynamics-incorporated Modeling Framework for Stability Constrained Scheduling Under High-penetration of Renewable Energy," in IEEE Transactions on Sustainable Energy, doi: 10.1109/TSTE.2025.3528027.
|
164
|
-
```
|
176
|
+
> J. Wang et al., "Dynamics-incorporated Modeling Framework for Stability Constrained Scheduling Under High-penetration of Renewable Energy," in IEEE Transactions on Sustainable Energy, doi: 10.1109/TSTE.2025.3528027.
|
165
177
|
|
166
178
|
# Sponsors and Contributors
|
167
179
|
AMS is the scheduling simulation engine for the CURENT Largescale Testbed (LTB).
|
@@ -4,7 +4,7 @@ Python Software for Power System Scheduling Modeling and Co-Simulation with Dyna
|
|
4
4
|
|
5
5
|
[](https://github.com/CURENT/ams/blob/master/LICENSE)
|
6
6
|

|
7
|
-
[](https://www.python.org/)
|
8
8
|
[](https://www.repostatus.org/#active)
|
9
9
|

|
10
10
|
[](https://github.com/CURENT/ams/commits/master/)
|
@@ -12,11 +12,15 @@ Python Software for Power System Scheduling Modeling and Co-Simulation with Dyna
|
|
12
12
|
[](https://libraries.io/pypi/ltbams)
|
13
13
|
[](https://mango-dune-07a8b7110.1.azurestaticapps.net/?repo=CURENT%2Fams)
|
14
14
|
|
15
|
+
[](https://github.com/CURENT/ams/actions/workflows/compatibility.yml)
|
16
|
+
[](https://github.com/CURENT/ams/actions/workflows/publish-pypi.yml)
|
17
|
+
[](https://dev.azure.com/curentltb/ams/_build/latest?definitionId=2&branchName=master)
|
18
|
+
|
15
19
|
<img src="docs/source/images/sponsors/CURENT_Logo_NameOnTrans.png" alt="CURENT ERC Logo" width="300" height="auto">
|
16
20
|
|
17
|
-
| |
|
21
|
+
| | Stable | Latest |
|
18
22
|
|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
|
19
|
-
| Documentation | [](https://ams.readthedocs.io/en/stable/?badge=stable) | [](https://ams.readthedocs.io/en/latest/?badge=latest) |
|
20
24
|
|
21
25
|
|
22
26
|
| Badges | | |
|
@@ -24,7 +28,7 @@ Python Software for Power System Scheduling Modeling and Co-Simulation with Dyna
|
|
24
28
|
| Downloads | [](https://pypi.python.org/pypi/ltbams) | [](https://anaconda.org/conda-forge/ltbams) |
|
25
29
|
| Try on Binder | [](https://mybinder.org/v2/gh/curent/ams/master) | |
|
26
30
|
| Code Quality |[](https://app.codacy.com/gh/CURENT/ams/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)| [](https://app.codacy.com/gh/CURENT/ams/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage) |
|
27
|
-
|
31
|
+
|
28
32
|
|
29
33
|
|
30
34
|
# Why AMS
|
@@ -115,7 +119,7 @@ pip install git+https://github.com/CURENT/ams.git
|
|
115
119
|
- `kvxopt` is recommended to install via `conda` as sometimes ``pip`` struggles to set the correct path for compiled libraries
|
116
120
|
- `cvxpy` versions **below 1.5** are incompatible with `numpy` versions **2.0 and above**
|
117
121
|
- If the solver `SCIP` encounters an import error caused by a missing `libscip.9.1.dylib`, try reinstalling its Python interface by running `pip install pyscipopt --no-binary scip --force`
|
118
|
-
-
|
122
|
+
- Versions **1.0.0** and **1.0.1** are only available on PyPI
|
119
123
|
|
120
124
|
# Example Usage
|
121
125
|
|
@@ -141,9 +145,7 @@ sa
|
|
141
145
|
# Citing AMS
|
142
146
|
If you use AMS for research or consulting, please cite the following paper in your publication that uses AMS:
|
143
147
|
|
144
|
-
|
145
|
-
J. Wang et al., "Dynamics-incorporated Modeling Framework for Stability Constrained Scheduling Under High-penetration of Renewable Energy," in IEEE Transactions on Sustainable Energy, doi: 10.1109/TSTE.2025.3528027.
|
146
|
-
```
|
148
|
+
> J. Wang et al., "Dynamics-incorporated Modeling Framework for Stability Constrained Scheduling Under High-penetration of Renewable Energy," in IEEE Transactions on Sustainable Energy, doi: 10.1109/TSTE.2025.3528027.
|
147
149
|
|
148
150
|
# Sponsors and Contributors
|
149
151
|
AMS is the scheduling simulation engine for the CURENT Largescale Testbed (LTB).
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
# This file was generated by 'versioneer.py' (0.
|
2
|
+
# This file was generated by 'versioneer.py' (0.29) from
|
3
3
|
# revision-control system data, or from the parent directory name of an
|
4
4
|
# unpacked source archive. Distribution tarballs contain a pre-generated copy
|
5
5
|
# of this file.
|
@@ -8,11 +8,11 @@ import json
|
|
8
8
|
|
9
9
|
version_json = '''
|
10
10
|
{
|
11
|
-
"date": "2025-
|
11
|
+
"date": "2025-02-01T21:17:46-0500",
|
12
12
|
"dirty": false,
|
13
13
|
"error": null,
|
14
|
-
"full-revisionid": "
|
15
|
-
"version": "1.0.
|
14
|
+
"full-revisionid": "6a2dcb6840ec8d966fc7249bbfcdfe4b83722e51",
|
15
|
+
"version": "1.0.2a2"
|
16
16
|
}
|
17
17
|
''' # END VERSION_JSON
|
18
18
|
|
@@ -18,7 +18,6 @@ import textwrap
|
|
18
18
|
from ._version import get_versions
|
19
19
|
|
20
20
|
from andes.main import _find_cases
|
21
|
-
from andes.main import config_logger as ad_config_logger
|
22
21
|
from andes.shared import Pool, Process, coloredlogs, unittest, NCPUS_PHYSICAL
|
23
22
|
from andes.utils.misc import elapsed, is_interactive
|
24
23
|
|
@@ -72,7 +71,6 @@ def config_logger(stream_level=logging.INFO, *,
|
|
72
71
|
Original author: Hantao Cui
|
73
72
|
License: GPL3
|
74
73
|
"""
|
75
|
-
ad_config_logger(stream_level)
|
76
74
|
lg = logging.getLogger('ams')
|
77
75
|
lg.setLevel(logging.DEBUG)
|
78
76
|
|
@@ -201,3 +201,6 @@ shutil.copytree("../../examples/demonstration", "_examples/demo", )
|
|
201
201
|
# sphinx-panels shouldn't add bootstrap css since the pydata-sphinx-theme
|
202
202
|
# already loads it
|
203
203
|
panels_add_bootstrap_css = False
|
204
|
+
|
205
|
+
# specify image loading behavior
|
206
|
+
image_loading = 'link'
|
@@ -71,7 +71,8 @@ development packages. Other packages will be required for interoperability.
|
|
71
71
|
The extra support packages are specified in groups. The following group names
|
72
72
|
are supported, with descriptions given below:
|
73
73
|
|
74
|
-
- ``dev``: packages to support development such as testing
|
74
|
+
- ``dev``: packages to support development such as testing
|
75
|
+
- ``doc``: packages to support documentation building
|
75
76
|
|
76
77
|
.. note::
|
77
78
|
|
@@ -82,15 +83,9 @@ To install packages in the ``dev`` when installing AMS, do:
|
|
82
83
|
|
83
84
|
.. code:: bash
|
84
85
|
|
85
|
-
pip install
|
86
|
+
pip install -r requirements-dev.txt
|
86
87
|
|
87
|
-
|
88
|
-
|
89
|
-
.. code:: bash
|
90
|
-
|
91
|
-
pip install ltbams[all]
|
92
|
-
|
93
|
-
One can also inspect the ``requirements-extra.txt`` to identify the packages
|
88
|
+
One can also inspect the ``requirements-dev.txt`` to identify the packages
|
94
89
|
for manual installation.
|
95
90
|
|
96
91
|
.. _Develop Install:
|
@@ -134,14 +129,16 @@ Install dependencies with
|
|
134
129
|
.. code:: bash
|
135
130
|
|
136
131
|
mamba install --file requirements.txt
|
137
|
-
mamba install --file requirements-
|
132
|
+
mamba install --file requirements-dev.txt
|
133
|
+
mamba install --file requirements-doc.txt
|
138
134
|
|
139
135
|
Alternatively, you can install them with ``pip``:
|
140
136
|
|
141
137
|
.. code:: bash
|
142
138
|
|
143
139
|
pip install -r requirements.txt
|
144
|
-
pip install -r requirements-
|
140
|
+
pip install -r requirements-dev.txt
|
141
|
+
pip install -r requirements-doc.txt
|
145
142
|
|
146
143
|
Step 3: Install AMS in the development mode using
|
147
144
|
|
Binary file
|
@@ -9,7 +9,15 @@ The APIs before v3.0.0 are in beta and may change without prior notice.
|
|
9
9
|
Pre-v1.0.0
|
10
10
|
==========
|
11
11
|
|
12
|
-
v1.0.
|
12
|
+
v1.0.2 (2024-02-01)
|
13
|
+
|
14
|
+
--------------------
|
15
|
+
|
16
|
+
- Enhance the GitHub Actions workflow file
|
17
|
+
- Deprecate andes logger configuration in ``config_logger``
|
18
|
+
- Deprecate solver specification in ``demo_ESD1``
|
19
|
+
|
20
|
+
v1.0.1 (2024-01-26)
|
13
21
|
--------------------
|
14
22
|
|
15
23
|
Hotfix: removed dependencies on `SCIP` and `pyscipopt` to resolve installation issues
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: ltbams
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2a2
|
4
4
|
Summary: Python software for scheduling modeling and co-simulation with dynamics.
|
5
5
|
Home-page: https://github.com/CURENT/ams
|
6
6
|
Author: Jinning Wang
|
@@ -12,9 +12,19 @@ Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
13
13
|
Classifier: Environment :: Console
|
14
14
|
Description-Content-Type: text/markdown
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
Requires-Dist: kvxopt>=1.3.2.1
|
16
|
+
Requires-Dist: numpy
|
17
|
+
Requires-Dist: scipy
|
18
|
+
Requires-Dist: sympy!=1.10.0,>=1.6
|
19
|
+
Requires-Dist: pandas
|
20
|
+
Requires-Dist: matplotlib
|
21
|
+
Requires-Dist: psutil
|
22
|
+
Requires-Dist: openpyxl
|
23
|
+
Requires-Dist: andes>=1.9.3
|
24
|
+
Requires-Dist: pybind11
|
25
|
+
Requires-Dist: cvxpy
|
26
|
+
Dynamic: author
|
27
|
+
Dynamic: home-page
|
18
28
|
|
19
29
|
# LTB AMS
|
20
30
|
|
@@ -22,7 +32,7 @@ Python Software for Power System Scheduling Modeling and Co-Simulation with Dyna
|
|
22
32
|
|
23
33
|
[](https://github.com/CURENT/ams/blob/master/LICENSE)
|
24
34
|

|
25
|
-
[](https://www.python.org/)
|
26
36
|
[](https://www.repostatus.org/#active)
|
27
37
|

|
28
38
|
[](https://github.com/CURENT/ams/commits/master/)
|
@@ -30,11 +40,15 @@ Python Software for Power System Scheduling Modeling and Co-Simulation with Dyna
|
|
30
40
|
[](https://libraries.io/pypi/ltbams)
|
31
41
|
[](https://mango-dune-07a8b7110.1.azurestaticapps.net/?repo=CURENT%2Fams)
|
32
42
|
|
43
|
+
[](https://github.com/CURENT/ams/actions/workflows/compatibility.yml)
|
44
|
+
[](https://github.com/CURENT/ams/actions/workflows/publish-pypi.yml)
|
45
|
+
[](https://dev.azure.com/curentltb/ams/_build/latest?definitionId=2&branchName=master)
|
46
|
+
|
33
47
|
<img src="docs/source/images/sponsors/CURENT_Logo_NameOnTrans.png" alt="CURENT ERC Logo" width="300" height="auto">
|
34
48
|
|
35
|
-
| |
|
49
|
+
| | Stable | Latest |
|
36
50
|
|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
|
37
|
-
| Documentation | [](https://ams.readthedocs.io/en/stable/?badge=stable) | [](https://ams.readthedocs.io/en/latest/?badge=latest) |
|
38
52
|
|
39
53
|
|
40
54
|
| Badges | | |
|
@@ -42,7 +56,7 @@ Python Software for Power System Scheduling Modeling and Co-Simulation with Dyna
|
|
42
56
|
| Downloads | [](https://pypi.python.org/pypi/ltbams) | [](https://anaconda.org/conda-forge/ltbams) |
|
43
57
|
| Try on Binder | [](https://mybinder.org/v2/gh/curent/ams/master) | |
|
44
58
|
| Code Quality |[](https://app.codacy.com/gh/CURENT/ams/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)| [](https://app.codacy.com/gh/CURENT/ams/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage) |
|
45
|
-
|
59
|
+
|
46
60
|
|
47
61
|
|
48
62
|
# Why AMS
|
@@ -133,7 +147,7 @@ pip install git+https://github.com/CURENT/ams.git
|
|
133
147
|
- `kvxopt` is recommended to install via `conda` as sometimes ``pip`` struggles to set the correct path for compiled libraries
|
134
148
|
- `cvxpy` versions **below 1.5** are incompatible with `numpy` versions **2.0 and above**
|
135
149
|
- If the solver `SCIP` encounters an import error caused by a missing `libscip.9.1.dylib`, try reinstalling its Python interface by running `pip install pyscipopt --no-binary scip --force`
|
136
|
-
-
|
150
|
+
- Versions **1.0.0** and **1.0.1** are only available on PyPI
|
137
151
|
|
138
152
|
# Example Usage
|
139
153
|
|
@@ -159,9 +173,7 @@ sa
|
|
159
173
|
# Citing AMS
|
160
174
|
If you use AMS for research or consulting, please cite the following paper in your publication that uses AMS:
|
161
175
|
|
162
|
-
|
163
|
-
J. Wang et al., "Dynamics-incorporated Modeling Framework for Stability Constrained Scheduling Under High-penetration of Renewable Energy," in IEEE Transactions on Sustainable Energy, doi: 10.1109/TSTE.2025.3528027.
|
164
|
-
```
|
176
|
+
> J. Wang et al., "Dynamics-incorporated Modeling Framework for Stability Constrained Scheduling Under High-penetration of Renewable Energy," in IEEE Transactions on Sustainable Energy, doi: 10.1109/TSTE.2025.3528027.
|
165
177
|
|
166
178
|
# Sponsors and Contributors
|
167
179
|
AMS is the scheduling simulation engine for the CURENT Largescale Testbed (LTB).
|
@@ -3,7 +3,7 @@ LICENSE
|
|
3
3
|
MANIFEST.in
|
4
4
|
README.md
|
5
5
|
pyproject.toml
|
6
|
-
requirements-
|
6
|
+
requirements-dev.txt
|
7
7
|
requirements.txt
|
8
8
|
setup.cfg
|
9
9
|
setup.py
|
@@ -154,6 +154,7 @@ docs/source/getting_started/formats/psse.rst
|
|
154
154
|
docs/source/getting_started/formats/pypower.rst
|
155
155
|
docs/source/getting_started/formats/xlsx.png
|
156
156
|
docs/source/getting_started/formats/xlsx.rst
|
157
|
+
docs/source/images/curent.ico
|
157
158
|
docs/source/images/dcopf_time.png
|
158
159
|
docs/source/images/sponsors/CURENT_Logo_NameOnTrans.png
|
159
160
|
docs/source/images/sponsors/CURENT_Logo_Transparent.png
|
@@ -35,28 +35,6 @@ dependencies = [
|
|
35
35
|
"cvxpy"
|
36
36
|
]
|
37
37
|
|
38
|
-
[project.optional-dependencies]
|
39
|
-
dev = [
|
40
|
-
"pytest",
|
41
|
-
"pytest-cov",
|
42
|
-
"coverage",
|
43
|
-
"flake8",
|
44
|
-
"numpydoc",
|
45
|
-
"toml",
|
46
|
-
"toml"
|
47
|
-
]
|
48
|
-
doc = [
|
49
|
-
"pandoc",
|
50
|
-
"ipython",
|
51
|
-
"sphinx",
|
52
|
-
"pydata-sphinx-theme",
|
53
|
-
"numpydoc",
|
54
|
-
"sphinx-copybutton",
|
55
|
-
"sphinx-panels",
|
56
|
-
"myst-parser",
|
57
|
-
"nbsphinx",
|
58
|
-
]
|
59
|
-
|
60
38
|
[project.scripts]
|
61
39
|
ams = "ams.cli:main"
|
62
40
|
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import re
|
2
1
|
import sys
|
3
2
|
import os
|
4
3
|
from collections import defaultdict
|
@@ -67,7 +66,7 @@ def get_extra_requires(filename, add_all=True):
|
|
67
66
|
return extra_deps
|
68
67
|
|
69
68
|
|
70
|
-
extras_require = get_extra_requires("requirements-
|
69
|
+
extras_require = get_extra_requires("requirements-dev.txt")
|
71
70
|
|
72
71
|
# --- update `extras_conda` to include packages only available in PyPI ---
|
73
72
|
|
@@ -1,46 +0,0 @@
|
|
1
|
-
andes>=1.9.3
|
2
|
-
cvxpy
|
3
|
-
kvxopt>=1.3.2.1
|
4
|
-
matplotlib
|
5
|
-
numpy
|
6
|
-
openpyxl
|
7
|
-
pandas
|
8
|
-
psutil
|
9
|
-
pybind11
|
10
|
-
scipy
|
11
|
-
sympy!=1.10.0,>=1.6
|
12
|
-
|
13
|
-
[all]
|
14
|
-
coverage
|
15
|
-
flake8
|
16
|
-
ipython
|
17
|
-
myst-parser
|
18
|
-
nbsphinx
|
19
|
-
numpydoc
|
20
|
-
pandoc
|
21
|
-
pydata-sphinx-theme
|
22
|
-
pytest
|
23
|
-
pytest-cov
|
24
|
-
sphinx
|
25
|
-
sphinx-copybutton
|
26
|
-
sphinx-panels
|
27
|
-
toml
|
28
|
-
|
29
|
-
[dev]
|
30
|
-
coverage
|
31
|
-
flake8
|
32
|
-
numpydoc
|
33
|
-
pytest
|
34
|
-
pytest-cov
|
35
|
-
toml
|
36
|
-
|
37
|
-
[doc]
|
38
|
-
ipython
|
39
|
-
myst-parser
|
40
|
-
nbsphinx
|
41
|
-
numpydoc
|
42
|
-
pandoc
|
43
|
-
pydata-sphinx-theme
|
44
|
-
sphinx
|
45
|
-
sphinx-copybutton
|
46
|
-
sphinx-panels
|
@@ -1,17 +0,0 @@
|
|
1
|
-
# Generated on 2025-01-26.
|
2
|
-
pytest # dev
|
3
|
-
pytest-cov # dev
|
4
|
-
coverage # dev
|
5
|
-
flake8 # dev
|
6
|
-
numpydoc # dev
|
7
|
-
toml # dev
|
8
|
-
toml # dev
|
9
|
-
pandoc # doc
|
10
|
-
ipython # doc
|
11
|
-
sphinx # doc
|
12
|
-
pydata-sphinx-theme # doc
|
13
|
-
numpydoc # doc
|
14
|
-
sphinx-copybutton # doc
|
15
|
-
sphinx-panels # doc
|
16
|
-
myst-parser # doc
|
17
|
-
nbsphinx # doc
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|