Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.3 #60

Merged
merged 5 commits into from
Feb 29, 2024
Merged

Release 0.3.3 #60

merged 5 commits into from
Feb 29, 2024

Conversation

freddieknets
Copy link
Collaborator

  • Put materials on a context different from context_default
  • Updated version number to v0.3.3.
  • Some updates to release script

szymonlopaciuk and others added 5 commits February 27, 2024 17:23
This is needed, as otherwise whenever xcoll is imported, the
materials are allocated on the default context. This is not in
itself a problem, but causes a problem for the test run of xtrack,
where emptiness of the default context is checked (as a means of
detecting memory leaks -- this was a problem in the past).
Rather than disabling the check, we can allocate the materials on
a different context, as a means of specifying that these are valid
allocations. Maybe a better solution can be found, but for now
this seems the best.

Signed-off-by: Szymon Łopaciuk <szymon@lopaciuk.eu>
Changes required for removing ParticlesBase
@freddieknets freddieknets merged commit 71065af into main Feb 29, 2024
@freddieknets freddieknets deleted the release/v0.3.3 branch February 29, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants