Skip to content

Commit

Permalink
feat: Change the definition of difference between dates
Browse files Browse the repository at this point in the history
feat: Change to use Real trait
feat: Add spline interpolation
  • Loading branch information
nakashima-hikaru committed Jun 10, 2024
1 parent f0ebf1c commit 04d61c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/qlab-time/src/date.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::business_day_convention::DateRolling;
use crate::calendar::Calendar;
use crate::period::Period;
use chrono::{Datelike, NaiveDate, TimeDelta};
use chrono::{Datelike, NaiveDate};
use std::fmt;
use std::fmt::{Debug, Formatter};
use std::ops::Sub;
Expand Down

0 comments on commit 04d61c1

Please sign in to comment.