This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
updated version
master
Jim Rybarski
9 years ago
parent
ac91d388c1
5f734a6091
commit
02f97b1a53
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
CHANGELOG.md
+4
-0
setup.py
+ 3
- 0
CHANGELOG.md
View File
@ -1,3 +1,4 @@
<
<
<
<
<
<
<
HEAD
## [1.1.2] - 2015-10-09
### ADDED
-
`Image`
objects now have a
`frame_number`
attribute.
@ -10,6 +11,8 @@
- The
`data`
attribute is no longer needed since
`Image`
is now a Numpy array.
- The
`image_sets`
iterator will be removed in the near future. You should implement this yourself.
=======
>>>>>>> origin/master
## [1.1.1] - 2015-09-02
### FIXED
- Images returned by indexing would sometimes be skipped when the file contained multiple channels
+ 4
- 0
setup.py
View File
@ -1,6 +1,10 @@
from
setuptools
import
setup
<<
<<
<<
<
HEAD
VERSION
=
"
1.1.2
"
==
==
==
=
VERSION
=
"
1.1.1
"
>>
>>
>>
>
origin
/
master
setup
(
name
=
"
nd2reader
"
,
Write
Preview
Loading…
Cancel
Save