Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: JuliaIntervals/IntervalLinearAlgebra.jl

Tags

v0.1.6

Toggle v0.1.6's commit message
[Diff since v0.1.5](v0.1.5...v0.1.6)

**Merged pull requests:**
- fix typo in docstring (#124) (@lucaferranti)
- don't redefine mid for reals here (#125) (@lucaferranti)
- speed up H-matrix test (#126) (@lucaferranti)
- Avoid broadcast over Q in tests (#128) (@dkarrasch)
- CONSISTENT_FPCSR  (#132) (@orkolorko)
- Fix complex matrix multiplication (#133) (@orkolorko)
- Add missing prefix for radius (#135) (@blegat)

**Closed issues:**
- [bug]: issues with complex interval matrices multiplication (#85)

v0.1.5

Toggle v0.1.5's commit message
[Diff since v0.1.4](v0.1.4...v0.1.5)

**Closed issues:**
- [bug] generation of documentation freezes  (#120)

**Merged pull requests:**
- Update FEM_example.jl (#121) (@lucaferranti)
- Update FEM_example.jl (#122) (@lucaferranti)
- fix printing of arrays of affine expressions (#123) (@lucaferranti)

v0.1.4

Toggle v0.1.4's commit message
[Diff since v0.1.3](v0.1.3...v0.1.4)

**Closed issues:**
- think of interface / dastructures to handle linear-PILS (#100)
- [feature request]: FEM minimal example problem/test (#102)
- note about adding new docs pages in cotributing guidelines. (#106)

**Merged pull requests:**
- data structure for affine expressions (#104) (@lucaferranti)
- added pr-preview and literate integration in workflow (#108) (@lucaferranti)
- updated compatibility with IA and readded NonLinearOettliPrager (#110) (@lucaferranti)
- FEM example switch to branch on repo  (#111) (@jorgepz)
- FEM example in documentation (#112) (@jorgepz)
- add Affine Parametric Array (#113) (@lucaferranti)
- Update CI.yml (#114) (@lucaferranti)
- added skalna06 algorithm for PILS (#115) (@lucaferranti)
- fix #106 (#117) (@lucaferranti)
- added continuous example to FEM and fixed parametric interface docstrings (#118) (@lucaferranti)
- a few changes in the FEM example (#119) (@jorgepz)

v0.1.3

Toggle v0.1.3's commit message
[Diff since v0.1.2](v0.1.2...v0.1.3)

**Closed issues:**
- is the current CI an overkill (#96)

**Merged pull requests:**
- moved citation.cff to root (#101) (@lucaferranti)
- throw error if hbr is used with a non-H-matrix (#103) (@lucaferranti)
- move set_multiplication_mode outside init (#107) (@lucaferranti)

v0.1.2

Toggle v0.1.2's commit message
[Diff since v0.1.1](v0.1.1...v0.1.2)

**Closed issues:**
- video not correctly embedded in documentation (#92)
- [bug]: don't use subset to check if interval vector is in the interior of the other (#93)

**Merged pull requests:**
- use isinterior in verified floating point operations (#94) (@lucaferranti)
- fixed video in docs homepage (#95) (@lucaferranti)
- Update Project.toml (#97) (@lucaferranti)

v0.1.1

Toggle v0.1.1's commit message
[Diff since v0.1.0](v0.1.0...v0.1.1)

**Closed issues:**
- first release (#54)
- [enhancement]: format references with APA style (#86)
- [enhancement]: Add hertz method for eigenvalues of symmetric interval matrices (#87)
- write short tutorial about eigenvalues functionalities (#89)

**Merged pull requests:**
- added Hertz method for eigenbox (#88) (@lucaferranti)
- added citation and updated badges (#91) (@lucaferranti)

v0.1.0

Toggle v0.1.0's commit message
**Closed issues:**

- Setup Docs / Quickstart guide (#6)
- Custom printing for algorithm structures (#8)
- Difference between static / regular arrays (#9)
- Mention financial sponsor of the project README (GSOC under JuliaLang org) (#10)
- implement different preconditioning methods (#12)
- implement algorithms to classify different interval matrices (#18)
- implement Gauss-Elimination algorithm (#19)
- implement verified solver of scalar linear system (#21)
- Add more benchmark models (#32)
- docs didn't deploy (#34)
- Standardize docstrings (#36)
- Add examples from GSoC blog to documentation (#37)
- generic solve interface (#38)
- oettli-präger solver should not need a list of variables as input (#39)
- solvers types names (#45)
- `solve` with iterative solvers should allow initial enclosure as optional parameter (#46)
- `solve` should also accept real `A` and `b` (#47)
- restructure tests (#53)
- interval*floating point falls back to generic algorithm in LinearAlgebra.jl (#72)
- eigenvalues of interval matrices (#75)
- `list_orthants` should return an iterator (#76)

**Merged pull requests:**
- Update README.md (#1) (@mforets)
- Update README.md (#7) (@mforets)
- oettli-präger solver (#13) (@lucaferranti)
- solvers (#14) (@lucaferranti)
- classify interval matrices (#20) (@lucaferranti)
- verified solution of real linear solver (#25) (@lucaferranti)
- update readme (#26) (@lucaferranti)
- setup documentation (#27) (@lucaferranti)
- added gaussian elimination (#28) (@lucaferranti)
- implemented different precondition mechanisms (#29) (@lucaferranti)
- re-export IntervalArithmetic (#31) (@lucaferranti)
- Update classify.jl (#33) (@mforets)
- explicitly set deploy branch to main (#35) (@lucaferranti)
- added list of references and updated readme (#40) (@lucaferranti)
- updated oettli-präger (#41) (@lucaferranti)
- restructure solve interface (#42) (@lucaferranti)
- update docstrings (#43) (@lucaferranti)
- added linear Oettli-Präger solver (#44) (@lucaferranti)
- updated types names and solvers docstrings (#48) (@lucaferranti)
- updated `solve` (#49) (@lucaferranti)
- updated API docs structure and readme (#50) (@lucaferranti)
- use epsilon inflation in Hansen-Bliek-Rohn (#51) (@lucaferranti)
- fast interval matrix multiplication (#52) (@lucaferranti)
- use inverse midpoint precondition for H matrices with Hansen-Bliek-Rohn (#55) (@lucaferranti)
- restructure tests (#57) (@lucaferranti)
- docstring fixes (#58) (@lucaferranti)
- update codecov badge (#59) (@lucaferranti)
- added tutorial about solution set characterization (#62) (@lucaferranti)
- create issue templates (#63) (@lucaferranti)
- update docs/make.jl (#64) (@lucaferranti)
- added explanation about preconditioning (#65) (@lucaferranti)
- CompatHelper: bump compat for IntervalArithmetic to 0.19, (keep existing compat) (#66) (@github-actions[bot])
- Update CI.yml (#67) (@mforets)
- rigorous computation of eigenvalues of matrices (#68) (@lucaferranti)
- added tutorial about linear systems (#69) (@lucaferranti)
- check for dimension mismatch in solve (#70) (@lucaferranti)
- fix links in readme (#73) (@lucaferranti)
- added PR templates (#74) (@lucaferranti)
- added algorithms to bound eigenvalues of interval matrices (#77) (@lucaferranti)
- Orthants iterator (#79) (@lucaferranti)
- updated pr template (#80) (@lucaferranti)
- added contribution guidelines (#81) (@lucaferranti)
- updated logo (#82) (@lucaferranti)
- mixed float interval matrix multiplication (#83) (@lucaferranti)
- removed IntervalConstraintProgramming from dependencies (#84) (@lucaferranti)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.