UNPKG

@edsilv/ami.js

Version:

<p align="center"> <img src="https://user-images.githubusercontent.com/214063/46479857-4cd66e80-c7f0-11e8-9585-5748409c9490.png" width="60%"> </p>

58 lines (44 loc) 3.02 kB
# Changelog 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. ## 0.0.23-dev ### Big changes - MGH/Z and FSM support - [#134, #242](https://github.com/FNNDSC/ami/pull/245). - MHD/RAWZ support. [#249](https://github.com/FNNDSC/ami/pull/252) - `ami.js` stack overflow tag - [#65](https://github.com/FNNDSC/ami/issues/65). ### API changes - [[helpers: segmentation lut]](https://github.com/FNNDSC/ami/commit/c311a3e1f82d964ab6bebd368d2286dc104f6a2e) Removed `segId` argument in constructor. ### Added - [[shaders: single pass volume rendering]](https://github.com/FNNDSC/ami/commit/37b6a87c6616601d6aa61964740c67245fba69ec) Add MIP volume rendering. - [[shaders: single pass volume rendering]](https://github.com/FNNDSC/ami/pull/228) Add phong shading support. - [[shaders: contours]]() Add flag to control the opacity of a contour. ### Changed - [[karma]](https://github.com/FNNDSC/ami/commit/57e7d89c9bc84add8c622c5040a74880638c905b) ChromeHeadless instead of Phantom for Karma tests. - Update `NPM` to `Yarn` in *README.md*. - Update command `npm run` to `yarn` in *package.json*. - [[shaders: single pass volume rendering]](https://github.com/FNNDSC/ami/pull/213) Improved volume rendering opacity. ### Removed - [[shaders: vr]](https://github.com/FNNDSC/ami/pull/219) Remove unused variables. ### Fixed - [[shaders: helpers: unpack]](https://github.com/FNNDSC/ami/issues/223) upackDefault value is identity. - [[shaders: helpers: trilinear interpolation]](https://github.com/FNNDSC/ami/issues/229) Fix gradient computation during trilinear interpolation. - [[helpers: vr]](https://github.com/FNNDSC/ami/pull/227) Render back face of mesh to be able to zoom in VR volume. - [[parsers: dicom]](https://github.com/FNNDSC/ami/pull/251) Support 'RGB', 'YBR_RCT', 'YBR_ICT', 'YBR_FULL_422' photometric interpolations. - [[parsers: nrrd]](https://github.com/FNNDSC/ami/commit/6940c141dfbcee4612fef2acc3a6fc870e1c3c9d) Wrong spacing parsing. - [[parsers: nifti]](https://github.com/FNNDSC/ami/pull/250) Wrong tag parsing. - [[examples: viewers compare]](https://github.com/FNNDSC/ami/commit/4585cb39eedc33341c1f7f78d215770d1ce60924) Incorrect layer orientation. - [#212](https://github.com/FNNDSC/ami/issue/212) Missing export for one `NODE_WEBPACK_TARGET` variable. ## 0.0.22 - 2017-11-06 ### Fixed - [X]() - Fix typo in the Core.Utils export. ## 0.0.21 - 2017-11-02 ### Big changes - DOCUMENT NEW BUILD WORKFLOW ### API changes - DOCUMENT NEW API ### Added - [[helpers: contours]](https://github.com/FNNDSC/ami/blob/dev/src/helpers/helpers.contour.js) 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