Skip to content

Commit e2fb403

Browse files
authored
Merge pull request #412 from nkeim/v06-notes
RLS: Release notes for v0.6
2 parents 1d2b0f1 + 7bd6340 commit e2fb403

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/source/release_notes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Release notes
22
=============
33

4+
v0.6
5+
----
6+
This is a major release recommended for all users.
7+
8+
- Added direct dependence on imageio (PR 392); imageio-ffmpeg is optional (PR 358)
9+
- Added compatibility with Python 3.10 and 3.11 (PR 383, PR 399)
10+
- Ended support for Python 2 (PR 408)
11+
- PIMS reader objects now support the ``dtype`` and ``shape`` attributes from the
12+
standard numpy array interface (PR 254)
13+
- Fixed frame numbering bug for PyAV (PR 370)
14+
- Fixed handling of nonstandard datetime tags in TIFFs (PR 375)
15+
- Updated documentation (PR 376, PR 390)
16+
- Fixed and improved automated testing and development (PR 380, PR 383,
17+
PR 399, PR 391, PR 407, PR 410)
18+
- Removed use of deprecated skimage.external.tifffile (PR 362)
19+
20+
421
v0.5
522
----
623
This is a major release recommended for all users. Your existing code to

0 commit comments

Comments
 (0)