Skip to content

Commit 8ee932b

Browse files
committed
- updated changelog and readme
1 parent 336efd7 commit 8ee932b

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog #
22

3+
## 2.0.3 ##
4+
2016-06-09[^1]
5+
6+
##### Minor Changes: #####
7+
- added some in-code documentation
8+
- added missing matlab function in matlab roatation script generator
9+
- stack processing of CorrSight sequences now include tiles. They are added in sequence, i.e. stack after stack in one file
10+
11+
##### Bugfixes:#####
12+
- fixed loading of RGB images. Some were imported incorrectly and showed tiling
13+
- coordinate offset calculation for rotation center other than 0,0,0
14+
- matlab roatation script generator variable typo fixed
15+
16+
##### Known bugs:#####
17+
- file list order from working directory in 3DCT main window not sorted correctly under Linux (tested under Ubuntu 15.04)
18+
- when changing contrast/brightness and the focus is switched quickly during the process (like clicking on the other image) the order of added markers is not correct anymore. A workaround is to click on the affected image and change the contrast/brightness again, or reset it.
19+
20+
321
## 2.0.2 ##
422
2016-04-27[^1]
523

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The Toolbox is written in Python 2.7 and comes with a PyQt4 GUI. Further depende
1616
+ cv2 [^2]
1717
+ tifffile [^2] (Christoph Gohlke)
1818
+ colorama [^2] (optional for colored stdout when debugging)
19+
+ qimage2ndarray [^2]
1920

2021
[^1]: usually available via your favorite package manager
2122
[^2]: available via pip
@@ -45,7 +46,7 @@ Copyright (C) 2016 Jan Arnold
4546

4647
Version 2.0 is the first public release and received a revised GUI and image stack handling (reslicing) done in python (formerly outsourced to FIJI)
4748

48-
Most recent stable release version is 2.0.2.
49+
Most recent stable release version is 2.0.3.
4950

5051
### Binaries ###
5152

tdct/TDCT_debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"""
2222
# ======================================================================================================================
2323

24-
debug = True
24+
debug = False

0 commit comments

Comments
 (0)