[root]/PythonInterface
Documentation
(0 files, 0 lines)
Examples
(0 files, 0 lines)
Icons
(0 files, 0 lines)
OMPython
(0 files, 0 lines)
OMParser
(0 files, 0 lines)
Plugins
(0 files, 0 lines)
Algorithms
(0 files, 0 lines)
Control
(0 files, 0 lines)
Internal
(0 files, 0 lines)
Integrator
(0 files, 0 lines)
Sundials
(0 files, 0 lines)
Analysis
(0 files, 0 lines)
.Template
(0 files, 0 lines)
Icons
(0 files, 0 lines)
EigenvalueAnalysis
(0 files, 0 lines)
LinearSystemAnalysis
(0 files, 0 lines)
Examples
(0 files, 0 lines)
MinMax
(0 files, 0 lines)
SignalProcessing
(0 files, 0 lines)
SimulationResult
(0 files, 0 lines)
DymolaMat
(0 files, 0 lines)
Mtsf
(0 files, 0 lines)
Simulator
(0 files, 0 lines)
Dymola
(0 files, 0 lines)
FMUSimulator
(0 files, 0 lines)
OpenModelica
(0 files, 0 lines)
PySimulator
(0 files, 0 lines)
Documentation
(0 files, 0 lines)
Examples
(0 files, 0 lines)
Icons
(0 files, 0 lines)
Plugins
(0 files, 0 lines)
Algorithms
(0 files, 0 lines)
Control
(0 files, 0 lines)
Internal
(0 files, 0 lines)
Integrator
(0 files, 0 lines)
Sundials
(0 files, 0 lines)
Analysis
(0 files, 0 lines)
.Template
(0 files, 0 lines)
Icons
(0 files, 0 lines)
EigenvalueAnalysis
(0 files, 0 lines)
LinearSystemAnalysis
(0 files, 0 lines)
Examples
(0 files, 0 lines)
MinMax
(0 files, 0 lines)
SignalProcessing
(0 files, 0 lines)
SimulationResult
(0 files, 0 lines)
DymolaMat
(0 files, 0 lines)
Mtsf
(0 files, 0 lines)
Simulator
(0 files, 0 lines)
Dymola
(0 files, 0 lines)
FMUSimulator
(0 files, 0 lines)
OpenModelica
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 58 (100.0%) | 193 (100.0%) | 3.3 |
sjoelund.se | 36 (62.1%) | 105 (54.4%) | 2.9 |
adeas31 | 8 (13.8%) | 46 (23.8%) | 5.7 |
hudson | 3 (5.2%) | 40 (20.7%) | 13.3 |
adrpo | 1 (1.7%) | 1 (0.5%) | 1.0 |
AnandKGaneson | 10 (17.2%) | 1 (0.5%) | 0.1 |
#2619 Move OMPython to https://github.com/OpenModelica/OMPython
0 lines of code changed in 16 files:
Changed OMPython version from 1.0 to 2.0
- The 2.0 version uses session (OMCSession objects) instead of a global object created when importing OMPython
5 lines of code changed in 1 file:
Adding PythonInterface target: upload
- We can now upload a source release of OMPython so users can install it using pip
- The omniORB python interface is not part of the package repository and needs to be installed separate
17 lines of code changed in 2 files:
- Copy the omni python library to python directory.
1 lines of code changed in 1 file:
- Removed PySimulator since it is moved to github.
- Only creates the OMPython directories when user installs it.
18 lines of code changed in 3 files:
Added new parser for OMPython (use OMPython.sendExpression())
- Handles the typed OpenModelica API, and returns basic Python types that are simple to use (dict,tuple,string,boolean,numbers)
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
40 lines of code changed in 3 files:
- in Windows copy PySimulator to build\share\omc\scripts\PythonInterface for now
maybe we can find a better place later.
1 lines of code changed in 1 file:
PySimulator0.5, installed with the OpenModelica plugin
0 lines of code changed in 9 files:
- eol-style
1 lines of code changed in 1 file:
Modified OMC search paths, removed Python 2.7's dependency so now Python 2.6 should also support OMPython, minor changes in OMParser/__init__.py, updated setup.py.
1 lines of code changed in 1 file:
- PythonInterface make clean
4 lines of code changed in 1 file:
- Re-add tabs
7 lines of code changed in 1 file:
- Fixed some path issues.
- Generate two packages OMPython and OMPythonIDL.
- Generate _OMCIDL instead of a very generic name _GlobalIDL.
- Fixed Popen problem.
- Write omc output to a log file.
27 lines of code changed in 3 files:
- Removed invalid setup option "date"
0 lines of code changed in 1 file:
- Some changes to the way we store the idl-generated files in Python (avoid import errors when installed to site-packages)
7 lines of code changed in 2 files:
- Add flag so we can --disable-python-interface
6 lines of code changed in 1 file:
- Moved OMPython manual.
0 lines of code changed in 1 file:
- Install both python 2.6 and 2.7 versions if available
2 lines of code changed in 1 file:
- Symlink 2.6 and 2.7 Python files
4 lines of code changed in 1 file:
- Only use deb layout on a system with aptitude
2 lines of code changed in 1 file:
- Use a path relative to the build dir, not my own home
1 lines of code changed in 1 file:
- Moving python interface
48 lines of code changed in 5 files: