Skip to content

Releases: ssl-hep/ServiceX-Local

v1.2.1 - Small kick off path fix.

14 May 07:07
e03e4ed

Choose a tag to compare

Merge pull request #74 from gordonwatts/codex/update-wsl_transform.sh…

v1.2.0 - local_get_structure and edge cases

14 May 06:58
fd44c51

Choose a tag to compare

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

11 May 18:09
bd21aea

Choose a tag to compare

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!

09 May 04:28
39288ad

Choose a tag to compare

Merge pull request #80 from gordonwatts/feat/final_1.0

Added output for ignored kwargs.

Fixing problem with hatch

06 May 23:39
73fa7ff

Choose a tag to compare

Pre-release
Update pypi.yaml

Solving problems with hatch.

1.0.0b10 - Finally fixes did_id error and allows to work on apple silicon

06 May 23:35
1184bcf

Choose a tag to compare

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.

10 Apr 02:50
7e1f0e2

Choose a tag to compare

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

06 Oct 12:32
7751c46

Choose a tag to compare

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

05 Sep 22:46
75e712b

Choose a tag to compare

Pre-release

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

Full Changelog: 1.0.0b6...1.0.0b7

1.0.0b6 - Singularity Support Added

27 Aug 02:48
ff591ba

Choose a tag to compare

Pre-release

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.