diff --git a/CHANGELOG.md b/CHANGELOG.md index 311bf0958e3c25b64be398d1e0831cef0550fa1c..883aed0bd9a3cb81d33312e08ab8f961c799535c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ \* Changed the name of `firstOrderDMA()` to `firstOrderDma()` (cameltoe). This change **breaks** backward compatibility!\ \* Modify `firstOrderDma()` to return the filters as the first argument, in order to avoid calculating the output if it is not required.\ \* Correct error in `firstOrderDma()` header (documentation) and changed name of local array manifold calculation function to clarify that a local function is called.\ -\* Correct erroneous output calculations in `firstOrderDma()`. -\* Moved the `input` input argument to the last of the input arguments list and updated the input argument checks. This change **breaks backward compatibility**. +\* Correct erroneous output calculations in `firstOrderDma()`.\ +\* Moved the `input` input argument to the last of the input arguments list in `firstOrderDma()` and updated the input argument checks. This change **breaks backward compatibility**. **Optimisation - Memetic Algorithm**\ \* Removed redundant code to handle serial for-loop if parfor is not available. @@ -28,15 +28,16 @@ **Utilities - Geometries**\ \* Fix error in `rcvGeo()` applying incorrect rotation to the elements in the Uniform Circular Array.\ -\* Fix error in `virtMicGeo()` not returning the z coordinates of the virtual microphones in the mesh. This fix **breaks backward compatibility**. +\* Fix error in `virtMicGeo()` not returning the z coordinates of the virtual microphones in the mesh. This fix **breaks backward compatibility**.\ +\* Change name of `virtMicGeo()` to `vMicGeo()`. This **breaks** backward compatibility. ** Virtual Sensing - Remote Microphone Technique**\ \* Parallelise the for-loops in `obsFiltEst()`. While execution may be slower for a small number of sources and receiver positions, the overall execution time will not increase significantly due to the functions' generally fast performance.\ \* Parallelise on of the for-loops in `obsFiltTD()`. While execution may be slower for a small number of sources and receiver positions, the overall execution time will not increase significantly due to the functions' generally fast performance.\ -\* Change function name from `obsFiltTD()` to `obsFiltTd()`.\ -\* Change function name from `obsFiltEstTD()` to `obsFiltEstTd()`.\ \* Update `obsFilt()` to return the condition of the perturbed power spectral density matrix. -\* Change name of `virtMicGeo()` to `vMicGeo()`. This **breaks** backward compatibility. +\* Rename the following functions (this **breaks** backward compatibility): + - `obsFiltTD()` to `obsFiltTd()` + - `obsFiltEstTD()` to `obsFiltEstTd()` -------------------------------------------