Skip to content

Commit ea1008e

Browse files
authored
Merge pull request #170 from LinkunGao/release/v1.13.6
Release/v1.13.6
2 parents 6c89fa5 + d36e44b commit ea1008e

File tree

7 files changed

+238
-165
lines changed

7 files changed

+238
-165
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'LinkunGao'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = 'v1.13.5'
25+
release = 'v1.13.6'
2626

2727

2828
# -- General configuration ---------------------------------------------------

docs/source/release/release.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,3 +1285,9 @@ const resetMainAreaSize = (factor: number) => {
12851285
- impoved the nrrd plugin
12861286
- fixed the 16 bits nrrd axis cannot found issue
12871287
- remove the code axis = ["x","y","z"] in the nrrdloader class.
1288+
1289+
## Release v1.13.6
1290+
1291+
- rewrite the export function
1292+
- only export axis z slices' masks.
1293+
- export with centimeter image, not base onthe pixel.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "copper3d_visualisation",
33
"description": "A 3d visualisation package base on threejs provides multiple scenes and Nrrd image load funtion.",
4-
"version": "1.13.5",
4+
"version": "1.13.6",
55
"main": "dist/bundle.umd.js",
66
"moudle": "dist/bundle.esm.js",
77
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)