Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Jun 28, 2024
1 parent 2074e6c commit bc4ac9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

### 41.4.7 [#1212](https://github.com/openfisca/openfisca-core/pull/1212)
## 41.5.0 [#1212](https://github.com/openfisca/openfisca-core/pull/1212)

#### New features

- Introduce `VectorialAsofDateParameterNodeAtInstant`
- It is a parameter node of the legislation at a given instant which has been vectorized along some date.
- Vectorized parameters allow requests such as parameters.housing_benefit[date], where date is a `numpy.datetime64` vector

### 41.4.7 [#1211](https://github.com/openfisca/openfisca-core/pull/1211)

#### Technical changes

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

setup(
name="OpenFisca-Core",
version="41.4.7",
version="41.5.0",
author="OpenFisca Team",
author_email="contact@openfisca.org",
classifiers=[
Expand Down

0 comments on commit bc4ac9e

Please sign in to comment.