Skip to content

Commit

Permalink
Change the name of HARK.numba (#1183)
Browse files Browse the repository at this point in the history
* Change the name of HARK.numba

* Update CHANGELOG.md
  • Loading branch information
Mv77 authored Oct 21, 2022
1 parent 76d0e48 commit 1539850
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Release Date: TBD
* Remove or replace automated tests that depend on brittle simulation results. [#1148](https://github.com/econ-ark/HARK/pull/1148)
* Updates asset grid constructor from `ConsIndShockModel.py` to allow for linearly-spaced grids when `aXtraNestFac == -1`. [#1172](https://github.com/econ-ark/HARK/pull/1172)
* Renames `DiscreteDistributionXRA` to `DiscreteDistributionLabeled` and updates methods [#1170](https://github.com/econ-ark/HARK/pull/1170)
* Renames `HARK.numba` to `HARK.numba_tools` [#1183](https://github.com/econ-ark/HARK/pull/1183)

### 0.12.0

Expand Down
4 changes: 2 additions & 2 deletions HARK/ConsumptionSaving/ConsIndShockModelFast.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
MargValueFuncCRRA,
MargMargValueFuncCRRA,
)
from HARK.numba import (
from HARK.numba_tools import (
CRRAutility,
CRRAutilityP,
CRRAutilityPP,
Expand All @@ -45,7 +45,7 @@
CRRAutility_inv,
CRRAutilityP_invP,
)
from HARK.numba import linear_interp_fast, cubic_interp_fast, linear_interp_deriv_fast
from HARK.numba_tools import linear_interp_fast, cubic_interp_fast, linear_interp_deriv_fast

__all__ = [
"PerfForesightSolution",
Expand Down
File renamed without changes.

0 comments on commit 1539850

Please sign in to comment.