Skip to content

Commit

Permalink
Fides 0.5.1 (#37)
Browse files Browse the repository at this point in the history
* make 2D default subspace method

* version bump
  • Loading branch information
FFroehlich authored Sep 13, 2021
1 parent 3124c66 commit e60c8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fides/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class StepBackStrategy(str, enum.Enum):
Options.XTOL: 0,
Options.GATOL: 1e-6,
Options.GRTOL: 0,
Options.SUBSPACE_DIM: SubSpaceDim.FULL,
Options.SUBSPACE_DIM: SubSpaceDim.TWO,
Options.STEPBACK_STRAT: StepBackStrategy.REFLECT,
Options.THETA_MAX: 0.95,
Options.DELTA_INIT: 1.0,
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.5.0"
__version__ = "0.5.1"

0 comments on commit e60c8f3

Please sign in to comment.