25 research outputs found
xsuite/xmask: Xmask version 0.3.5
<p><strong>Changes:</strong></p>
<ul>
<li>Fix in test (comparison always yielded True).</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/xsuite/xmask/compare/v0.3.4...v0.3.5</p>
xsuite/xdeps: Xdeps version 0.4.3
<p><strong>Changes</strong></p>
<ul>
<li>Add <code>max_rel_penalty_increase</code> option in Optimize</li>
<li>Use <code>LessThan</code> and <code>GreaterThan</code> objects to handle inequalities.</li>
<li>Introduce <code>Optimize.vary_status()</code> and <code>Optimize.add_point_to_log()</code>. Improve <code>Optimize.target_status()</code> and <code>Optimize.log()</code></li>
<li>Improve visualization for <code>Table</code>.</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/xsuite/xdeps/compare/v0.4.2...v0.4.3</p>
Xobjects and Xdeps: Low-Level Libraries Empowering Beam Dynamics Simulations
Xobjects and Xdeps are Python libraries included in the Xsuite beam dynamics simulation software package. These libraries are crucial to achieving two of the main goals of Xsuite: speed and ease of use. Xobjects allows users to run simulations on various hardware in a platform-agnostic way: with little user intervention single- and multi-threading is supported as well as GPU computations using both CUDA and OpenCL. Xdeps provides support for deferred expressions in Xsuite. Relations among simulation parameters and functions driving properties of lattice elements can be defined or indeed imported from other tools such as MAD-X and then easily updated before or during the simulation
xsuite/xboinc: Xboinc release 0.1.4
<h2>What's Changed</h2>
<ul>
<li>Easy compilation for Windows targets</li>
<li>Added retrieve function</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/xsuite/xboinc/compare/v0.1.3...v0.1.4</p>
xsuite/xboinc: Xboinc release 0.1.5
<h2>What's Changed</h2>
<ul>
<li>No more compilation at import (default tracker is cached and only compiled when needed)</li>
<li>Xsuite environment versions are only asserted when needed</li>
<li>Fixed internal versioning scripts</li>
<li>Updated examples and tests (tests do not enforce xsuite versions, to make sure issues are found)</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/xsuite/xboinc/compare/v0.1.4...v0.1.5</p>
xsuite/xobjects: v0.2.9
<p><strong>Changes:</strong></p>
<ul>
<li>Fix in <code>HybridClass.to_dict()</code></li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/xsuite/xobjects/compare/v0.2.8...v0.2.9</p>
xsuite/xobjects: Xobjects version 0.2.10
<p><strong>Changes</strong></p>
<ul>
<li>Introduce possibility to use CUDA shared memory.</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/xsuite/xobjects/compare/v0.2.9...v0.2.10</p>
xsuite/xpart: Xpart version 0.16.1
<p><strong>Changes:</strong></p>
<ul>
<li>Fix issue with active/lost particle counting</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/xsuite/xpart/compare/v0.16.0...v0.16.1</p>
xsuite/xpart: Xpart version 0.16.0
<p><strong>Changes:</strong></p>
<ul>
<li>Introduce <code>Particles.update_p0c_and_energy_deviations(...)</code></li>
<li>Introduce custom setters, getters, adders and scalers for xp = dx/ds and yp=dy/ds in <code>LocalParticle</code></li>
<li>Introduce <code>Particles.pdg_id</code>.</li>
</ul>
<p><strong>Full Changelog</strong>: https://github.com/xsuite/xpart/compare/v0.15.4...v0.16.0</p>