Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pages/fellows/Saransh-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ project_goal: >
This project would aim to prepare Vector for its first major release
by exposing its internal API to the users, improving the documentation,
and adding benchmarks.
focus-area: as
mentors:
- Henry Schreiner (Princeton University)
- Jim Pivarski (Princeton University)
Expand All @@ -44,6 +45,6 @@ presentations:
meeting: IRIS-HEP Fellows Lightning Talks
meetingurl: https://indico.cern.ch/event/1155138/
recordingurl: https://www.youtube.com/watch?v=fLt7BHuASpw
focus-area: AS
focus-area: as
github-username: Saransh-cpp
---
2 changes: 1 addition & 1 deletion pages/projects/vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ team:
---

[Vector](https://github.com/scikit-hep/vector)
is a Python 3.6+ library for 2D, 3D, and [Lorentz vectors](https://en.wikipedia.org/wiki/Special_relativity#Physics_in_spacetime), especially _arrays of vectors_, to solve common physics problems in a NumPy-like way.
is a Python 3.7+ library for 2D, 3D, and [Lorentz vectors](https://en.wikipedia.org/wiki/Special_relativity#Physics_in_spacetime), especially _arrays of vectors_, to solve common physics problems in a NumPy-like way.

Main features of Vector:

Expand Down