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.dates
module that converts a period ofdays
to 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