Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • v 1.18:

    • objarray set now allow to set multiple <n> values of index, index+1, index+<n>

    • new command objarray swap

    • new command objarray permute

    • new command objarray new_structured_connectivities

    • new command objarray new_structured_coordinates

    • objarray reverse now allow <blocksize> to reverse considering as blocks of this size

    • new command objarray new_n_from_increment to create n items starting from a value and increment

    • objarray search now allow -start <index> to start finding from this index

    • new command objarray resize

  • v 1.17 : objarray range allow index <0 or >n then become 0 and n, acting like Tcl standard lrange command.

  • v 1.16 : objarray replace_value

  • v 1.15 :

    • objarray set allow 'nan' special value

    • -binary <data>

    • proc objarray_map { dst_objarray_type lambda lst_arrays }

...