Revert f-strings to keep python 3.5 compatibility
Closes #492 (closed)
Edited by Gregory Ashton
Merge request reports
Activity
@gregory.ashton I think you need to merge in the latest master. I just merged !812 (merged) which will fix it.
added 3 commits
-
12ba54bb...fa43e370 - 2 commits from branch
master
- 93771200 - Merge branch 'master' into 492-minimum-python-version-should-be-3-6
-
12ba54bb...fa43e370 - 2 commits from branch
Thanks @colm.talbot - now updated.
mentioned in issue #492 (closed)
@matthew-pitkin there now seems to be a new pymc3 issue,
TypeError: function() got an unexpected keyword argument 'step_kwargs'
, sorry for causing headaches!It looks like
step_kwargs
andnuts_kwargs
were deprecated in v3.7, but they must have been completely removed in v3.9. I'll make a new MR now.mentioned in merge request !814 (merged)
I've got a fix for this in !814 (merged).
added 3 commits
-
93771200...4893cd83 - 2 commits from branch
master
- 61c10675 - Merge branch 'master' into 492-minimum-python-version-should-be-3-6
-
93771200...4893cd83 - 2 commits from branch
Thanks @matthew-pitkin
mentioned in commit aee04c79
changed milestone to %1.0.0
Please register or sign in to reply