8000 ENH: pathlib support for fromfile(), .tofile() and .dump() by sorenrasmussenai · Pull Request #12915 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: pathlib support for fromfile(), .tofile() and .dump() #12915

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 4, 2019
Prev Previous commit
Next Next commit
Update 1.17.0-notes.rst
  • Loading branch information
sorenrasmussenai authored Mar 19, 2019
commit 0933c152c3629376fab9c89e93733fa20b5c2eea
8 changes: 4 additions & 4 deletions doc/release/1.17.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ thereby saving a level of indentation
In some cases where ``np.interp`` would previously return ``np.nan``, it now
returns an appropriate infinity.

Pathlib support for `np.fromfile`, `ndarray.tofile` and `ndarray.dump`
----------------------------------------------------------------------
`np.fromfile`, `np.ndarray.tofile` and `np.ndarray.dump` now support
the `pathlib.Path` type for the `file`/`fid` parameter.
Pathlib support for ``np.fromfile``, ``ndarray.tofile`` and ``ndarray.dump``
----------------------------------------------------------------------------
``np.fromfile``, ``np.ndarray.tofile`` and ``np.ndarray.dump`` now support
the `pathlib.Path` type for the ``file``/``fid`` parameter.


Changes
Expand Down
0