Skip to content

Commit

Permalink
Merge pull request #18706 from charris/update-upcoming_changes
Browse files Browse the repository at this point in the history
DOC: Add release notes to upcoming_changes
  • Loading branch information
charris committed Apr 1, 2021
2 parents 79086a5 + 7f14329 commit 623bc1f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/release/upcoming_changes/18629.new_feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
New ``min_digits`` argument for printing float values
-----------------------------------------------------
A new ``min_digits`` argument has been added to the dragon4 float printing
functions `np.format_float_positional` and `np.format_float_scientific` . This
kwd guarantees that at least the given number of digits will be printed when
printing in unique=True mode, even if the extra digits are unnecessary to
uniquely specify the value. It is the counterpart to the precision argument
which sets the maximum number of digits to be printed. When unique=False in
fixed precision mode, it has no effect and the precision argument fixes the
number of digits.
3 changes: 3 additions & 0 deletions doc/release/upcoming_changes/18695.new_feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
f2py now recognizes Fortran abstract interface blocks
-----------------------------------------------------
`np.f2py` can now parse abstract interface blocks.

0 comments on commit 623bc1f

Please sign in to comment.