Giordon Stark

Results 293 comments of Giordon Stark

Adding this in here to make sure we don't lose useful information: https://root-forum.cern.ch/t/how-to-enable-tbufferfile-kstreamedmemberwise-for-specific-branches-in-a-ttree/43788/6 .

> Some of these other issues really are bugs, and they should take priority over new features. I agree. > that makes it "not implemented," not a bug. I suspect...

@reikdas - if you already have a ROOT file, there are two forms of aliases that would generally need to get handled by `uproot` (if Jim thinks it's worthy of...

> It's worth adding, though we'd want to make it a `__setitem__` type of interface, so that you don't need to remember the spelling (and capitalization!) of `SetAlias`. I've been...

> In uproot, `tree.aliases` returns a dict from strings to strings. They're not interpreted as branches with types. Except for the simple ones, which get treated like branches.

@henryiii for clarification -- do you need version commits to bump the versions? I assume you do. Are you handling tagging via a PR into master, and then when master...

FYI, it seems to be possible just by doing ``` Test, abc |cli foo|_ .. |cli foo| replace:: ``cli foo`` ``` but I can't find documentation on this...

> If so, can you elaborate? I'm running into the exact same problem i dropped this because i'm waiting for upstream sphinx to fix it.

Also reminds me a little of #1145 .

You can use `python -m pip install -e .` in a directory to do editable installs and make changes and test things (I assume you're referring to editing `scikit-build` and...