Skip to content

Commit 586e774

Browse files
committed
add PFM support to release notes
1 parent 5dd1652 commit 586e774

3 files changed

Lines changed: 52 additions & 1 deletion

File tree

docs/handbook/image-file-formats.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,8 @@ PFM
701701

702702
.. versionadded:: 10.3.0
703703

704-
Pillow reads and writes grayscale (Pf format) PFM files containing ``F`` data.
704+
Pillow reads and writes grayscale (Pf format) Portable FloatMap (PFM) files
705+
containing ``F`` data.
705706

706707
Color (PF format) PFM files are not supported.
707708

docs/releasenotes/10.3.0.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
10.3.0
2+
------
3+
4+
Backwards Incompatible Changes
5+
==============================
6+
7+
TODO
8+
^^^^
9+
10+
Deprecations
11+
============
12+
13+
TODO
14+
^^^^
15+
16+
TODO
17+
18+
API Changes
19+
===========
20+
21+
TODO
22+
^^^^
23+
24+
TODO
25+
26+
API Additions
27+
=============
28+
29+
TODO
30+
^^^^
31+
32+
TODO
33+
34+
Security
35+
========
36+
37+
TODO
38+
^^^^
39+
40+
TODO
41+
42+
Other Changes
43+
=============
44+
45+
Portable FloatMap (PFM) images
46+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
47+
48+
Support has been added for reading and writing grayscale (Pf format)
49+
Portable FloatMap (PFM) files containing ``F`` data.

docs/releasenotes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ expected to be backported to earlier versions.
1414
.. toctree::
1515
:maxdepth: 2
1616

17+
10.3.0
1718
10.2.0
1819
10.1.0
1920
10.0.1

0 commit comments

Comments
 (0)