Skip to content
Change the repository type filter

All

    Repositories list

    • NumpyDeque is a numpy.ndarray based double-ended queue (deque) with a maximum size. This double-ended queue is efficiently done by using a padded-buffer array.
      Python
      Other
      0100Updated Oct 14, 2024Oct 14, 2024
    • A class that efficiently cycles through datetime intervals generated from a start date and list of (month, day) tuples.
      Python
      Other
      1100Updated Oct 13, 2024Oct 13, 2024
    • A class that provides a dynamic vector using numpy to store the values. Can access all numpy methods using a view property and includes common list functions for operating without a view. Allows for fast appending and popping of values, while retaining numpy vector operations.
      Python
      Other
      0100Updated Oct 13, 2024Oct 13, 2024
    • Function that converts a numpy matrix to a coordinate list (COO) dictionary.
      Python
      Other
      0000Updated Aug 14, 2024Aug 14, 2024
    • An __init__.py file that imports all submodules in the same directory.
      Python
      Other
      0000Updated Aug 14, 2024Aug 14, 2024