objarray : What's new

  • v 1.16 -> objarray replace_value

  • v 1.15 -> objarray set allow 'nan' special value, and -binary <data>

proc objarray_map { dst_objarray_type lambda lst_arrays }

  • v 1.14 -> foreach to simplify and do fast a loop over all items of the array

  • v 1.13 -> vector_sum to return a vector sum of other 'n' vectors (but is not a reduction sum)

  • v 1.12 -> new -binary <data> option when creating objarrays and added new 'get_binary' option to get the byte representation of the objarray.

  • v 1.11 -> translate and rotate, for arrays representing xyz coordinates. efficiency enhanced of replace command.

  • v 1.10 -> snap to force values close (with tolerance) to a target. minimum/maximum -index suboption

  • v 1.9 -> reverse

  • v 1.8 -> incr <index> suboption. some commands parallelized with OpenMP

  • v 1.7 -> scale, minimum, maximum, renumber

  • v 1.5 -> boolean intersection, union and substraction. 'objarray new' and 'objarray set' modified to allow set all values from a list of values

  • v 1.4 -> search

  • v 1.3 -> insert and replace