Saransh Chopra
Saransh Chopra
https://github.com/scikit-hep/vector/pull/89 removes `warn_unreachable = true` for now.
Thanks for the review! That makes sense, I'll create a new branch before merging the PR. I think I'll hold this till coffea migrates to vector as the process has...
Now that coffea has switched to vector and the changes are up in a release, it should be okay to merge this in. I will wait for a couple of...
My initial thought was to replace the current examples with copy-pastable examples. Now that I think of it, the current examples are also very informative for vector's developers and users....
> I think that would be very helpful. Thank you! @Saransh-cpp, could you help @Akhil-Sharma30 get started? Yes, definitely! Sorry, I wasn't able to comment before. @Akhil-Sharma30 can you start...
Dropping in some resources here for the future - - https://github.com/Saransh-cpp/vector/blob/update-vector-design-prototype/docs/usage/vector_design_prototype.ipynb. - https://iris-hep.slack.com/archives/C01BBQDEB6X/p1664214223987299
Thanks for reporting this, @thangnguyenminh! The bot is currently erroring out with the following logs - > INFO:root:Twitter API internal error. Trying again in 5 minutes INFO:root:403 INFO:root:{"errors":[{"message":"You currently have...
Yep, ruff does support formatting jupyter notebooks - https://docs.astral.sh/ruff/configuration/#jupyter-notebook-discovery
Hi @nivi1501! Thanks for reaching out. As far as I know, one can't perform the XOR operation on floating-point numbers using the inbuilt operations of `python` (as well as other...
It will also be useful to add the `__all__` variable in every module to differentiate public and private API. Another thing to discuss - the repository has relative imports everywhere...