What's New in Version 0.8.9
New Features and Enhancements
Section titled “New Features and Enhancements”-
Added a new
days_to_int()function to thestd.datesmodule that converts a period ofdaysto an integer. This is useful when you need to convert the difference of two dates to an integer so that you can do arithmetic with it:import relationalai as raifrom relationalai.std.dates import date, days_to_int