-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test assert_near
#1228
base: master
Are you sure you want to change the base?
Test assert_near
#1228
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO it is definitely a major bump
CHANGELOG.md
Outdated
@@ -1,5 +1,17 @@ | |||
# Changelog | |||
|
|||
## 41.6.0 [#1228](https://github.com/openfisca/openfisca-core/pull/1228) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assert_near
is a public tool used by many other packages.
It is a major version bump.
setup.py
Outdated
@@ -67,7 +67,7 @@ | |||
|
|||
setup( | |||
name="OpenFisca-Core", | |||
version="41.5.5", | |||
version="41.6.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO it should be a major bump
Could you check, in the _parsers and _assertions files, if that corresponds to the intended behaviour? The string evaluation works, I fixed some bugs when dealing with non-evaluated strings. |
Looks good to me, but for safety check you should run this on the |
9c701eb
to
9880dc1
Compare
Fixes #1316
Dependas on #1309
New features
openfisca_test
.assert_near
andparse
to prepare tests.Technical changes
assert_near
.