Skip to content

Releases: JuliaParallel/PETSc.jl

v0.1.3

12 Aug 14:36
4280b7a
Compare
Choose a tag to compare

PETSc v0.1.3

Closed issues:

  • Move to JuliaParallel (#1)
  • Use Symbols for Petsc String Literals (#2)
  • Use Regular Petsc Initialize (#3)
  • Add Mat/Vec Format as Type Paramater (#4)
  • PetscIgnoreErrorHandler needs to be in init (#5)
  • wrap multiple PETSc libraries (float, double, complex, ...) (#6)
  • convert shell scripts to julia build.jl (#7)
  • remove tmp and test files from git (#8)
  • don't use --lines (#10)
  • Enable testing on OSX (#11)
  • Fix deprecations (#12)
  • 4-space indentation (#14)
  • Reuse OpenBLAS installation from Julia distribution (#16)
  • finalizers commented out? (#21)
  • Test failure on OS X (#29)
  • missing one(::Mat) (#47)
  • switch to TestNext (#49)
  • rand, sprand? (#51)
  • PETSc.PetscError(63,"Argument out of range") (#52)
  • Additional PETSc build options (#55)
  • Local or Global Sizing (#56)
  • Manual (#57)
  • Missing MatShellGetContext (#58)
  • Type Unstable Constructors (#59)
  • TS? (#60)
  • Add support for nompi version (#67)
  • Make it optional to use RealSingle and ComplexDouble versions of PETSc (#68)
  • rename KSPSolveTranspose! to Base.LinAlg.At_ldiv_B! (#70)
  • Memory Problem? (#71)
  • no need for @doc (#74)
  • don't call deepcopy in LocalArray (#75)
  • LocalArray should be a DenseArray subtype (#76)
  • merge LocalArray and LocalArrayRead, rename to LocalVector (#77)
  • Generalize Distributed Array Interface (#79)
  • Weird method overwritten warning on 0.5 (#87)
  • Keyword options not passed when calling KSP (#88)
  • Empty buildopts.conf file (#90)
  • Finalize MPI in petsc_com.jl (#91)
  • LoadError: LoadError: at row 0, column 0 : ArgumentError("number of rows in dims must be > 0, got 0") (#93)
  • Beginner Question: Using Ubuntu 18.04 and julia 1.0.3 within visual studio (#96)
  • Update (#98)
  • Set up documenter (#100)
  • Wrap SNES (#101)
  • problems installing (#108)
  • example not working (#109)
  • PETSc.jl with system petsc? (#111)
  • Why protect finalize with comm == MPI.COMM_SELF? (#114)
  • maintainer / owner? (#116)
  • Register PETSc.jl as a Julia package (#131)
  • error during test (#135)
  • PETSc options treatment (#144)
  • more types? (#145)
  • TagBot trigger issue (#159)
  • test PETSc fails (#164)

Merged pull requests: