Commit 94d9684
chore: miscellaneous RNTuple improvements (#1250)
* Fixed __len__ method
* Added a few more useful methods
* Use the right number in arrays method
* Updated to match spec and did some cleanup
* Fixed order of extra type information
* Extract column summary flags
* style: pre-commit fixes
* Fixed conflict resolution
* Fixed test
* Switched to using enums
* Fixed RNTuple anchor
* Updated locator types
* Removed UserMetadata envelope
* Started implementing new real32 types
* Updated sharded cluster to match spec
* Removed user metadata from footer
* Fixed ClusterSummaryReader
* Fix cascadentuple
* Introduced RNTupleField class
* Added test for #1285
* Fixed test
* Fix test (attempt 2)
* Finalized first version of RNTupleField
* Added tests for RNTupleField
* Implemented iterate method
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 53f917c commit 94d9684
File tree
8 files changed
+620
-119
lines changed- src/uproot
- models
- writing
- tests-wasm
- tests
8 files changed
+620
-119
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | 121 | | |
124 | 122 | | |
125 | 123 | | |
| |||
149 | 147 | | |
150 | 148 | | |
151 | 149 | | |
| 150 | + | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
182 | 184 | | |
183 | 185 | | |
184 | 186 | | |
| |||
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
0 commit comments