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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This package provides an easy python interface for interacting with data stored
* compiler with C++17 support
* pip

If you are installing from source *without a package manager* you will also need to install the project dependencies listed in [pyproject.toml](pyproject.toml).
If you are installing from source *without a package manager* you will also need to install the project dependencies listed in [pyproject.toml](https://github.com/mfmceneaney/hipopy/blob/main/pyproject.toml).

## :package: Installation

Expand Down
11 changes: 8 additions & 3 deletions hipopy/hipopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def show(self):
def showBank(self, bankName):
"""
Parameters
---------
----------
bankName : string, required

Description
Expand Down Expand Up @@ -563,8 +563,7 @@ def readBank(self, bankName):
Parameters
----------
bankName : string, required
verbose : boolean, optional
Print out loading message for each event if True
Name of bank to be read

Description
-----------
Expand Down Expand Up @@ -691,6 +690,7 @@ def getInts(self, bankName, item):
Parameters
----------
bankName : string, required
Name of bank to be read
item : string, required
Column name to read in bank

Expand All @@ -712,6 +712,7 @@ def getFloats(self, bankName, item):
Parameters
----------
bankName : string, required
Name of bank to be read
item : string, required
Column name to read in bank

Expand All @@ -733,6 +734,7 @@ def getDoubles(self, bankName, item):
Parameters
----------
bankName : string, required
Name of bank to be read
item : string, required
Column name to read in bank

Expand All @@ -754,6 +756,7 @@ def getShorts(self, bankName, item):
Parameters
----------
bankName : string, required
Name of bank to be read
item : string, required
Column name to read in bank

Expand All @@ -775,6 +778,7 @@ def getLongs(self, bankName, item):
Parameters
----------
bankName : string, required
Name of bank to be read
item : string, required
Column name to read in bank

Expand All @@ -796,6 +800,7 @@ def getBytes(self, bankName, item):
Parameters
----------
bankName : string, required
Name of bank to be read
item : string, required
Column name to read in bank

Expand Down
37 changes: 36 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ black = ">=25.9.0"
pylint = ">=3.3.8"
pytest = ">=5.2"
myst_parser = ">=3.0.0"
sphinx-rtd-theme = ">=2.0.0"
dill = "^0.4.0"

[build-system]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
awkward >= 1.3.0
numpy >= 1.19.2
hipopybind >= 1.1.3
numpy >= 2.0.0
hipopybind >= 2.0.1
sphinx-rtd-theme >= 2.0.0
myst_parser >= 3.0.0