eseries icon indicating copy to clipboard operation
eseries copied to clipboard

Class based implementation

Open semiversus opened this issue 1 year ago • 0 comments

I started experimenting with a class based implementation. This is not a proposal to change the API - just wanted do hear what you think. You find the implementation here: https://github.com/semiversus/eseries/tree/class_based

In case of going towards a class based implementation, it would be easy to keep the API backwards compatible by providing wrapper functions:

def find_greater_than_or_equal(series_key, value):
  return series_key.find_greater_than_or_equal(value)

semiversus avatar Jan 02 '24 10:01 semiversus