This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
Releases: scikit-hep/aghast
Releases · scikit-hep/aghast
0.2.1
0.2.0
0.1.0rc4
First version with continuous integration tests and automated deployment.
Note: all aghast.connect.X.fromX
and aghast.connect.X.toX
functions have been moved to aghast.fromX
and aghast.toX
. Not only is this shorter, but it lets me avoid a namespace conflict that could not be resolved in PyPy 2.7 (because it ignored from __future__ import absolute_import
).