Skip to content

Releases: xKDR/TSFrames.jl

v0.2.2

18 Jun 05:49
2a6a16a
Compare
Choose a tag to compare

TSFrames v0.2.2

Diff since v0.2.1

  • 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:

Closed issues:

  • isregular() method for checking regularity of TS object (#78)
  • Constructing empty TSFrames 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)

v0.2.1

11 Mar 07:02
305267d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Jan 09:35
5e473d3
Compare
Choose a tag to compare

Changes in this release:

  1. Added Tables.rowcount method for TSFrames.
  2. A new API for join, including support for joining multiple TSFrames.
  3. New constructors for TSFrame which allow creation of empty TSFrames with specified column names and types.
  4. New convenience methods for frequency conversion (eg. to_period, to_yearly etc.).
  5. New API for rollapply; added support for rolling regressions and columnwise function application using the bycolumn keyword argument.
  6. Fixed broadcasting of multiplication.
  7. Added Base.iterate method for TSFrame and new equality functions for TSFrames.

v0.1.0

05 Dec 14:12
d476907
Compare
Choose a tag to compare

The first release of TSFrames.