Skip to content

Commit 43f3f2d

Browse files
authored
Merge pull request #12 from regro-cf-autotick-bot/0.9.10_hd4b2b4
ltbams v0.9.10
2 parents cf3c942 + 047efba commit 43f3f2d

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

Diff for: .ci_support/linux_64_.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cdt_name:
2-
- cos6
2+
- cos7
33
channel_sources:
44
- conda-forge
55
channel_targets:

Diff for: .scripts/build_steps.sh

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: build-locally.py

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: recipe/meta.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "ltbams" %}
2-
{% set version = "0.9.8" %}
2+
{% set version = "0.9.10" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
99
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ltbams-{{ version }}.tar.gz
10-
sha256: 43509e8f82b5bf6a29977461d481a8ccf577a0ee9ee80adc889101351a2161f7
10+
sha256: 7eb0b4d6cee959a4ff5f12d229cbc03436742a179721159dc6fce7cd8232c4b0
1111

1212
build:
1313
entry_points:
@@ -20,6 +20,7 @@ requirements:
2020
host:
2121
- python >=3.9
2222
- pip
23+
- setuptools
2324
run:
2425
- python >=3.9
2526
- kvxopt >=1.3.2.0
@@ -46,15 +47,15 @@ test:
4647

4748
about:
4849
home: https://github.com/CURENT/ams
49-
summary: Python software for dispatch modeling and co-simulation with dynanic.
50+
summary: Python software for scheduling modeling and co-simulation with dynamics.
5051
license: GPL-3.0-or-later
5152
license_family: GPL3
5253
license_file: LICENSE
5354
doc_url: https://ltb.readthedocs.io/projects/ams/
5455
description: |
55-
AMS is a Python software designed for power system dispatch modeling and co-simulation with dynamics.
56+
AMS is a Python software designed for power system scheduling modeling and co-simulation with dynamics.
5657
It serves as the market simulator for the CURENT Largescale Testbed, enabling stability-constrained
57-
production cost and market operation modeling with credible dispatch results and competitive performance.
58+
production cost and market operation modeling.
5859
5960
extra:
6061
recipe-maintainers:

0 commit comments

Comments
 (0)