Recent Releases of LDLFactorizations

LDLFactorizations - v0.10.1

LDLFactorizations v0.10.1

Diff since v0.10.0

Merged pull requests: - Redirect tutorial to JSO website (#126) (@tmigot) - [documentation] Update Documenter.jl (#129) (@amontoison) - Release 0.10.1 (#130) (@amontoison)

- Julia
Published by github-actions[bot] over 2 years ago

LDLFactorizations - v0.10.0

LDLFactorizations v0.10.0

Diff since v0.9.0

Closed issues: - Issue with low-rank factorizations (#115)

Merged pull requests: - use push_preview = true in deploydocs (#114) (@dpo) - prevent formatting matrix in tests (#116) (@dpo) - using Julia 1.6 in CI (#117) (@dpo) - add FPS in breakage tests (#118) (@tmigot) - Simd macros (#119) (@geoffroyleconte) - Bug report instructions (#120) (@geoffroyleconte) - Remove symmetric doubleton functions (#121) (@geoffroyleconte) - Change precision selection API (#122) (@geoffroyleconte) - Documentation about changing the precision of the factorization (#124) (@geoffroyleconte) - Release 0.10.0 (#125) (@geoffroyleconte)

- Julia
Published by github-actions[bot] over 3 years ago

LDLFactorizations - v0.9.0

LDLFactorizations v0.9.0

Diff since v0.8.2

Closed issues: - Support complex-valued matrices? (#96)

Merged pull requests: - Use Matrix{T} instead of Array{T, 2} (#106) (@amontoison) - Support complex numbers (#108) (@amontoison) - Update benchmark files (#110) (@amontoison) - tag v0.9.0 (#113) (@dpo)

- Julia
Published by github-actions[bot] almost 4 years ago

LDLFactorizations - v0.8.2

LDLFactorizations v0.8.2

Diff since v0.8.1

Closed issues: - Reality check: How useful exactly are SuiteSparse and LDLFactorizations' LDLT? (#101)

Merged pull requests: - Update CI, TagBot and documentation workflows (#81) (@JSOBot) - Update TagBot.yml (#83) (@dpo) - Update CI, TagBot and documentation workflows (#84) (@JSOBot) - Create documentation (#86) (@geoffroyleconte) - update link to dev docs in badge (#89) (@dpo) - [AUTO] Change master to main (#91) (@abelsiqueira) - [AUTO] Fix docs to use main (#92) (@abelsiqueira) - Factorize in precision Tf (#94) (@geoffroyleconte) - Add unary minus operator (#98) (@tmigot) - fix doc dynamic regularization (#100) (@tmigot) - ldlnumericupper!: don't construct zeros in hot loops (#104) (@nsajko) - bump version to 0.8.2 (#105) (@dpo)

- Julia
Published by github-actions[bot] almost 4 years ago

LDLFactorizations - v0.8.1

LDLFactorizations v0.8.1

Diff since v0.8.0

Merged pull requests: - semi-dynamic regularization (#73) (@geoffroyleconte) - Allocate memory in analysis (#75) (@tmigot) - avoid breaking codes when factorization fails (#77) (@geoffroyleconte) - Create Breakage workflow (#78) (@abelsiqueira) - add RipQP to breakage tests (#79) (@dpo) - update version (#80) (@geoffroyleconte)

- Julia
Published by github-actions[bot] almost 5 years ago

LDLFactorizations - v0.8.0

LDLFactorizations v0.8.0

Diff since v0.7.0

Merged pull requests: - compute LDL*x (#69) (@geoffroyleconte) - remove dict dynamic regularization (#71) (@geoffroyleconte) - version 0.8.0 (#72) (@geoffroyleconte)

- Julia
Published by github-actions[bot] about 5 years ago

LDLFactorizations - v0.7.0

LDLFactorizations v0.7.0

Diff since v0.6.0

Closed issues: - Implement option for modified Cholesky (#9) - Allow factorization of semi-definite matrices (#57)

Merged pull requests: - fix benchmark script (#62) (@dpo) - adjust git commands for Jenkins (#63) (@dpo) - dynamic regularization (#65) (@geoffroyleconte) - use GitHub Actions (#66) (@dpo) - version 0.7.0 (#67) (@dpo)

- Julia
Published by github-actions[bot] about 5 years ago

LDLFactorizations - v0.6.0

LDLFactorizations v0.6.0

Diff since v0.5.0

Closed issues: - Solve for multiple RHS (#32)

Merged pull requests: - Analyze factorize (#48) (@dpo) - solve with multiple rhs (#49) (@dpo) - add DOI badge to README (#50) (@dpo) - update benchmark scripts (#51) (@dpo) - update benchmark scripts again (#52) (@dpo) - Optimized ldl_solve! for multiple rhs (#55) (@amontoison) - improve benchmark script (#58) (@dpo) - version 0.6.0 (#59) (@dpo)

- Julia
Published by github-actions[bot] over 5 years ago

LDLFactorizations - v0.5.0

LDLFactorizations v0.5.0

Diff since v0.4.0

Closed issues: - MethodError: no method matching / (#21) - Fix README (#31) - Write in-place ldl_solve! (#35) - ldl should accept any integer type for the permutation (#42)

Merged pull requests: - add benchmark against QDLDL (#27) (@dpo) - Update travis with latest Julia (#28) (@abelsiqueira) - Julia 1.3, FreeBSD, badge (#29) (@dpo) - Install TagBot as a GitHub Action (#30) (@JuliaTagBot) - README: only the upper triangle of A is accessed in all cases (#33) (@dpo) - fix CI scripts (#34) (@dpo) - Add in place version of ldlsolve (#36) (@CelestineAngla) - cirrus: allow nightly failures (#37) (@dpo) - Add ldiv! for LDLFactorization type (#38) (@amontoison) - Improve ldlsolve! and / (#41) (@CelestineAngla) - Add nnz function (#44) (@CelestineAngla) - allow permutation of different int type (#45) (@dpo) - user-friendly properties (#46) (@dpo) - Release 0.5 (#47) (@amontoison)

- Julia
Published by github-actions[bot] over 5 years ago

LDLFactorizations - v0.4.0

v0.4.0 (2019-10-04)

Diff since v0.3.0

Closed issues:

  • not able to factorize matrices for which pivoted LDLs exist (#25)
  • Release 0.3.0 (#18)
  • Only supply one triangle (#12)

Merged pull requests:

  • Bump version (#26) (dpo)
  • Update travis with latest Julia (#24) (abelsiqueira)
  • Allow input of the upper triangle only (#23) (TheoGal)
  • run CI on Travis/Windows (#22) (dpo)

- Julia
Published by julia-tagbot[bot] over 6 years ago

LDLFactorizations - v0.3.0

Commits

  • Accept different integer types for permutation array in ldl (9140db0)
  • Add .zenodo.json (e44d3dd)
  • Add contributors (c1b32ba)
  • Drop 0.7 and change REQUIRE to Project.toml (c4f9aab)
  • Version 0.3.0 (4f926f1)
  • clarify that L is unit lower triangular (10de53c)

This changelog was automatically generated, and might contain inaccuracies.

- Julia
Published by julia-tagbot[bot] almost 7 years ago

LDLFactorizations -

- Julia
Published by abelsiqueira over 7 years ago

LDLFactorizations -

- Julia
Published by abelsiqueira over 7 years ago