Results (1 - 10 of 14)
- [73230]: wxGUI/gui_core: lazy import both of the pygrass (ctypes) dependent ...
- wxGUI/gui_core: lazy import both of the pygrass (ctypes) dependent modules If one can be lazy imported, the other can be too. Avoids or postpones a fatal error at startup when uncaught exception happens. Also translate the error message and avoid 'is Fals ...
- By 09/02/18 19:31:55 —
- [71823]: r.fidimo: lazy import numpy and scipy (scipy is not a build/core ...
- r.fidimo: lazy import numpy and scipy (scipy is not a build/core dependency)
- By 11/25/17 06:48:13 —
- [71006]: r.series.filter: lazy import scipy (global import in main block)
- r.series.filter: lazy import scipy (global import in main block)
- By 05/02/17 19:11:12 —
- [71005]: g.cloud: pexpect not need in the main file, lazy import ssh (sub)module
- g.cloud: pexpect not need in the main file, lazy import ssh (sub)module
- By 05/02/17 19:05:45 —
- [71004]: r.denoise: lazy import pyproj
- r.denoise: lazy import pyproj
- By 05/02/17 18:47:05 —
- [70986]: r.mregression.series: lazy import statsmodels package (compilation now ...
- r.mregression.series: lazy import statsmodels package (compilation now works without it)
- By 04/29/17 12:09:52 —
- [70588]: use lazy imports for the temporal package (backport r70357, see #3257)
- use lazy imports for the temporal package (backport r70357, see #3257)
- By 02/15/17 09:17:51 —
- [70450]: wxGUI: lazy imports for lmgr and mapdisp Avoids potential startup ...
- wxGUI: lazy imports for lmgr and mapdisp Avoids potential startup failures when dependencies are not met. Insignificantly or potentially improves startup time. Also removes unused imports (e.g. pylint -E --enable=unused-import). Imports from c ...
- By 01/28/17 20:47:03 —
- [70357]: use lazy imports for the temporal package This avoids ctypes-related ...
- use lazy imports for the temporal package This avoids ctypes-related issues during compilation (see #3257). Using beginning of main function if possible. If not adding to the if __name__... global part with a note about imports being at the e ...
- By 01/12/17 20:01:44 —
- [70212]: 'lazy import of all external dependencies in r.randomforest to avoid ...
- 'lazy import of all external dependencies in r.randomforest to avoid problems when compiling'
- By 01/02/17 14:14:28 —
Note:
See TracSearch
for help on searching.