Skip to content

Commit

Permalink
Merge pull request #27 from fides-dev/develop
Browse files Browse the repository at this point in the history
Fides 0.3.3
  • Loading branch information
FFroehlich authored Mar 26, 2021
2 parents 748a88b + e868441 commit b3c17e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fides/trust_region.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def trust_region(x: np.ndarray,
theta, ub, lb, logger)
g_step.calculate()

steps = [g_step]
steps.append(g_step)

if stepback_strategy == StepBackStrategy.SINGLE_REFLECT:
rtr_step = TRStepReflected(x, sg, hess, scaling, g_dscaling, delta,
Expand Down
2 changes: 1 addition & 1 deletion fides/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.2"
__version__ = "0.3.3"

0 comments on commit b3c17e4

Please sign in to comment.