All notable changes to this project will be documented in this file.
We may want to also add it to the Gtihub release information.
Note: We need this file so we can log new features while we are developing instead of having to do it all at once when release happens.
- MGH/Z and FSM support - #134, #242.
- MHD/RAWZ support. #249
ami.js
stack overflow tag - #65.
- [helpers: segmentation lut] Removed
segId
argument in constructor.
- [shaders: single pass volume rendering] Add MIP volume rendering.
- [shaders: single pass volume rendering] Add phong shading support.
- [shaders: contours] Add flag to control the opacity of a contour.
- [karma] ChromeHeadless instead of Phantom for Karma tests.
- Update
NPM
toYarn
in README.md. - Update command
npm run
toyarn
in package.json. - [shaders: single pass volume rendering] Improved volume rendering opacity.
- [shaders: vr] Remove unused variables.
- [shaders: helpers: unpack] upackDefault value is identity.
- [shaders: helpers: trilinear interpolation] Fix gradient computation during trilinear interpolation.
- [helpers: vr] Render back face of mesh to be able to zoom in VR volume.
- [parsers: dicom] Support 'RGB', 'YBR_RCT', 'YBR_ICT', 'YBR_FULL_422' photometric interpolations.
- [parsers: nrrd] Wrong spacing parsing.
- [parsers: nifti] Wrong tag parsing.
- [examples: viewers compare] Incorrect layer orientation.
- #212 Missing export for one
NODE_WEBPACK_TARGET
variable.
- X - Fix typo in the Core.Utils export.
- DOCUMENT NEW BUILD WORKFLOW
- DOCUMENT NEW API
Ref: https://github.com/olivierlacan/keep-a-changelog/blob/master/CHANGELOG.md [Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD [1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v1.0.0