Home
last modified time | relevance | path

Searched refs:release (Results 1 – 25 of 25) sorted by relevance

/libCEED/
H A DRELEASING.md5 In preparing a release, create a branch to hold pre-release commits.
6 We ideally want all release mechanics (for all languages) to be in one commit, which will then be t…
20 Additionally, the release notes in `doc/sphinx/source/releasenotes.md` should be updated.
21 …of the pull requests that have been merged and thus might warrant emphasizing in the release notes.
23 The "Current Main" heading needs to be named for the release.
30 1. If making a minor release, check for API and ABI changes that could break [semantic versioning](…
34 …not prevent release, it's polite to make a PR to support the new release, and it's good for qualit…
39 The Spack `libceed/package.py` file should be updated immediately after tagging a release.
46 2. `git push` updates the PR holding release; opportunity for others to review
50 6. Draft a [new release on GitHub](https://github.com/CEED/libCEED/releases), using a few sentences…
[all …]
H A DCONTRIBUTING.md5 …e branch ('stable' for backward-compatible bug fixes for the last stable release, main' for new fe…
/libCEED/examples/rust/mesh/
H A DCargo.toml12 [package.metadata.release]
13 release = false
/libCEED/examples/rust/ex3-volume/
H A DCargo.toml14 [package.metadata.release]
15 release = false
/libCEED/examples/rust/ex1-volume/
H A DCargo.toml14 [package.metadata.release]
15 release = false
/libCEED/examples/rust/ex2-surface/
H A DCargo.toml14 [package.metadata.release]
15 release = false
/libCEED/examples/rust/ex3-volume-vector/
H A DCargo.toml14 [package.metadata.release]
15 release = false
/libCEED/examples/rust/ex1-volume-vector/
H A DCargo.toml14 [package.metadata.release]
15 release = false
/libCEED/examples/rust/ex2-surface-vector/
H A DCargo.toml14 [package.metadata.release]
15 release = false
/libCEED/examples/rust-qfunctions/
H A DMakefile29 …cargo +nightly build --release --manifest-path ex1-volume-rs/Cargo.toml --config ex1-volume-rs/.ca…
30 …$@ $(CEED_LIBS) -L$(CEED_DIR)/examples/rust-qfunctions/ex1-volume-rs/target/release -lex1_volume_rs
/libCEED/julia/LibCEED.jl/src/
H A DLibCEED.jl182 release = Ref{Bool}()
183 C.CeedGetVersion(major, minor, patch, release)
190 Returns true if the libCEED library is a release build, false otherwise.
196 release = Ref{Bool}()
197 C.CeedGetVersion(major, minor, patch, release)
198 return release[]
205 `true` whenever libCEED is not a release build.
/libCEED/rust/libceed/
H A DCargo.toml30 [package.metadata.release]
31 pre-release-replacements = [
/libCEED/rust/libceed-sys/
H A DCargo.toml39 [package.metadata.release]
40 pre-release-replacements = [
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md3 …e provide a summary of the main API changes, new features and examples for each release of libCEED.
102 - OCCA backend updated to latest OCCA release; DPC++ and OMP OCCA modes enabled.
104 This issue will be fixed in a future OCCA release.
232 …aming schema are currently provided, but these headers will be removed in the libCEED v0.9 release.
374 For this release, several improvements were made. Two new CUDA backends were added to
376 performance using single-source {ref}`CeedQFunction`. From this release, users
386 were included in this release, such as the `/cpu/self/opt/*` backends (which are
391 This release also included various performance improvements, bug fixes, new examples,
404 computes the surface area of a given mesh was added to this release.
406 Backends available in this release:
[all …]
H A Dconf.py90 release = pkgconf_version variable
H A DCONTRIBUTING.md5 …e branch ('stable' for backward-compatible bug fixes for the last stable release, main' for new fe…
H A DlibCEEDapi.md404 …edQFunction`s, should be source and binary compatible moving from 0.x.y to any later release 0.x.z.
/libCEED/examples/rust-qfunctions/ex1-volume-rs/
H A DCargo.toml9 [profile.release]
/libCEED/python/
H A Dceed_qfunction.py69 ffi.release(invecs)
70 ffi.release(outvecs)
/libCEED/interface/
H A Dceed.c1882 int CeedGetVersion(int *major, int *minor, int *patch, bool *release) { in CeedGetVersion() argument
1886 if (release) *release = CEED_VERSION_RELEASE; in CeedGetVersion()
/libCEED/doc/papers/joss/
H A Dpaper.bib71 title = {{CEED ECP Milestone Report: Public release of CEED
H A Dpaper.md151 …et) while no such drop exists for the GPU. (This experiment was run with release candidates of PET…
/libCEED/include/ceed/
H A Dceed.h178 CEED_EXTERN int CeedGetVersion(int *major, int *minor, int *patch, bool *release);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl175 function CeedGetVersion(major, minor, patch, release) argument
176 …ersion, libceed), Cint, (Ptr{Cint}, Ptr{Cint}, Ptr{Cint}, Ptr{Bool}), major, minor, patch, release)
/libCEED/examples/fluids/
H A Dindex.md164 …me stepping solvers can be found in the [TS User Guide](https://petsc.org/release/docs/manual/ts/).