Skip to content

Commit 1c47f3a

Browse files
authored
Merge pull request #42 from dingraha/auto_jacvec
Be better about version compatibility
2 parents 3e24d98 + beb2c5d commit 1c47f3a

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
1212

1313
[compat]
1414
Documenter = "0.27.24"
15+
OpenMDAOCore = "0.3.2"

examples/example_python_package_openmdao_jl/example_python_package_openmdao_jl/julia/JuliaParaboloidComponent/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
1414
ADTypes = "1.14.0"
1515
ComponentArrays = "0.15.27"
1616
ForwardDiff = "1.0.1"
17-
OpenMDAOCore = "0.4.0"
17+
OpenMDAOCore = "0.3.2"
1818
SparseMatrixColorings = "0.4.19"

examples/example_python_package_openmdao_jl/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ dependencies = [
77
"openmdao~=3.26",
88
"juliapkg~=0.1.10",
99
"juliacall~=0.9.13",
10-
"omjlcomps>=0.3.0",
10+
"omjlcomps>=0.2.5",
1111
]

julia/OpenMDAO.jl/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
1212

1313
[compat]
1414
CondaPkg = "0.2.17"
15-
OpenMDAOCore = "0.4.0"
15+
OpenMDAOCore = "0.3.1"
1616
Pkg = "1.11.0"
1717
PreferenceTools = "0.1.2"
1818
PythonCall = "0.9.12"

julia/OpenMDAOCore.jl/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OpenMDAOCore"
22
uuid = "24d19c10-6eee-420f-95df-4537264b2753"
33
authors = ["Daniel Ingraham <d.j.ingraham@gmail.com>"]
4-
version = "0.4.0"
4+
version = "0.3.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

python/omjlcomps/juliapkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{"packages": {
22
"OpenMDAOCore": {
33
"uuid": "24d19c10-6eee-420f-95df-4537264b2753",
4-
"version": "0.4.0"},
4+
"version": "0.3.2"},
55
"LinearAlgebra": {
66
"uuid": "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"},
77
"PythonCall": {

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Create OpenMDAO Components using the Julia programming language"
44
readme = "README.md"
55
keywords = ["openmdao_component"]
66
license = {text = "MIT"}
7-
version = "0.3.0"
7+
version = "0.2.5"
88

99
dependencies = [
1010
"openmdao~=3.36",

0 commit comments

Comments
 (0)