Calendar.jl
Calendar.jl copied to clipboard
Calendar time package for Julia
It would be good to indicate the package is deprecated in the README.
I have a dependency on Calendar/ICU which I plan on removing, but for now I had to make these changes to get them up to date, so I figured I'd...
``` >>> 'Pkg.add("Calendar")' log INFO: Installing Calendar v0.4.3 INFO: Installing ICU v0.4.4 INFO: Building ICU INFO: Package database updated >>> 'Pkg.test("Calendar")' log Julia Version 0.3.11 Commit 483dbf5* (2015-07-27 06:18 UTC)...
I got this error after updating Julia to latest master. (my first update since the tuple change). Should this be a simple change Ranges-->Range? ``` immutable CalendarTimeRange{T
If so, maybe we should mark it as deprecated? cc: @karbarcca