SeitaBV / timely-beliefs

Model data as beliefs (at a certain time) about events (at a certain time).
MIT License
34 stars 6 forks source link

Support pandas 1.4 #110

Closed Flix6x closed 2 years ago

Flix6x commented 2 years ago

This PR gets rid of several FutureWarning log messages when running timely-beliefs with pandas>=1.4.

Flix6x commented 2 years ago

What about the other uses of pd.date_range?

Any using the closed parameter? I thought I grepped for that.