Skip to content

Commit

Permalink
Update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Sep 5, 2023
1 parent 4097db7 commit cb355d3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Python_Engine/Versioning_63.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
"BH.Engine.Python.Query.CodeDirectory()": "This method has been removed.",
"BH.Engine.Python.Query.EnvironmentExists(BH.oM.Python.PythonEnvironment)": "This method has been removed.",
"BH.Engine.Python.Query.ExtensionsDirectory()": "This method has been removed.",
"BH.Engine.Python.Query.EnvironmentsDirectory()": "This method has been removed.",
"BH.Engine.Python.Query.ToString(BH.oM.Python.PythonEnvironment)": "This method has been removed.",
"BH.Engine.Python.Query.Virtualenv(System.String)": "This method has been removed.",
"BH.Engine.Python.Query.VirtualEnv(System.String)": "This method has been removed.",
"BH.Engine.Python.Query.VirtualEnvPythonExePath(System.String)": "This method has been removed.",
"BH.Engine.Python.Query.VirtualEnvDirectory(System.String)": "This method has been removed.",
"BH.Engine.Python.Convert.ToPython(System.Array(,))": "This method has been removed.",
"BH.Engine.Python.Convert.ToPython(System.Object[,])": "This method has been removed.",
"BH.Engine.Python.Compute.RunCommandAsync(System.String, System.Boolean, System.String)": "This method has been removed.",
"BH.Engine.Python.Compute.RunCommandBool(System.String, System.Boolean, System.String, System.Double)": "This method has been removed.",
"BH.Engine.Python.Compute.RunPythonScript(BH.oM.Python.PythonEnvironment, System.String, System.List(String))": "This method has been removed.",
"BH.Engine.Python.Compute.RunPythonScript(BH.oM.Python.PythonEnvironment, System.String, System.Collections.Generic.List<System.String>)": "This method has been removed.",
"BH.Engine.Python.Compute.Invoke(Python.Runtime.PyObject, System.String, System.Collections.Generic.Dictionary<System.String, System.Object>)" : "This method has been removed.",
"BH.Engine.Python.Compute.Invoke(Python.Runtime.PyObject, System.String, System.Collections.Generic.IEnumerable<System.Object>, System.Collections.Generic.Dictionary<System.String, System.Object>)" : "This method has been removed.",
}
}

0 comments on commit cb355d3

Please sign in to comment.