Version 0.8.2 released! #426
jshcodes
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FalconPy v0.8.2
This update provides an ease of use enhancement for developers leveraging full
parameters
payloads while using the Uber class. As detailed in issue #422, incorrectly passed reserved words will generate an invalid payload as opposed to discarding the bad value.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.8.10 Run started:2021-11-08 23:19:04.772638 Test results: No issues identified. Code scanned: Total lines of code: 32490 Total lines skipped (#nosec): 0 Run metrics: Total issues (by severity): Undefined: 0.0 Low: 0.0 Medium: 0.0 High: 0.0 Total issues (by confidence): Undefined: 0.0 Low: 0.0 Medium: 0.0 High: 0.0 Files skipped (0):
Issues resolved
_util.args_to_params
when handling Python reserved words defined as keys incorrectly in the parameter dictionary. Closes [ ENH ] Reserved word conflict in args_to_params when using the Uber Class. #422.Installation
You can install this new release by installing the package via the Python Package Index.
or
Upgrading
You can upgrade to this new release by installing the update via the Python Package Index.
or
This discussion was created from the release Version 0.8.2.
Beta Was this translation helpful? Give feedback.
All reactions