eoincondron

Results 7 issues of eoincondron

Minimal example `ds = rt.Dataset({'x': [0, 1, 2]})` `rt.Struct({'ds': ds}).save('tmp')` `rt.load_sds('tmp', name='ds', filter=[0, 1])` ![image](https://user-images.githubusercontent.com/9717992/144017436-f64090ca-834a-4fa8-b6f0-5b94ede66d27.png)

bug
area-SDS

I guess they are other methods inherited from `FastArray` which also do not preserve type ![image](https://user-images.githubusercontent.com/9717992/142653625-cd528f4d-d170-4d4a-b639-11c9c26c3845.png)

bug

I noticed the when calculating `var` (and `std`) with `Accum2` that the value in the margin at the intersection (corresponding to the var of the entire dataset) is based on...

GroupBy median appears to preserve type for integer inputs when the result should be a float In [60]: cat = rt.Cat([0, 0, 1, 1]) In [61]: cat.median(rt.arange(4)) *key_0 col_0 ------...

Consider the example below ![image](https://user-images.githubusercontent.com/9717992/104601678-6b379f80-5672-11eb-9f47-0454e9431e82.png) Perhaps also unexpected: ![image](https://user-images.githubusercontent.com/9717992/104601704-74c10780-5672-11eb-8db2-6eecdf1422dc.png) Should non-unique categories be supported?

bug
documentation
question

Currently, when signatures are passed to the `jit` decorator, dispatcher compilation is disabled, meaning unseen signatures cannot be compiled when encountered for the first time (the behaviour that we get...

3 - Ready for Review