Aaron Jomy

Results 5 issues of Aaron Jomy

This PR fixes - https://github.com/root-project/root/issues/7808 This is happening because in when the parentheses operator overload `TKDE::operator()(Double_t x)` calls ReInit `(const_cast(this))->ReInit()` it returns before setting the fKernel in the case of...

@vepadulano @dpiparo This PR fixes - https://github.com/root-project/root/issues/7196 This issue is very case-dependent. When trying to calculate memory usage, normally the actual free memory on the system is `free + buffer...

@vepadulano This PR departs from using RDFInternal::TypeID2TypeName and obtains the Demangled name Fixes https://github.com/root-project/root/issues/14577 ### Checklist: - [x] tested changes locally gtest-root-dataframe-test-norootextension fails but seems like it does not have...

in:PyROOT
in:TTree

I stumbled upon an odd bug that led me to try and fix the inherently flawed type mapping as well as __overload__ call for multiple arguments in numba_ext.py The cpp2numba...

See https://github.com/root-project/root/issues/15315 and corresponding PR https://github.com/root-project/root/pull/16197