python-odml icon indicating copy to clipboard operation
python-odml copied to clipboard

odML libraries

Results 47 python-odml issues
Sort by recently updated
recently updated
newest added

Following discussion #93 * Introduce `standalone` attribute for `Section` and `Property` objects. If `parent` is not explicitly set, default `standalone` could be `yes`. * If defined as standalone, the object...

In `property.py` we have an import statement in the body of a method: https://github.com/G-Node/python-odml/blob/master/odml/property.py#L119 This is done to avoid the circular import property.py → section.py → property.py. We should find...

Ability to create templates will be very practical feature. odML templating engine will help users to define templates. c.f. [Python templating ](https://wiki.python.org/moin/Templating#Templating_Engines) and re-use them as needed. A light weight...

[PMML](https://en.wikipedia.org/wiki/Predictive_Model_Markup_Language) is used to interchange statistical models among different platforms. odML can be leveraged to extent PMML to add annotations within.

My system (Win x64 7 Pro DE localized to EN) is displaying some menu items in JP (which is my secondary localization language) ![localization error](https://cloud.githubusercontent.com/assets/4279323/6843748/e32b21e8-d3a5-11e4-844f-6eaa264c1863.png)

The PyPI release is missing [`__init__.py`](https://github.com/G-Node/python-odml/blob/master/test/__init__.py) and [`util.py`](https://github.com/G-Node/python-odml/blob/master/test/util.py) in `test/`, making it impossible to run the tests. Could these be added to the PyPI release, please?