You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign 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 - pypi Package Compare versions

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

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

Metadata-Version: 2.4
Name: xpart
Version: 0.23.4
Version: 0.23.5
Summary: Generation of Particle Ensembles

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

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

__version__ = '0.23.4'
__version__ = '0.23.5'

@@ -43,3 +43,2 @@ # copyright ############################### #

if ee.voltage != 0:
freq_list.append(eecp.frequency)
lag_list_deg.append(eecp.lag)

@@ -49,4 +48,6 @@ voltage_list.append(eecp.voltage)

h_list.append(eecp.harmonic)
freq_list.append(eecp.harmonic / T_rev)
else:
h_list.append(eecp.frequency*T_rev)
freq_list.append(eecp.frequency)
found_nonlinear_longitudinal = True

@@ -53,0 +54,0 @@ elif ee.__class__.__name__ == 'LineSegmentMap':