[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Oct 27 19:04:45 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/29d259b00c88/
Changeset:   29d259b00c88
Branch:      yt
User:        xarthisius
Date:        2016-10-27 23:48:02+00:00
Summary:     [opt] Typedef array returned in yt.geometry.selection_routines.points_in_cells
Affected #:  1 file

diff -r aff20fbf4037f400504edd7d33c88aff92858dbb -r 29d259b00c88218ce24223f541f405f8a7962de9 yt/geometry/selection_routines.pyx
--- a/yt/geometry/selection_routines.pyx
+++ b/yt/geometry/selection_routines.pyx
@@ -2071,6 +2071,7 @@
     # We use brute force since the cells are a relatively unordered collection.
 
     cdef int p, c, n_p, n_c
+    cdef np.ndarray[np.uint8_t, ndim=1, cast=True] mask
 
     n_p = px.size
     n_c = cx.size


https://bitbucket.org/yt_analysis/yt/commits/334cceb2c6e1/
Changeset:   334cceb2c6e1
Branch:      yt
User:        ngoldbaum
Date:        2016-10-28 02:04:18+00:00
Summary:     Merged in xarthisius/yt (pull request #2426)

[opt] Typedef array returned in yt.geometry.selection_routines.points_in_cells
Affected #:  1 file

diff -r 731b1341458da6b10ebd33335f886a29a8dda82b -r 334cceb2c6e197acf1a8c7f273ee9dd0bd592f58 yt/geometry/selection_routines.pyx
--- a/yt/geometry/selection_routines.pyx
+++ b/yt/geometry/selection_routines.pyx
@@ -2071,6 +2071,7 @@
     # We use brute force since the cells are a relatively unordered collection.
 
     cdef int p, c, n_p, n_c
+    cdef np.ndarray[np.uint8_t, ndim=1, cast=True] mask
 
     n_p = px.size
     n_c = cx.size

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list