Skip to content

Commit 6c2038c

Browse files
authored
Merge pull request #551 from ModECI/development
To v0.4.12; formatting changes with ruff; pin onnx<=1.17.0; test on py3.12
2 parents 375823b + 3a9ed17 commit 6c2038c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+115
-174
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
python-version: [ "3.9", "3.10", "3.11"]
30+
python-version: [ "3.9", "3.11", "3.12"]
3131
runs-on: [ubuntu-latest, macos-latest, windows-latest]
3232
exclude:
3333
- runs-on: macos-latest

examples/ACT-R/addition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"addition": {
33
"format": "ModECI MDF v0.4",
4-
"generating_application": "Python modeci-mdf v0.4.11",
4+
"generating_application": "Python modeci-mdf v0.4.12",
55
"graphs": {
66
"addition_graph": {
77
"nodes": {

examples/ACT-R/addition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addition:
22
format: ModECI MDF v0.4
3-
generating_application: Python modeci-mdf v0.4.11
3+
generating_application: Python modeci-mdf v0.4.12
44
graphs:
55
addition_graph:
66
nodes:

examples/ACT-R/count.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"count": {
33
"format": "ModECI MDF v0.4",
4-
"generating_application": "Python modeci-mdf v0.4.11",
4+
"generating_application": "Python modeci-mdf v0.4.12",
55
"graphs": {
66
"count_graph": {
77
"nodes": {

examples/ACT-R/count.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
count:
22
format: ModECI MDF v0.4
3-
generating_application: Python modeci-mdf v0.4.11
3+
generating_application: Python modeci-mdf v0.4.12
44
graphs:
55
count_graph:
66
nodes:

examples/MDF/ABCD.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ABCD": {
33
"format": "ModECI MDF v0.4",
4-
"generating_application": "Python modeci-mdf v0.4.11",
4+
"generating_application": "Python modeci-mdf v0.4.12",
55
"graphs": {
66
"abcd_example": {
77
"nodes": {

examples/MDF/ABCD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ABCD:
22
format: ModECI MDF v0.4
3-
generating_application: Python modeci-mdf v0.4.11
3+
generating_application: Python modeci-mdf v0.4.12
44
graphs:
55
abcd_example:
66
nodes:

examples/MDF/Arrays.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Arrays": {
33
"format": "ModECI MDF v0.4",
4-
"generating_application": "Python modeci-mdf v0.4.11",
4+
"generating_application": "Python modeci-mdf v0.4.12",
55
"graphs": {
66
"array_example": {
77
"nodes": {

examples/MDF/Arrays.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Arrays:
22
format: ModECI MDF v0.4
3-
generating_application: Python modeci-mdf v0.4.11
3+
generating_application: Python modeci-mdf v0.4.12
44
graphs:
55
array_example:
66
nodes:

examples/MDF/NewtonCoolingModel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"NewtonCoolingModel": {
33
"format": "ModECI MDF v0.4",
4-
"generating_application": "Python modeci-mdf v0.4.11",
4+
"generating_application": "Python modeci-mdf v0.4.12",
55
"graphs": {
66
"cooling_process": {
77
"nodes": {

0 commit comments

Comments
 (0)