Tags: fides-dev/fides
Tags
Fides 0.7.3 (#48) * Verify options are of correct type (#45) * Verify options are of correct type Wasn't checked so far and led to very uninformative errors if wrong options were passed. * Apply suggestions from code review Co-authored-by: Fabian Fröhlich <[email protected]> * fix runtime warning for unbouned vars, fixes #46 * fixup * fix refined step * move validation check, reenable passing strs for enums * fixup option validation, remove deprecated checks * Update version.py Co-authored-by: Daniel Weindl <[email protected]>
Fides 0.7.2 (#47) * Verify options are of correct type (#45) * Verify options are of correct type Wasn't checked so far and led to very uninformative errors if wrong options were passed. * Apply suggestions from code review Co-authored-by: Fabian Fröhlich <[email protected]> * fix runtime warning for unbouned vars, fixes #46 * fixup * fix refined step * bump version Co-authored-by: Daniel Weindl <[email protected]>
Fides 0.7.1 (#44) * add hdf5 history writing * bump version, remove history init * simplify history * allow restriction of iterative update schemes * apply restriction to structured updates * expand steps * simplify & fix hdf5 export * allow disabling curvature condition * fix flake * fixes update restriction * Update test_hessian_approximation.py * Update requirements.txt * remove hess approx restriction * implement hybridfraction method * fixup * fix neg eigenvalue handling * fixup * remove scaled gradient step, fix handling negative EV * fixup * fixup * fix doc? * Update hessian_approximation.py * fix doc? * fixup * use eigenvalues from lstsq * fix: lstsq only returns absolute ev values * add more errors, less verbose default logging * fix eigvals * fix flake * refactor refine to only be performed in subspace * fix flake * fix test * fix flake * fix refine step * reduce logging output * allow user to set start_id * fix history tracking * fixup * bump version * fixup * Update version.py * fix normalization * track condition number * change tracked fval * only real part of EVs * fix curvature condition enforcement * rename posdef_newt * update fraction min iteration to 25 * track newton steps * use more copy to avoid shooting ourselves in the foot
Fides 0.7.0 (#42) * add hdf5 history writing * bump version, remove history init * simplify history * allow restriction of iterative update schemes * apply restriction to structured updates * expand steps * simplify & fix hdf5 export * allow disabling curvature condition * fix flake * fixes update restriction * Update test_hessian_approximation.py * Update requirements.txt * remove hess approx restriction * implement hybridfraction method * fixup * fix neg eigenvalue handling * fixup * remove scaled gradient step, fix handling negative EV * fixup * fixup * fix doc? * Update hessian_approximation.py * fix doc? * fixup * use eigenvalues from lstsq * fix: lstsq only returns absolute ev values * add more errors, less verbose default logging * fix eigvals * fix flake * refactor refine to only be performed in subspace * fix flake * fix test * fix flake * fix refine step * reduce logging output * allow user to set start_id
PreviousNext