Commit | Date | |
---|---|---|
[r23794]
by
tlinnet
Removed the multi dimensional structure of kex. kex is not multi-dimensional, and can just be multiplied with numpy arrays. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:41:03 | Tree |
[r23793]
by
tlinnet
Modified unit tests, so pA is sent to target function as float instead of array. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:41:01 | Tree |
[r23792]
by
tlinnet
Fix for testing of pA in lib function, when pA is just float. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:40:59 | Tree |
[r23791]
by
tlinnet
Removed the multi dimensional structure of pA. pA is not multi-dimensional, and can just be multiplied with numpy arrays. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:40:55 | Tree |
[r23790]
by
bugman
Merged revisions 23784-23785 via svnmerge from ........ |
2014-06-10 15:04:40 | Tree |
[r23789]
by
tlinnet
Yet another small improvement for the profiling script. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 14:51:35 | Tree |
[r23788]
by
tlinnet
Implemented a masked array search for where "missing" array is equal 1. This makes it possible to replace all values with this mask, from the value array. This eliminates the last loops over the missing values. It took over 4 hours to figure out, that the mask should be called with mask.mask, Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 14:51:33 | Tree |
[r23787]
by
tlinnet
Removed line "# -*- coding: utf-8 -*-" which was automatically inserted by new python code editor. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 14:51:30 | Tree |
[r23786]
by
tlinnet
Merged revisions 23774,23779-23781,23784-23785 via svnmerge from ........ |
2014-06-10 10:26:28 | Tree |
[r23785]
by
tlinnet
Fix for wrong path testing of Python.h. Python.h would be in PYTHON_PREFIX/include/pythonX.Y/Python.h |
2014-06-10 10:23:01 | Tree |