rootloader 1.4.0__tar.gz → 1.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rootloader-1.4.0 → rootloader-1.4.1}/PKG-INFO +1 -1
- {rootloader-1.4.0 → rootloader-1.4.1}/rootloader/ttree.py +1 -1
- rootloader-1.4.1/rootloader/version.py +1 -0
- rootloader-1.4.0/rootloader/version.py +0 -1
- {rootloader-1.4.0 → rootloader-1.4.1}/.claude/settings.local.json +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/.coverage +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/.gitignore +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/CLAUDE.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/LICENSE +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/README.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/docs/README.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/docs/rootloader/attrdict.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/docs/rootloader/index.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/docs/rootloader/tdirectory.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/docs/rootloader/tfile.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/docs/rootloader/th1.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/docs/rootloader/th2.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/docs/rootloader/tleaf.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/docs/rootloader/ttree.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/docs/rootloader/version.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/gen_documentation.bash +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/pyproject.toml +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/rootloader/__init__.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/rootloader/attrdict.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/rootloader/tdirectory.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/rootloader/tfile.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/rootloader/th1.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/rootloader/th2.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/rootloader/tleaf.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/tests/README.md +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/tests/conftest.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/tests/test_attrdict.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/tests/test_package.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/tests/test_tdirectory.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/tests/test_tfile.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/tests/test_th1.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/tests/test_th2.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/tests/test_tleaf.py +0 -0
- {rootloader-1.4.0 → rootloader-1.4.1}/tests/test_ttree.py +0 -0
|
@@ -320,7 +320,7 @@ class ttree(object):
|
|
|
320
320
|
# set index
|
|
321
321
|
if self._index is not None:
|
|
322
322
|
if self._index not in df.columns:
|
|
323
|
-
df[self._index] = self._rdf.AsNumpy(columns=[self._index])
|
|
323
|
+
df[self._index] = self._rdf.AsNumpy(columns=[self._index])[self._index]
|
|
324
324
|
df.set_index(self._index, inplace=True)
|
|
325
325
|
|
|
326
326
|
# convert to series?
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.4.1'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.4.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|