Skip to content

Releases: bankofcanada/TimeSeriesEcon.jl

v0.7.2

20 Nov 22:03
f4bf7ab
Compare
Choose a tag to compare

TimeSeriesEcon v0.7.2

Diff since v0.7.1

Merged pull requests:

  • Fix rangeof_span for Workspaces (#74) (@bbejanov)
  • Fixed rangeof_span fail on empty argument (#76) (@bbejanov)
  • Fix rangeof_span docstring. (#79) (@bbejanov)
  • Fix recursive=true for converting to Workspace from AbstractDict. (#80) (@bbejanov)
  • Base.isassigned method for TSeries and MVTSeries (#82) (@bbejanov)

Closed issues:

  • Incorrect result from @rec when using @lag or related macro from ModelBaseEcon (#56)
  • Error when assigning to an empty indexer (#75)
  • Docstring of rangeof_span (#77)

v0.7.1

10 May 20:49
edc2072
Compare
Choose a tag to compare

TimeSeriesEcon v0.7.1

Diff since v0.7.0

Merged pull requests:

  • Fix access and broadcasting of MVTSeries with Vector{Bool} (#70) (@bbejanov)
  • Warning issued when xticks don't align with their MITs (#71) (@bbejanov)
  • Assignment and broadcasting when columns don't match (#72) (@bbejanov)
  • Various (#73) (@bbejanov)

v0.7.0

17 Apr 15:20
Compare
Choose a tag to compare

TimeSeriesEcon v0.7.0

Diff since v0.6.2

Merged pull requests:

Closed issues:

  • apct() does not work with MVTSeries (#53)
  • mapslices() does not work with MVTSeries (#54)
  • DataEcon fails to write Diagonal matrices (#55)
  • Incorrect broadcasting with StepRange. (#57)
  • DataEcon tests occasionally fail (#61)
  • MethodError when calling any(isnan, X) for X::MVTSeries (#62)
  • Function for renaming MVTSeries columns / lags with renames (#65)

v0.6.2

31 Oct 03:21
d6b0f77
Compare
Choose a tag to compare

TimeSeriesEcon v0.6.2

Diff since v0.6.1

Merged pull requests:

Closed issues:

  • Incorrect MIT{BDaily} behaviours when the year is 0 or negative (#45)

v0.6.1

18 Jul 14:36
515c9a4
Compare
Choose a tag to compare

TimeSeriesEcon v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

13 Jul 14:09
a605024
Compare
Choose a tag to compare

TimeSeriesEcon v0.6.0

Diff since v0.5.1

Merged pull requests:

v0.5.1

30 Mar 18:07
f011781
Compare
Choose a tag to compare

TimeSeriesEcon v0.5.1

Diff since v0.5.0

Merged pull requests:

v0.5.0

30 Jan 17:11
Compare
Choose a tag to compare

TimeSeriesEcon v0.5.0

Diff since v0.4.2

Closed issues:

  • compare: bound error (#22)
  • findall doesn't work with MVTSeries (#26)
  • Broadcasting on an indexed MVTSeries (#27)

Merged pull requests:

TimeSeriesEcon v0.4.2

19 Jul 00:57
a7c44b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

06 Apr 19:25
75c7979
Compare
Choose a tag to compare

TimeSeriesEcon v0.4.1

Diff since v0.4.0

  • bugfixes and minor additions
  • documentation
  • serialization of MIT, TSeries, MVTSeries

Merged pull requests: