Skip to content

Releases: QuantEcon/QuantEcon.jl

v0.16.6

04 Jan 02:11
ab615ea
Compare
Choose a tag to compare

QuantEcon v0.16.6

Diff since v0.16.5

Merged pull requests:

v0.16.5

03 May 14:04
22e12f6
Compare
Choose a tag to compare

QuantEcon v0.16.5

Diff since v0.16.4

Closed issues:

  • Migration from LightGraphs to Graphs not reflected in docs (#279)

Merged pull requests:

  • fix default value and change variable name of discrete_approximation (#277) (@Shunsuke-Hori)
  • Create CompatHelper.yml (#278) (@oyamad)
  • Create documentation.yml (#280) (@oyamad)
  • DOC: Fix/update docstrings in util.jl (#281) (@oyamad)
  • MAINT: Fix deprecation warning on cholesky (#282) (@oyamad)
  • Removed names of Spencer, John and Tom from README, small updates (#284) (@jstac)
  • ENH: Add iterator version simplex_grid (#285) (@oyamad)
  • MAINT: Update coverage badge (#286) (@oyamad)
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#287) (@github-actions[bot])

v0.16.4

05 Jul 22:05
6d1f30d
Compare
Choose a tag to compare

QuantEcon v0.16.4

Diff since v0.16.3

Closed issues:

  • strange indexing bug with Kalman smoothing example (#234)
  • quad.jl + qnwbeta (#263)
  • Fix test failure in test_markov_approx.jl (#273)
  • Fix deprecation warning with freqz (#276)

Merged pull requests:

  • Replace LightGraphs by Graphs, fix deprecations, update compat (#271) (@greimel)
  • replace Travis CI by Github Actions (#272) (@greimel)
  • Fix broken test on julia 1.7+ (#274) (@greimel)

v0.16.3

06 Oct 13:10
ecb9819
Compare
Choose a tag to compare

QuantEcon v0.16.3

Diff since v0.16.2

Closed issues:

  • coveralls token in plain text (#236)
  • Package Fails to Precompile (#251)
  • Error using QuantEcon. (#252)
  • URL in repository's description is broken (#254)
  • Quantitative Economics with Julia - Documentation PDF (#257)
  • Repository's site URL should be updated (#260)
  • Julia issue : ERROR: UndefVarError: JacobiRec not defined (#265)

Merged pull requests:

v0.16.2

05 Sep 00:36
v0.16.2
30fcd74
Compare
Choose a tag to compare

v0.16.2 (2019-09-04)

Diff since v0.16.1

Closed issues:

  • DSP Deprecation (#248)
  • Julia Tasks (#243)

Merged pull requests:

v0.16.1

08 Jul 14:39
v0.16.1
Compare
Choose a tag to compare

v0.16.0

16 May 14:42
v0.16.0
c8b1784
Compare
Choose a tag to compare
See https://github.com/QuantEcon/QuantEcon.jl/releases/tag/v0.16.0 fo…

Julia 1.0!

04 Sep 02:06
Compare
Choose a tag to compare

New Features

  • There are no new features, but thanks to the monumental effort from @Nosferican (see #215 ) we have support for Julia 1.0 🎉!

Final 0.6 compatible release

22 Aug 19:40
Compare
Choose a tag to compare

This is the final release that will support Julia 0.6.

New features

Bug fixes

  • Fixed a deprecation warning in test_lae.jl (thanks @oyamad , ref #200, #208)

Other

  • deleted un-exported and un-used function num_actions from discreteDP code (thanks @a-parida12, ref #207 and #103)
  • Some updates in prep for Julia 0.7+ (#213, #214)
  • Typo fix (thanks @pkofod #216)

qnwdist

20 Mar 22:05
be0a32e
Compare
Choose a tag to compare

New features

  • Added a function qnwdist(::Distributions.UnivariateContinuousDistribution, ::Int) that constructs quadrature weights and nodes for arbitrary continuous, univariate probability distributions (ref #202 )