File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,18 @@ pip install servicex-analysis-utils
8
8
9
9
##### This package contains the to_awk() function:
10
10
```
11
- Load an awkward array from the deliver() output with uproot or uproot.dask.
11
+ Load an awkward array from the deliver() output with uproot or uproot.dask.
12
12
13
- Parameters:
14
- deliver_dict (dict): Returned dictionary from servicex.deliver()
15
- (keys are sample names, values are file paths or URLs).
16
- dask (bool): Optional. Flag to load as dask-awkward array. Default is False
17
- **uproot_kwargs : Optional. Additional keyword arguments passed to uproot.dask or uproot.iterate
13
+ Parameters:
14
+ deliver_dict (dict): Returned dictionary from servicex.deliver()
15
+ (keys are sample names, values are file paths or URLs).
16
+ dask (bool): Optional. Flag to load as dask-awkward array. Default is False
17
+ iterator(bool): Optional. Flag to materialize the data into arrays or to return iterables with uproot.iterate
18
+ **kwargs : Optional. Additional keyword arguments passed to uproot.dask, uproot.iterate and from_parquet
18
19
19
-
20
- Returns:
21
- dict: keys are sample names and values are awkward arrays, uproot generator objects or dask-awkward arrays.
20
+
21
+ Returns:
22
+ dict: keys are sample names and values are awkward arrays, uproot generator objects or dask-awkward arrays.
22
23
```
23
24
24
25
## Documentation
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " servicex_analysis_utils"
7
- version = " 1.0.b2 "
7
+ version = " 1.0.b3 "
8
8
description = " A package with analysis tools for ServiceX."
9
9
authors = [{name = " Artur Cordeiro Oudot Choi" , email = " acordeir@cern.ch" }]
10
10
readme = " README.md"
@@ -17,8 +17,8 @@ dependencies = [
17
17
]
18
18
19
19
[project .urls ]
20
- "Source Code" = " https://github.com/ArturU043 /ServiceX_analysis_utils"
21
- "Issue Tracker" = " https://github.com/ArturU043 /ServiceX_analysis_utils/issues"
20
+ "Source Code" = " https://github.com/ssl-hep /ServiceX_analysis_utils"
21
+ "Issue Tracker" = " https://github.com/ssl-hep /ServiceX_analysis_utils/issues"
22
22
23
23
[tool .hatch .build .targets .sdist ]
24
24
include = [
You can’t perform that action at this time.
0 commit comments