diff --git a/.gitignore b/.gitignore index 736597b6b7af..a2a1f2b68725 100644 --- a/.gitignore +++ b/.gitignore @@ -187,6 +187,7 @@ numpy/random/legacy/*.c numpy/random/_mtrand/randint_helpers.pxi numpy/random/bounded_integers.pyx numpy/random/bounded_integers.pxd +numpy/random/lib/npyrandom.lib tools/swig/test/Array_wrap.cxx tools/swig/test/Farray_wrap.cxx tools/swig/test/Farray.py diff --git a/doc/release/upcoming_changes/18934.improvement.rst b/doc/release/upcoming_changes/18934.improvement.rst new file mode 100644 index 000000000000..582062f2f5fb --- /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.