Skip to content

Latest commit

 

History

History
78 lines (36 loc) · 1.36 KB

NEWS.md

File metadata and controls

78 lines (36 loc) · 1.36 KB

Changelog

P4est.jl follows the interpretation of semantic versioning (semver) used in the Julia ecosystem. Notable changes will be documented in this file for human readability.

Changes in the v0.4 lifecycle

Added

  • PointerWrappers were added in version v0.4.1 of P4est.jl.

Changed

Deprecated

Removed

Changes when updating to v0.4 from v0.3.x

Added

  • Functions P4est.version(), P4est.package_id()

Changed

Deprecated

Removed

Changes in the v0.3 lifecycle

Added

Changed

Deprecated

Removed

Changes when updating to v0.3 from v0.2.x

Added

  • Function P4est.uses_mpi() to check if the p4est library used by P4est.jl uses MPI

Changed

  • The P4est_jll version is updated to v2.8 which enables MPI support by default
  • Default bindings are updated accordingly
  • p4est binaries provided by P4est_jll now require the use of a proper MPI communicator

Deprecated

Removed