diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-11-23 19:08:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-23 19:08:51 -0600 |
commit | 983bbb5ed2495e034b437a0b58a69371d4dfed74 (patch) | |
tree | 91f999ac716fb1814d278dc6913b9d72e8c3f3b3 /doc | |
parent | 5287788713133ca467a3f585dad371dc188dc6b2 (diff) | |
parent | 61371de744b363eacdb2ae277c33d365164380f3 (diff) | |
download | numpy-983bbb5ed2495e034b437a0b58a69371d4dfed74.tar.gz |
Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo
ENH: add multi-field assignment helpers in np.lib.recfunctions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.16.0-notes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.16.0-notes.rst b/doc/release/1.16.0-notes.rst index 839518932..8ab2cab15 100644 --- a/doc/release/1.16.0-notes.rst +++ b/doc/release/1.16.0-notes.rst @@ -19,6 +19,11 @@ Highlights New functions ============= + * New functions in the `numpy.lib.recfunctions` module to ease the structured + assignment changes: `assign_fields_by_name`, `structured_to_unstructured`, + `unstructured_to_structured`, `apply_along_fields`, and `require_fields`. + See the user guide at <https://docs.scipy.org/doc/numpy/user/basics.rec.html> + for more info. Deprecations ============ |