Skip to content

Commit 82fec3b

Browse files
committed
Update README
1 parent a7761e9 commit 82fec3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ServiceX DataBinder
22

3-
<p align="right"> Release v0.2.8 </p>
3+
<!-- <p align="right"> Release v0.2.9 </p> -->
44

55
[![PyPI version](https://badge.fury.io/py/servicex-databinder.svg)](https://badge.fury.io/py/servicex-databinder)
66

@@ -70,7 +70,7 @@ The followings are available options:
7070
| `Name` | sample name defined by a user |`String` |
7171
| `RucioDID` | Rucio Dataset Id (DID) for a given sample; <br> Can be multiple DIDs separated by comma |`String` |
7272
| `XRootDFiles` | XRootD files (e.g. `root://`) for a given sample; <br> Can be multiple files separated by comma |`String` |
73-
| `Tree` | Name of the input ROOT `TTree` (`uproot` ONLY) |`String` |
73+
| `Tree` | Name of the input ROOT `TTree`; <br> Can be multiple `TTree`s separated by comma (`uproot` ONLY) |`String` |
7474
| `Filter` | Selection in the TCut syntax, e.g. `jet_pt > 10e3 && jet_eta < 2.0` (TCut ONLY) |`String` |
7575
| `Columns` | List of columns (or branches) to be delivered; multiple columns separately by comma (TCut ONLY) |`String` |
7676
| `FuncADL` | func-adl expression for a given sample (see [example](config_example_xaod.yml)) |`String` |

servicex_databinder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from .servicex_databinder import DataBinder
44

5-
__version__ = '0.2.8'
5+
__version__ = '0.2.9'
66

77
logging.basicConfig(format="%(levelname)s - %(message)s")
88
logging.getLogger(__name__).setLevel(logging.INFO)

0 commit comments

Comments
 (0)