Skip to content

Commit 386a049

Browse files
authored
Merge pull request #1459 from econ-ark/Prep-for-v0.15.1
Version bump to 0.15.1
2 parents 2b345ca + 3a6b75d commit 386a049

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

Documentation/CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,20 @@ For more information on HARK, see [our Github organization](https://github.com/e
88

99
## Changes
1010

11-
### 0.15.1 (in development)
11+
### 0.15.1
1212

13-
Release Date: TBD
13+
Release Date: June 15, 2024
14+
15+
This minor release was produced prior to CEF 2024 to enable public usage of HARK with the SSJ toolkit.
1416

1517
#### Major Changes
1618

17-
none yet
19+
none
1820

1921
#### Minor Changes
2022

2123
- Adds example of integration of HARK with SSJ toolkit. [#1447](https://github.com/econ-ark/HARK/pull/1447)
24+
- Maintains compatibility between EconForge interpolation and numba [#1457](https://github.com/econ-ark/HARK/pull/1457)
2225

2326
### 0.15.0
2427

HARK/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .core import *
22

3-
__version__ = "0.15.0"
3+
__version__ = "0.15.1"
44

55
"""
66
Logging tools for HARK.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "econ-ark"
7-
version = "0.15.0"
7+
version = "0.15.1"
88
authors = [{name = "Econ-ARK team", email = "[email protected]"}]
99
classifiers = [
1010
"Development Status :: 3 - Alpha",

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ interpolation>=2.2.3
22
joblib>=1.2
33
matplotlib>=3.6
44
networkx>=3
5-
numba==0.59.1
5+
numba<0.60.0
66
numpy>=1.23
77
pandas>=1.5
88
quantecon

0 commit comments

Comments
 (0)