Skip to content

Commit

Permalink
Version bump to 0.15.1
Browse files Browse the repository at this point in the history
Also adjusts the restriction on numba. Will let tests run to make sure that works.
  • Loading branch information
mnwhite committed Jun 15, 2024
1 parent 2b345ca commit 3a6b75d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions Documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@ For more information on HARK, see [our Github organization](https://github.com/e

## Changes

### 0.15.1 (in development)
### 0.15.1

Release Date: TBD
Release Date: June 15, 2024

This minor release was produced prior to CEF 2024 to enable public usage of HARK with the SSJ toolkit.

#### Major Changes

none yet
none

#### Minor Changes

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

### 0.15.0

Expand Down
2 changes: 1 addition & 1 deletion HARK/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .core import *

__version__ = "0.15.0"
__version__ = "0.15.1"

"""
Logging tools for HARK.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "econ-ark"
version = "0.15.0"
version = "0.15.1"
authors = [{name = "Econ-ARK team", email = "[email protected]"}]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ interpolation>=2.2.3
joblib>=1.2
matplotlib>=3.6
networkx>=3
numba==0.59.1
numba<0.60.0
numpy>=1.23
pandas>=1.5
quantecon
Expand Down

0 comments on commit 3a6b75d

Please sign in to comment.