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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jun 19 09:15:33 PDT 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/c6c3ae1af824/
Changeset:   c6c3ae1af824
User:        ngoldbaum
Date:        2017-06-19 16:01:52+00:00
Summary:     Add missing numpy import to particle_mesh_operations.pyx
Affected #:  1 file

diff -r 4b22085ba0b75e00f4176024e555d459c8f0451d -r c6c3ae1af824dacb49ec558248bd4950ce4b648c yt/utilities/lib/particle_mesh_operations.pyx
--- a/yt/utilities/lib/particle_mesh_operations.pyx
+++ b/yt/utilities/lib/particle_mesh_operations.pyx
@@ -15,6 +15,7 @@
 
 cimport numpy as np
 cimport cython
+import numpy as np
 from yt.utilities.lib.fp_utils cimport imax, fmax, imin, fmin, iclip, fclip
 
 @cython.boundscheck(False)


https://bitbucket.org/yt_analysis/yt/commits/4dd3b6fa631d/
Changeset:   4dd3b6fa631d
User:        MatthewTurk
Date:        2017-06-19 16:15:06+00:00
Summary:     Merge pull request #1459 from ngoldbaum/cython-fix

Add missing numpy import to particle_mesh_operations.pyx
Affected #:  1 file

diff -r 0c844416fb68c75ea74aa75bcc321e06982748d7 -r 4dd3b6fa631d77671ddbe2f975dd8300785857c6 yt/utilities/lib/particle_mesh_operations.pyx
--- a/yt/utilities/lib/particle_mesh_operations.pyx
+++ b/yt/utilities/lib/particle_mesh_operations.pyx
@@ -15,6 +15,7 @@
 
 cimport numpy as np
 cimport cython
+import numpy as np
 from yt.utilities.lib.fp_utils cimport imax, fmax, imin, fmin, iclip, fclip
 
 @cython.boundscheck(False)

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