drculhane
drculhane
Closes #3002, adding np.clip functionality. Usage: a_clipped = ak.clip(a,lo_value,high_value) Notes regarding np.clip anomalies are in the comments. This passes unit testing, but I'm aware that my python may not match...
This does several things. Fixes all the numeric tests that were failing. Revamps trigonometric and hyperbolic tests, in the same fashion as the _trig_test_helper did (which is now _trig_and_hyp_test_helper). Adds...
This has various updates to PROTO-tests/tests/dataframe_test.py. Brings in an additional 7 tests from the non-PROTOs test: test_to_pandas, test_from_pandas, test_save, test_ipv4_columns, test_convenience_init, test_column_init, test_merge. Both versions now perform the same tests....
This is the putmask discussed in a recent group meeting, with the improvements we noted for making the pdarray of masked-in values the same length as the source data.