Daft
Daft copied to clipboard
[CHORE] Upgrade PyO3 version to 0.21
PyO3 version 0.21 includes several things that we would find useful
- the new Bound API that improves performance over GIL refs
- support for datetime conversions with the abi3 feature, which will eliminate the need for some of the possibly inefficient timestamp conversion code that we currently have
To use these new functionalities we will need to do some refactoring