Skip to content

What's New in Version 0.8.9

  • Added a new days_to_int() function to the std.dates module that converts a period of days 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 rai
    from relationalai.std.dates import date, days_to_int