Releases: ssl-hep/ServiceX-Local
v1.2.1 - Small kick off path fix.
Merge pull request #74 from gordonwatts/codex/update-wsl_transform.sh…
v1.2.0 - local_get_structure and edge cases
This update adds the get_structure from from servicex_analysis_utils but locally, called local_get_structure. It also allows for dictionary specs to work and some other small improvements to the edge cases. This moves the package towards production level status.
v1.1.0 - Added Configuration and General Improvements
This update removed deliver and replaces it with local_deliver. This is to further separate this from ServiceX workflows. local_deliver does take a spec directly, and it takes a Config class instance. This is to allow the user to configure the system easily.
This update also fixed some small bugs and it added QOL things like the loading bar and setting the logging to WARNING.
1.0.0 - Finished adding core functionality ready to ship!
Merge pull request #80 from gordonwatts/feat/final_1.0 Added output for ignored kwargs.
Fixing problem with hatch
Update pypi.yaml Solving problems with hatch.
1.0.0b10 - Finally fixes did_id error and allows to work on apple silicon
Merge pull request #75 from gordonwatts/AppleFix Added platform to docker string in order to allow for apple silicon use
1.0.0b9: Fixed DID Id problem with newer servicex version.
Add 'did_id' to TransformStatus return Solves problem where it expects the did id and it isn't present. Servicex local doesn't have a native way to pass this. This is a temp fix in order to get it working.
1.0.0b8 - Added support functions to make easier to setup
Added some of the repeat code to helper functions into the library. This also allows the user to easily install serviceX local into the various platforms.
1.0.0b7 - Fix up cache behavior
One real change: adding the username to the cache directory for runs so that more than one person can share a /tmp directory.
What's Changed
- Uuser-Specific cache dir by @gordonwatts in #70
Full Changelog: 1.0.0b6...1.0.0b7
1.0.0b6 - Singularity Support Added
Added the ability for ServiceX Local to be used with Singularity instead of Docker. This expands where it can be used. In order to use with Singularity simply replace the DockerScienceImage object with the SingularityScienceImage object.