Overview
This release contains a paper to be published in the Journal of Open Source Software (JOSS). The title of the paper is "Synaptus: A Matlab/Octave toolbox for synthetic aperture ultrasound imaging".
The process of writing the paper has included several updates to the toolbox and its documentation, most notably
- Adding the paper itself (found under folder
paper
) - Adding an array version of the PSM algorithm (
array_psm.m
), with datasets and tests - Making test formatting more consistent, and adding a script for running all tests in sequence
- Bug fixes regarding paths to toolboxes in tests
- Switching from plain text to markdown for documentation
- Updating
README.md
,LICENSE.md
,CONTRIBUTING.md
andCOC.md
files. The most significant changes have been made toREADME.md
, which now includes several example usages, with images, and updated installation instructions.
Accepted pull requests
- lang: en-GB by @arfon in #4
- Fixes path definitions for Ubuntu Linux by @Kevin-Mattheus-Moerman in #5
New Contributors
- @arfon made their first contribution in #4
- @Kevin-Mattheus-Moerman made their first contribution in #5
Full Changelog: v1.0...v1.1