|
5 | 5 | News
|
6 | 6 | ____
|
7 | 7 |
|
8 |
| -New with version 2.5 (upcoming). |
9 |
| --------------------------------- |
| 8 | +Version 2.6 (unreleased) |
| 9 | +------------------------ |
| 10 | + |
| 11 | +- Many structural bugs with the Python wrappers were fixed. They should be |
| 12 | + more stable and usable now. |
| 13 | +- Exceptions are now properly handled in OpenMP threads, which should improve |
| 14 | + stability. |
| 15 | + |
| 16 | +Version 2.5 |
| 17 | +----------- |
10 | 18 |
|
11 | 19 | Important re-write
|
12 | 20 | ^^^^^^^^^^^^^^^^^^
|
@@ -51,3 +59,79 @@ New block API
|
51 | 59 | With the re-write of the internal code, a new block-matrix API has been added. This is useful
|
52 | 60 | for advanced leadfield computation (e.g. for varying conductivities leadfields without redoing
|
53 | 61 | all computations). It will be soon exploited to add some new capabilities to OpenMEEG.
|
| 62 | + |
| 63 | +App improvments |
| 64 | +^^^^^^^^^^^^^^^ |
| 65 | +- Add "-d" option to om_check_geom to check if dipoles are within |
| 66 | + the inner interface. |
| 67 | + |
| 68 | +Version 2.4 |
| 69 | +----------- |
| 70 | + |
| 71 | +Enhancements |
| 72 | +^^^^^^^^^^^^ |
| 73 | +- handles non-nested geometries: domains can have several neighbors as long as their |
| 74 | + conductivity is constant and isotropic. |
| 75 | +- handles zero-conductivity domains (modeling ventricles or silicone material) |
| 76 | +- CGAL meshing tools (allowing to remesh or decimate existing meshes, |
| 77 | + or to mesh a levelset) |
| 78 | +- can use linear algebra packages MKL and OpenBLAS, on all platforms (linux, MacOS and Windows) |
| 79 | +- support for VTK mesh formats |
| 80 | + |
| 81 | +Version 2.1 |
| 82 | +^^^^^^^^^^^ |
| 83 | + |
| 84 | +Enhancements |
| 85 | +^^^^^^^^^^^^ |
| 86 | +- added the adjoint way for computing a leadfield for either EEG, MEG or |
| 87 | + MEEG simultaneously. This save a lot of time and memory for big systems (>1000 pts/surfaces). |
| 88 | +- better ordering in computations when inverting the matrix for the memory footprint. |
| 89 | +- storage now more effective using the matio library even for symmetric matrices. |
| 90 | +- support for matlab7.3 file format. |
| 91 | +- reducing memory footprint of DSM, Head2MEG, SurfSource2MEG and DipSource2MEG computations |
| 92 | +- improved MKL detection |
| 93 | +- lapack inclusion (experimental) to ease the build on architectures where |
| 94 | + there is no alternative. |
| 95 | + |
| 96 | +Bug fixes |
| 97 | +^^^^^^^^^ |
| 98 | +- allowance of spaces in mesh file names with a new .geom format (old |
| 99 | + format is still accepted). |
| 100 | +- bug when loading sensor file with no empty line at the end |
| 101 | +- fix leak in Mesh class |
| 102 | + |
| 103 | +Removed features |
| 104 | +^^^^^^^^^^^^^^^^ |
| 105 | +- TV inverse solver |
| 106 | + |
| 107 | +Version 1.1 |
| 108 | +^^^^^^^^^^^ |
| 109 | + |
| 110 | +Enhancements |
| 111 | +^^^^^^^^^^^^ |
| 112 | +- added target for uninstalling (make uninstall). |
| 113 | +- possibility of evaluating the potential at any point within inner volume. |
| 114 | +- for Functional Electric Stimulation: added a new criterion to optimize: current activation. |
| 115 | +- support for MKL-10.0 on MacOS. |
| 116 | +- added the possibility of statically linked libraries for easier distribution (unix only). |
| 117 | +- more information on mesh qualify in om_mesh_info. |
| 118 | +- more tests (mostly for EIT tests). |
| 119 | +- do not use optimized operator D when using OpenMP. |
| 120 | +- automatic finding of fortan libraries (for unix), better blas/lapack/atlas detection. |
| 121 | +- build system updated for cmake 2.6 |
| 122 | + |
| 123 | +Bug fixes |
| 124 | +^^^^^^^^^ |
| 125 | +- corrected a misprint help message and adding a message if not enough arguments are given. |
| 126 | +- corrected the magnitude of MEG leadfields, update the tests accordingly. |
| 127 | +- added some missing guards against multiple .H inclusion. |
| 128 | +- correctly initialized matrices before filling them. |
| 129 | +- corrected handling of single layer models. |
| 130 | +- corrected the order of atlas libraries in link. |
| 131 | + |
| 132 | +Maintenance |
| 133 | +^^^^^^^^^^^ |
| 134 | +- non-templated versions of the operatorsN,D,S ; the order of the parameters have been slightly changed . |
| 135 | +- use namespaces everywhere, prefix include guard variables by OPENMEEG_. |
| 136 | +- removed unnecessary info in file headers. |
| 137 | +- matlab io files. |
0 commit comments