This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
zolfa-nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
bumped version to 2.0.2
feature/load_slices
jim
9 years ago
parent
77475bb3fc
commit
a7ddaadf39
3 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
CHANGELOG.md
+1
-1
nd2reader/__init__.py
+1
-1
setup.py
+ 4
- 0
CHANGELOG.md
View File
@ -1,3 +1,7 @@
## [2.0.2] - 2016-01-06
### ADDED
-
`Nd2.pixel_microns`
gives the width of a pixel
## [2.0.1] - 2016-01-06
### FIXED
- Channel name parsing issue
+ 1
- 1
nd2reader/__init__.py
View File
@ -1,3 +1,3 @@
from
nd2reader.main
import
Nd2
__version__
=
'
2.0.
1
'
__version__
=
'
2.0.
2
'
+ 1
- 1
setup.py
View File
@ -1,6 +1,6 @@
from
setuptools
import
setup
VERSION
=
'
2.0.
1
'
VERSION
=
'
2.0.
2
'
if
__name__
==
'
__main__
'
:
setup
(
Write
Preview
Loading…
Cancel
Save