Skip to content

0.10.7

Compare
Choose a tag to compare
@MridulS MridulS released this 07 Aug 19:50
· 2715 commits to master since this release
c9138af

0.10.7

Release Date: 08-08-2020

Major Changes

  • Add a custom KrusellSmith Model #762
  • Simulations now uses a dictionary history to store state history instead of _hist attributes #674
  • Removed time flipping and time flow state, "forward/backward time" through data access #570
  • Simulation draw methods are now individual distributions like Uniform, Lognormal, Weibull #624

Minor Changes

  • unpackcFunc is deprecated, use unpack(parameter) to unpack a parameter after solving the model #784
  • Remove deprecated Solution Class, use HARKObject across the codebase #772
  • Add option to find crossing points in the envelope step of DCEGM algorithm #758
  • Fix reset bug in the behaviour of AgentType.resetRNG(), implemented individual resetRNG methods for AgentTypes #757
  • Seeds are set at initialisation of a distribution object rather than draw method #691 #750, #729
  • Deal with portfolio share of 'bad' assets #749
  • Fix bug in make_figs utilities function #755
  • Fix typo bug in Perfect Foresight Model solver #743
  • Add initial support for logging in ConsIndShockModel #714
  • Speed up simulation in AggShockMarkovConsumerType #702
  • Fix logic bug in DiscreteDistribution draw method #715
  • Implemented distributeParams to distributes heterogeneous values of one parameter to a set of agents #692
  • NelderMead is now part of estimation #693
  • Fix typo bug in parallel #682
  • Fix DiscreteDstn to make it work with multivariate distributions #646
  • BayerLuetticke removed from HARK, is now a REMARK #603
  • cstwMPC removed from HARK, is now a REMARK #666
  • SolvingMicroDSOPs removed from HARK, is now a REMARK #651
  • constructLogNormalIncomeProcess is now a method of IndShockConsumerType #661
  • Discretize continuous distributions #657
  • Data used in cstwMPC is now in HARK.datasets #622
  • Refactor checkConditions by adding a checkCondition method instead of writing custom checks for each condition #568
  • Examples update #768, #759, #756, #727, #698, #697, #561, #654, #633, #775