SleepingPills
SleepingPills
Currently, trying to pass a network path like r"\\some\network\location" will fail under Windows. TileDB complains that this is not a valid URI scheme. This makes it impossible to store arrays...
The fixed length attributes are very useful in TileDB, unfortunately the field names aren't preserved for some reason. When the schema is created, all field names get turned into strings...
A quick and simple intro on what MDF is, what problems it solves and some simple examples. Also, a short explanation for the name would be useful.
Add more support for vectorized operation, perhaps auto-vectorization and integration with Parakeet/Numba for dramatic speed improvements.
Tests involving serializing nodes fail on the newer pyro versions: ``` Traceback (most recent call last): File "/home/travis/build/SleepingPills/mdf/mdf/tests/test_regression.py", line 37, in test_df_differ diffs = mdf.regression.run(date_range, [df_differ], lhs=None, rhs=None) File "/home/travis/build/SleepingPills/mdf/mdf/regression/__init__.py",...
The HolidayCalendarCache as implemented is not type stable due to the hc field being of abstract type HolidayCalendar. This then causes unnecessary allocations and is a degrades performance. I suppose...
I know this is not of the highest priority, but looking at the code there are a few issues with respect to generally accepted code styling in Python (see here:...