diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2021-05-07 12:58:20 +0200 |
---|---|---|
committer | Bas van Beek <b.f.van.beek@vu.nl> | 2021-05-07 13:41:02 +0200 |
commit | 5355d10b6416ef77d56c634a4f7674b3c3e092ac (patch) | |
tree | 572e22a809831deb863cc8f63a7e1cebd22a9fdf /doc | |
parent | cb64227497a3a1eec6358fbfab822e58154b611a (diff) | |
download | numpy-5355d10b6416ef77d56c634a4f7674b3c3e092ac.tar.gz |
REL: Add a release note for #18838
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/18934.improvement.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/18934.improvement.rst b/doc/release/upcoming_changes/18934.improvement.rst new file mode 100644 index 000000000..582062f2f --- /dev/null +++ b/doc/release/upcoming_changes/18934.improvement.rst @@ -0,0 +1,5 @@ +Placeholder annotations have been improved +------------------------------------------ +All placeholder annotations, that were previously annotated as ``typing.Any``, +have been improved. Where appropiate they have been replaced with explicit +function definitions, classes or other miscellaneous objects. |