Releases: JuliaParallel/PETSc.jl
Releases · JuliaParallel/PETSc.jl
v0.4.7
v0.4.6
v0.4.5
v0.4.4
PETSc v0.4.4
v0.4.3
v0.4.2
PETSc v0.4.2
Merged pull requests:
- Converge test for laplacian examples (#223) (@boriskaus)
- Remove SparseDiffTools from main dependencies (#225) (@ChrisRackauckas-Claude)
v0.4.1
PETSc v0.4.1
Merged pull requests:
- CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#219) (@github-actions[bot])
- CompatHelper: bump compat for ForwardDiff in [extras] to 1, (keep existing compat) (#220) (@github-actions[bot])
- add zenodo badge (#221) (@boriskaus)
- Update ex50 to work have MG scaling (#222) (@boriskaus)
v0.4.0
PETSc v0.4.0
Breaking changes
This is a major new release of PETSc.jl in which we (auto)wrapped nearly the entire PETSc library and provide a low-level interface to nearly the full library along with julia-like high-level functionality for part of the library.
It comes precompiled libraries for mac and linux and allows users to develop MPI parallel code, while taking advantage of the julia ecosystem.
Given the size of this PR (>250k lines of code & >3000 functions) and the fact that we test only part of the library, there will undoubtedly be many bugs left; help is appreciated in adding more test and more high-levels wrappers.
Merged pull requests:
- Fixed a Typo in
README.md(#206) (@RoyiAvital) - Fixed Wrong Naming of WSL (#208) (@RoyiAvital)
- Bump actions/checkout from 4 to 5 (#209) (@dependabot[bot])
- getting_started.md: Allow copy-paste (#212) (@eschnett)
- Bump actions/checkout from 5 to 6 (#214) (@dependabot[bot])
- Wrapping the (nearly) full PETSc library (#215) (@boriskaus)
- fix building docs (#216) (@boriskaus)
- attempt to fix tests (#217) (@boriskaus)
- add compat for packages (#218) (@boriskaus)
Closed issues:
v0.3.1
v0.3.0
PETSc v0.3.0
Merged pull requests:
- Fix tests (#198) (@boriskaus)
- Update ci.yml for Mac aarch64 and use Julia-actions/cache to improve caching (#199) (@ViralBShah)
- Update to PETSc 3.22 (#202) (@ViralBShah)
- Fix CI for test_dmstag (#203) (@boriskaus)