Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

xpart

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xpart - npm Package Compare versions

Comparing version
0.23.7
to
0.23.8
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: xpart
Version: 0.23.7
Version: 0.23.8
Summary: Generation of Particle Ensembles

@@ -5,0 +5,0 @@ Home-page: https://xsuite.readthedocs.io/

Metadata-Version: 2.4
Name: xpart
Version: 0.23.7
Version: 0.23.8
Summary: Generation of Particle Ensembles

@@ -5,0 +5,0 @@ Home-page: https://xsuite.readthedocs.io/

@@ -1,1 +0,1 @@

__version__ = '0.23.7'
__version__ = '0.23.8'

@@ -187,5 +187,5 @@ # copyright ############################### #

if plane == 'x':
pencil_cut_sigmas = np.abs(p_on_cut_norm.x_norm)
pencil_cut_sigmas = np.abs(p_on_cut_norm.x_norm)[0]
else:
pencil_cut_sigmas = np.abs(p_on_cut_norm.y_norm)
pencil_cut_sigmas = np.abs(p_on_cut_norm.y_norm)[0]

@@ -192,0 +192,0 @@ # Generate normalized pencil in the selected plane (here w is x or y according to plane)