FugroRoames / Chrono.jl

Scientific time keeping for Julia
Other
8 stars 1 forks source link

Updating for Julia 1.0.2 #8

Closed nlw0 closed 5 years ago

nlw0 commented 5 years ago

Trying to make it run on 1.0.2, these modifications made it compile, didn't really test much though

andyferris commented 5 years ago

I guess we'll need to look at setting up the Project.toml file and so-on correctly.

andyferris commented 5 years ago

Should we just drop v0.6 support to make everything easy?

nlw0 commented 5 years ago

I'm a complete newbie and only pick up Julia because of the 1.0 release, so fine by me! I was looking for a nice library to read timestamps with more accuracy than the standard Dates allows, and to do some more scientific processing, and yours seems like a good candidate.