Skip to content

Releases: ssl-hep/ServiceX_frontend

ServiceX 2.2b3

21 Dec 22:07
29b475d
Compare
Choose a tag to compare
ServiceX 2.2b3 Pre-release
Pre-release

This release uses the pre-transition versions of awkward1 and uproot4, rather than the post-release versions.

ServiceX 2.2b1

19 Dec 04:34
Compare
Choose a tag to compare
ServiceX 2.2b1 Pre-release
Pre-release

The streaming release (well, beta release)

  • Final draft of the methods that will stream data as it arrives from ServiceX
  • Removed minio interfaces
  • Better servicex file searching

ServiceX 2.2a2

09 Nov 02:46
Compare
Choose a tag to compare
ServiceX 2.2a2 Pre-release
Pre-release

This adds basic functionality to issue ROOT and parquet files using URL's as async.

  • Known Issues:
    • The download progress bar still appears
    • Proper documentation is missing in several places

This is testing for a funcX project

ServuceX 2.1.1

02 Nov 18:56
caad92a
Compare
Choose a tag to compare

Two minor updates:

  • Truncate filenames that are too long for some filesystems.
  • Update link to the package home page.

ServiceX 2.1

21 Oct 01:51
518f651
Compare
Choose a tag to compare

This version of servicex is deisgned to work with the RC3 backend of ServiceX.

  • Uses the new RC3 API tokens
  • Uses the minio secured endpoints supported by RC3
  • Supports both xAOD and uproot backends, and includes ways of including other types of backends in the future.
  • Use ignore_cache to ignore the local cache
  • Uses default image configured with ServiceX - and records that image locally in the cache for reproducibility possibilities.

ServiceX 2.1b4

12 Oct 17:52
518f651
Compare
Choose a tag to compare
ServiceX 2.1b4 Pre-release
Pre-release

This is really a RC - we think this is the final set

  • Uses API tokens to work with ServiceX
  • Defaults to no image name - which means that you end up using the default in ServiceX
  • Add ignore_cache to allow one to ignore the current cache when submitting a query.

ServiceX 2.1b3 - Bug Fixes

24 Sep 17:06
Compare
Choose a tag to compare
Pre-release
  • Do not close the root file when we load a lazy array from it. The LazyArray requires things to be open.

ServiceX 2.1b2 - Bug Fixes

24 Sep 15:02
Compare
Choose a tag to compare
Pre-release

A few bug fixes:

  • Default developer end-points should work if there is no .servicex file present
  • Combining files from the uproot backend to awkward arrays should now work.

ServiceX front end package 2.1b1 release

23 Sep 16:12
Compare
Choose a tag to compare

Support multiple types of ServiceX backends implicitly

  • The two types, xAOD and uproot are both supported in the sense they can return different types of data (root or parquet files)
  • As long as you tell servicex what sort of file to expect, it can render the data into awkward arrays or pandas.DataFrame's.
  • The interface and .servicex file have been update to support this, and also behave sensibly if the user doesn't specify anything.

Compatibility with ServiceX:

  • Authentication framework will work only up to RC2
  • Job submission, etc., should work accross most (all?) versions of ServiceX

ServiceX 3.0 Beta 1 - Removed

21 Sep 01:25
aaba3a9
Compare
Choose a tag to compare
  • Allow for a "type" of backend when we create the ServiceXDataset
  • Allow for multiple servicex backends to be specified in a .servicex file

This breaks the current user interface:

  • You have to specify a type of backend when you create the ServiceXDataset
  • If you use a .servicex file, you'll need to change the format so you can have multiple servicex endpoints in there.

While this release was built, and it does contain changes, we decided to back out the changes that broke the old UW - so we can go back to the 2.1 series.