8000 Tags · impy-project/chromo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: impy-project/chromo

Tags

v0.5.6

Toggle v0.5.6's commit message
Tag for PyPI upload

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Include 3.13 and numpy 2 support in binaries (#210)

Updating to np 2 and 3.13.

Should close issues #205, #207.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.5.1

Toggle v0.5.1's commit message
generate cross section for hepmc

v0.5.0

Toggle v0.5.0's commit message
qgsjet and upload to pypi

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Maintenance release (#189)

The PR is a maintenance release with the following changes:

1. From version 1.26.2 we can build the f2py interface files natively
with the public `numpy` release with no hacking. This has been reflected
in the build chain.
2. A quantity "called `fw` that was need for producing histograms of the
invariant cross section `E*dsigma/dp3` has been brought back to the
event data. It requires the center of mass momentum `pcm` to be
accessible from the `EventKinmatics` class (same as for `ecm`).
3. Repair event history and pre-/appending beam particle info can now be
optionally disabled by setting `generator._restore_beam_and_history =
False` to save some CPU time when it is not needed. By default it
remains on.
4. When subclassing `MCRun`, for example when developing custom
interaction models, the model library may not be called
`chromo.models.library_name`. To get this flexibility, the `MCRun` base
class is searching under the previous path `chromo.models` for library
name and if it fails tries just `library_name`.
5. `__hash__` for EventKinematics such that instances can be dictionary
keys.
6. Fixed bugs in QGSJET cross section function when it was called with
nuclear or meson primary. Fixed major bug in QGSJET-II cross section
readout. `qgsect` supports only 3 types of primaries and not all the
known particles.
7. Cross section readout fixed for SIBYLL with meson primaries (where
p.A is None)
8. Implemented missing cross section readout for SIBYLL 2.1
9. Some cosmetics and some imports sorted

v0.4.0

Toggle v0.4.0's commit message
release v0.4.0

tpypi1

Toggle tpypi1's commit message
tag for TestPyPI

tpypi_run1

Toggle tpypi_run1's commit message
Tag to start the workflow for uploading to Test PyPI

v0.3.0rc1

Toggle v0.3.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix workflow file 2 (#149)

This is a second trial to launch PyPI. There is a problem with
conditions. It seems that `github.event.base_ref` is null. At least this
is what it shows when the workflow was launched on a fork. On my test
repository `github.event.base_ref` has correct value. I tested
conditions on a fork of chromo and made a release. It worked. I hope
this time it should work.

zipped_data_v1.0

Toggle zipped_data_v1.0's commit message
Test tag to attach binary in github

0