TSFrames v0.2.2
- Support Julia versions v1.8, v1.9, and Julia v1.10.
- Fix subset functions for Julia v1.6.
- Improve documentation, add cross-referencing.
- Add JuliaCon videos to README.
Merged pull requests:
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#163) (@github-actions[bot])
- update for JuliaCon 2023 talk (#166) (@chiraganand)
- added JuliaCon Video link to README (#169) (@ShrutiRDalvi)
- refs #175, include support for Julia v1.7 and v1.10 (#176) (@chiraganand)
- Updating subset.jl to make it compatible with the Julia version 1.6 (#177) (@siddjain444)
- refs #175, include support for Julia v1.8 (#178) (@san-ath)
- Updating the Project.toml reflecting the compatibility with the Julia… (#179) (@siddjain444)
- improve documentation, add cross-ref (#195) (@chiraganand)
- use Dates.Period instead of the entire Union (#196) (@chiraganand)
- refs #181, fixing documentation issues (#198) (@san-ath)
- release version 0.2.2 and author update (#202) (@chiraganand)
Closed issues:
- isregular() method for checking regularity of TS object (#78)
- Constructing empty
TSFrame
s with specific column names and types. (#132) - Release v0.2.1 (#160)
- TSFrames not working in Julia 1.6 (#162)
- Add video button in the readme. (#165)
- Update StatsBase.jl version to v0.34 (#170)
- Support Julia versions v1.7, v1.8, v1.9, v1.10 (#175)
- endpoints.jl: Use <: Dates.Period instead of listing all the sub-types (#188)
- Don't use Union{String, Symbol} in getindex (#189)