2e246cc
JSON/TOML backend: introduce abbreviated IO modes (#1493)c639257
TOUCH IOTask: Avoid setting files as dirty in non-write modes (#1704)b8ce8a0
Unify Random-Access API and Streaming API into Series::snapshots() (#1592)77a55a3
HDF5: Delete and re-create attribute when overwriting with diff. type
(#1697)1bd63c7
Properly check for empty HDF5_VERSION in CMake (#1702)bb45720
Upgrade appleclang14 build to MacOS 13 (#1703)1628567
Conda: Pin HDF5 to 1.14.1 in CI workflow (#1701)73ef006
Avoid including <iostream> in library code7470c2d
emitter: Support std::string_view8a9a7b7
Update CONTRIBUTING.mdd45c4fb
Update README.md61db897
Exclude ubuntu/C++ 11/googletest system from the test matrix since it
doesn't...7def204
Fix bazel build, and commit module lock file.1da813f
ensuring local tags are retained after loading a node + testf878043
Don't install embedded copy of GTeste3ddede
Update versione9ec4fd
Bump versionfeb7212
Readd FMT_NO_UNIQUE_ADDRESS8d517e5
Update changelog563fc74
Update changelog3e04222
Restore ABI compatibility with 11.0.2853df39
Mention compile-time formatting11742a0
Clarify that format_string should be used instead of fstringda24fac
Document fstring5fa4bdd
Define CMake components to allow docs to be installed separately (#4276)c35aad2
FFT::PoissonHybrid: Add solve() needed by ERF (#4250)4a3a5ff
Add CMake option: AMReX_CUDA_OBJDIR_AS_TEMPDIR (#4246)1c8b545
FFT::PoissonHybrid: Support non-periodic boundaries in x & y
directions (#4247)f7f3ee9
FFT Poisson Solver: Fill ghost cells in solve() function (#4244)12d6af2
Update GMRES Comments (#4243)1424c86
Fix dangling-reference warnings for particle functions. (#4241)c9546cd
Parser: Use malloc if Arena is not ready (#4240)86f31c5
Add portable implementation of random numbers drawn from the Gamma
distributi...b98eaaf
Fix warning and undefined behavior (#4236)4210fe0
Implementation of Bessel functions of second kind (yn) (#4234)9ce5a25
fix: spell fixebfbf27
patch: added more defensive programming techniques06ffaf3
remove reduntant license information0b94541
fix: add missing include82f3c04
fix: add YAML_CPP_API for windows-shared library buildsd8de965
patch: move dragonbox.h from 'include' folder to 'src' folder5d9e4b6
patch: split fp_to_string.h into fptostring.h and fptostring.cpp28c0a1b
doc: add a little more information to dragonbox file72865f7
fix: remove trailing return typesf4bca79
fix: fp_to_string uses now 2 spaces385c01d
Allow bit_cast to work for 80bit long double (#4246)df249d8
Remove an old workarounddfad80d
Remove an old workaround536cabd
Export all range join overloads (#4239)b1a0547
Remove more MSVC 2015 workarounds and fix string_view checksbfd9539
Remove MSVC 2015 workaround9ced61b
Replace std::forward for clang-tidy (#4236)75e5be6
Sort specifiersa169d7f
Fix chrono formatting syntax doc (#4235)a6c45df
Fix modular buildSourced from ZedThree/clang-tidy-review's releases.
v0.20.1
What's Changed
- fix(split-review): search by string in names by
@Nerixyz
in ZedThree/clang-tidy-review#140Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.20.0...v0.20.1
e005a6d
Merge pull request #140
from Nerixyz/fix/split-review94e0056
chore: remove redundant Path(..)
74d6cb5
fix: search by string in namesSourced from ZedThree/clang-tidy-review's releases.
v0.20.0
What's Changed
- ensure diff paths are the same on all platforms by
@bwrsandman
in ZedThree/clang-tidy-review#130- Fix regression to cull_comments by
@bwrsandman
in ZedThree/clang-tidy-review#128- fix: support empty commits/PRs by
@Nerixyz
in ZedThree/clang-tidy-review#132- Add a run time profile report by
@bwrsandman
in ZedThree/clang-tidy-review#127- Use task queue to spawn multiple processes of tidy by
@bwrsandman
in ZedThree/clang-tidy-review#126- Fix remaining Ruff lints and (most) type errors by
@Nerixyz
in ZedThree/clang-tidy-review#137- Fix a bunch of ruff issues by
@ZedThree
in ZedThree/clang-tidy-review#133Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.19.0...v0.20.0
9539823
Merge pull request #133
from ZedThree/linting3aea09f
Use Path
in more places30fd704
Merge branch 'master' into linting1ad1991
Merge pull request #137
from Nerixyz/chore/more-linting87a563c
fix: correct various types5e9fb02
fix: use positional args for regex (B034
)71fa158
fix: merge with
(SIM117
)afd3a85
fix: resolve PTH*
lints88d4e32
Merge pull request #126
from bwrsandman/multiprocess02da243
Use task queue to spawn multiple processes of tidy397d3d2
Add cosmic rays to metal chemistry (#1651)ca10c3e
Update README to mention ISM chemistry (#1652)01cc637
Correctly handle ices in metal chemistry (#1650)1e1dc14
Remove unused param (#1648)d98d39b
Define Tdust as aux var (#1649)3961b43
update changes for 24.09b9d549b
Add option to do stable redistribute with GPUs (#4200)47108f0
Fix typo in documentation of Tensor Linear Solver (#4206)92679ba
Remove HIP_INDIRECT_FUNCTION (#4199)dc745bb
Use The_Comms_Arena in particle communication. (#4175)c060294
Refactor grid-stride loop (#4190)8f4fbaf
Fix a typo in CI build option (#4196)0c7df10
STL optimization: Bounding volume hierarchy (#4140)c333708
Bounded sampling (#4195)b00c828
amrex::FFT (#4193)62c2a81
SmallMatrix: Structured binding support (#4189)c2bec4c
chore(test): moved infiniteloop test to load_node_test suite.29c59c0
new(test): added a test to avoid future issues with LoadAll().bc67157
fix(src): avoid possible infinite loop in LoadAll().4b8e283
More cleanup7d4662f
Remove FMT_BUILTIN_CTZ27110bc
Minor cleanup68f3153
Fix narrowing conversion warning in struct fstring (#4210)168df9a
Implement fmt::format_to into std::vector<char> (#4211)4daa3d5
Fix error: cannot use 'try' with exceptions disabled in Win LLVM Clang
(#4208)e9eaa27
Add std::exception to the docs2b6a786
Use standard context in printa16ff57
Add support for code units > 0xFFFF in fill601be1c
Add support for code units > 0xFFFF in fill94a3a8f
[pre-commit.ci] pre-commit autoupdate (#1687)2a36ef8
Pickle API: Cache unpickled Series to avoid repeated file access (#1654)de67eff
Fix Leftover ADIOS1 Mentions (#1683)757676d
Add OPENPMD_PYTHON_TEST_PREFIX environment variable (#1691)2593317
Add openPMD version 2.0 to supported API versions (#1551)7620c47
Version 0.17.0-dev (#1689)7abdd7c
Fix ICX build (#1690)93df9d5
PYBIND11_FINDPYTHON=ON
(#1684)9806b04
Doc: Fix Shipped Internally (#1682)d0b5370
Fix 0.16.0 versions (#1680)9286964
Merge pull request #11
from brittonsmith/update737009c
Remove rate coefficients testing file after transitioning test to gold
standa...7499abb
Merge pull request #10
from brittonsmith/gtestddcc68a
Remove obsolete testing answer files.9a63dbe
Merge pull request #9
from brittonsmith/issue6ee5ff1c
Add missing redshift dataset to cooling table.5d73d81
Merge pull request #8
from brittonsmith/PR1269084536
Update answers for PR #126.31ec9d7
Merge pull request #5
from brittonsmith/PR979b4ab63
Update answers for PR #97.c95722a
Improve naming consistencydb06b0d
Use countl_zero in bigintb9ec48d
Cleanup bigint3faf6f1
Add min_of/max_ofd64b100
Relax constexprff9ee04
Fix handling FMT_BUILTIN_TYPES1c5883b
Test nondeterministic conversion to format stringcacc310
Don't assume repeated evaluation of string literal produce the same
pointerfade652
Require clang >=15 for _BitInt support (#4176)96dca56
Module linkage fixes for shared build (#4169)d2d8f40
Script: New Version (#1467)88089bc
CMake Superbuild: Tarball (#1668)ff0c669
Independent writes: Make workaround more flexible (#1660)016bb8a
Allow numpy 2.0 in requirements.txt (#1669)b40607a
Python Series/Iteration: Fix Length (#1659)dc58cc5
CMake Superbuild: Repo & Local Source (#1667)87f30e7
Remove ThirdParty Directories (#1666)570f155
Replace internal dependencies by FetchContent (#1583)da82fd9
chore(test/integration): refactor some test cases to their own
test.1f2b841
fix(src,include,test): fixed multiple cases where a bad yaml was
accepted.Sourced from ossf/scorecard-action's releases.
v2.4.0
What's Changed
This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the v5.0.0 release notes. Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation.
- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0 by
@spencerschrock
in ossf/scorecard-action#1410- :bug: lower license sarif alert threshold to 9 by
@spencerschrock
in ossf/scorecard-action#1411Documentation
- docs: dogfooding badge by
@jkowalleck
in ossf/scorecard-action#1399New Contributors
@jkowalleck
made their first contribution in ossf/scorecard-action#1399Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0
v2.3.3
[!NOTE]
There is no v2.3.2 release as a step was skipped in the release process. This was fixed and re-released under the v2.3.3 tagWhat's Changed
- :seedling: Bump github.com/ossf/scorecard/v4 (v4.13.1) to github.com/ossf/scorecard/v5 (v5.0.0-rc1) by
@spencerschrock
in ossf/scorecard-action#1366- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 by
@spencerschrock
in ossf/scorecard-action#1374- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0-rc2.0.20240509182734-7ce860946928 by
@spencerschrock
in ossf/scorecard-action#1377For a full changelist of what these include, see the v5.0.0-rc1 and v5.0.0-rc2 release notes.
Documentation
- :book: Move token discussion out of main README. by
@spencerschrock
in ossf/scorecard-action#1279- :book: link to
ossf/scorecard
workflow instead of maintaining an example by@spencerschrock
in ossf/scorecard-action#1352- :book: update api links to new scorecard.dev site by
@spencerschrock
in ossf/scorecard-action#1376Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.1...v2.3.3
62b2cac
bump docker tag to v2.4.0 for release (#1414)c09630c
lower license score alert threshold to 9 (#1411)cf8594c
:seedling: Bump github.com/sigstore/cosign/v2 from 2.2.4 to 2.3.0 (#1413)de5fcb9
:seedling: Bump the github-actions group with 2 updates (#1412)a46b90b
bump scorecard to v5.0.0 release (#1410)9fc518d
:seedling: Bump golang in the docker-images group (#1407)a8eaa1b
:seedling: Bump the github-actions group with 2 updates (#1408)873d5fd
:seedling: Bump the github-actions group across 1 directory with 2
updates (#...54cc1fe
:seedling: Bump the docker-images group with 2 updates (#1401)82bcb91
:seedling: Bump golang.org/x/net from 0.26.0 to 0.27.0 (#1400)74127d6
Update CHANGES for 24.09 (#4122)d06504a
Simplify cache cleanup actions (#4121)7c2ef81
CI: WarpX on development
(#4110)df0d594
Curl Curl Solver: Option to use PCG instead of LU (#3812)12002e7
Support for multiple periods in FillBoundary and ParallelCopy (#4106)b05f69f
ParmParse::prettyPrintTable (#4101)dea2432
TinyProfiler:: Add more runtime parameters (#4100)baec46e
Fix start_comp offset in tracer particle routines (#4098)0e97bad
ParmParse: queryarrWithParser (#4073)68e3741
Add Geometry::RoundoffLo and RoundoffHi functions (#4097)4789924
Merge pull request #146
from EZoni/EZoni_rm_testdir715ea85
Rename option rm_testdir
to clean_testdir
5bd6a57
Check test run, analysis, and comparison2b047a6
Add rm_testdir
option21c052c
Merge pull request #147
from EZoni/EZoni_compare_successful088c34d
Fix typo in compare_successful
variable assignment1c7d7ff
Fix memory leak (#1662)ff21bbc
Python: Series to DataFrame (#1506)fafdac2
Opt-in support for unknown ADIOS2 engines (#1652)e9dd0e3
HDF5 independent flush config (#1634)6956b01
setup.py: Transitive ZLIB Static (#1522)443fdef
Use a shared pointer to bool to check if destructor ran (#1657)621e9c1
Clarify why we have TYPE in native_formatterbca7040
Simplify compile-time checks8c4b17f
Simplify compile-time checks516a2e2
Cleanup FMT_STRING6797f0c
Cleanup compile-time checksdb496b4
Remove old gcc hack8eda3c8
Cleanup compile-time check5331690
Move string_literal to format.h8a484ad
Minor cleanupb446cc9
fwrite_fully -> fwrite_all47cd272
Remove build debug messages850ec4f
Fix reference types in iterators84459a7
fix: missing token enum nameee9c4d1
fix: parse files with '\r' symbols as line ending correctlyb38ac5b
Use FetchContent_MakeAvailable7b469b4
emitterutils: Explicitly include <cstdint>8fbf344
doc, fix: invalid liquid '{{...}}' tags06c3d1d
fix compile warning(Pull requests #1305)(Issues
#1306)04dddd6
Revert "Fix compile warning with -Wshadow"1f5e971
Fix compile warning with -Wshadow83ecf62
Catalyst support (#4011)a8c5255
Fix typos in FaceDivFree interior interpolation. (#4048)20e6f2e
ParmParse: Fix assertion in new queryarr for IntVect & RealVect (#4051)6975ae0
ParmParse: Read IntVect & RealVect from array (#4050)80b0c7e
IParser: Use long long int (#4046)fd1633e
ParmParse: Math expression support (#4032)11d31e5
AmrData: remove dependency on Fortran (#4049)d9dec56
Remove reliance on managed memory in HDF5 mesh IO (#4047)3cb7f15
New Feature in MLEBNodeFDLaplacian: MultiFab sigma coefficient (#3968)930e75e
Nodal Solver: Use multi-color Gauss-Seidel on GPU (#4043)24fc854
include higher taylor terms for fast_atan (#1611)a5408ba
update self-consistent NSE SDC update with Tabular NSE (#1569)b413290
remove some more Fortran comments (#1609)448132f
remove test_nse and rename test_ase -> test_nse_net (#1610)963ff00
remove the old test_screening (#1608)d791e67
Remove strang nse (#1549)4142d4f
Update rhoX for nse_solver for SDC and discard strang (#1607)0b1a231
add NSE bailout to RKC (#1544)d326c72
Fix conversion a surrogate pair (#4095)6e462b8
Get rid of std::copyaff640c
Make fmt::appender implement std::output_iterator concept (#4093)e23fb6a
Apply clang-format16b3542
Remove float_specs29d7e58
Remove float_format919f7c5
Reduce float_specs usagea80d668
Diagnose invalid precision707d7d9
Apply coding conventionsde6ed8d
Test alignmentb95aa14
fix: use C locale by default4f83a7e
ADIOS2: Override access mode (#1638)74fdc47
Pickle API: Avoid static Series hack, allow multiple Series (#1633)ff6cf66
CI: macOS 11->12 (#1653)0358d09
Compatibility with toml11 4.0 (#1645)0fa1803
Parse lazily in linear access (#1650)7efa3b7
Fix Conda CI (#1651)1e3240b
Add missing openPMD_HAVE_MPI guard (#1649)5a24100
Flush target newstep (#1632)bda3544
Performance: Flush IOHandler only once, not for each Iteration (#1642)7418556
HDF5: Correctly handle writing only some components when writing
Particle (#4...73e46e6
HDF5: Correctly choose datatype of plotfile based on RD numBytes (#4006)2f93525
Fix L2 norms in C_util/Convergence codes (#4009)463bdf4
Match the dimensions of reqd_work_group_size to submitted nd_range (#4002)27b399a
GNU Make: try nvidia-smi for CUDA arch if deviceQuery fails (#3997)259db7c
Sundials Update (#3984)adfc227
Derive: Add MultiFab version of DeriveFunc (#3990)85bef47
GNU Make: Add support for CUDA LTO (#3993)0e3e39b
Bottom Solver: Keep the unconverged result if it's an improvement (#3991)36f111b
Workaround std::exclusive_scan issue with old compilers (#3996)Sourced from SonarSource/sonarcloud-github-c-cpp's releases.
v3.0.0
What's Changed
- SC-12362 Improve the SonarCloud Intro in README.md by
@claire-villard-sonarsource
in SonarSource/sonarcloud-github-c-cpp#50- Update actions/cache to v4 by
@N-Coder
in SonarSource/sonarcloud-github-c-cpp#48- SCCPPGHA-2 Support macOS ARM runners by
@enzo-pellegrini
in SonarSource/sonarcloud-github-c-cpp#55- CPP-5241 Migrate github action from build-wrapper-output to compilation-database by
@enzo-pellegrini
in SonarSource/sonarcloud-github-c-cpp#54- SCCPPGHA-6 Support Running on Linux ARM64 by
@enzo-pellegrini
in SonarSource/sonarcloud-github-c-cpp#57- Update sonar-scanner-version to 6.0.0.4432 by
@github-actions
in SonarSource/sonarcloud-github-c-cpp#58Full Changelog: https://github.com/SonarSource/sonarcloud-github-c-cpp/compare/v2.0.2...v3.0.0
New Contributors
@claire-villard-sonarsource
made their first contribution in SonarSource/sonarcloud-github-c-cpp#50@N-Coder
made their first contribution in SonarSource/sonarcloud-github-c-cpp#48@vil02
made their first contribution in SonarSource/sonarcloud-github-c-cpp#38@enzo-pellegrini
made their first contribution in SonarSource/sonarcloud-github-c-cpp#55Update README
No release notes provided.
e25edae
SCCPPGHA-6 Support Running on Linux ARM64 (#57)905f4e3
Update sonar-scanner-version to 6.0.0.4432 (#58)5c3c391
CPP-5241 Migrate github action from build-wrapper-output to
compilation-datab...8a10879
SCCPPGHA-2 Support macOS ARM runners (#55)bc8c862
NO-JIRA Remove duplicated space in README1602208
This repository is owned by the Analysis Experience squad388d750
Update actions/cache to v4 (#48)0f2dd7b
Update the SonarCloud intro in README.md (#51)a5e1e96
SC-12362 Improve the SonarCloud intro in README.md (#50)686339f
Minor cleanupe355c11
Tweak wording in the changelog707bb5b
Fix grammar6f68c62
Ignore doxygen filesd059fe4
Ignore vagrant files43c5b34
Fix package builde89568e
Update vagrant configf5bf6f7
Update build scriptbd9af9a
Update changelog1652108
Fix typo9184c2e
Fix wrong logging of TOUCH task (#1643)7f5c33d
Fix: Add back iteration.close() call (#1641)3daaa14
CI fixes and documentation for Pybind v2.12.0 and Numpy 2.0 (#1637)51bcde6
Update Pybind to v2.12.0 (#1640)a207118
Regexes: Sanitize user input (#1624)534706f
Fix particle patches flush api (#1626)87cdc96
Fix Python container and pickle API (#1627)5d9fb34
Workaround for independent writes to Iterations in parallel, better
detection...51caab3
Seems we need the MPI workaround for Conda now too..... (#1628)a65f0a5
add missing AMReX_SUNDIALS in AMReXConfig.cmake (#3962)14d56ef
Linear Solver: Fix semicoarsening issues with multiple AMR levels (#3961)28b0101
add DEBUG_LIBSTDCXX option to GNU Make gcc for libstdc++ debug (#3945)f474963
Fix bug introduced in #3959
(#3960)8e67cc9
InterpBndryData: Make changes for multi-level hypre (#3959)74ab071
FabArray: Make some functions static (#3958)345cb88
MultiArray4: add conversion operator to bool (#3957)523c11e
Overloading Array4::operator()
, ptr
and
contains
(#3956)e6c93bf
Fix block size in PermutationForDeposition (#3953)fed4bc1
Tune PermutationForDeposition for MI250X (#3925)1d8ca1f
Avoid static reference to temporaryfcd3e1e
is_convertible_v -> is_convertible::value (#3983)dc401b1
Move handlers outside of the docsf7c5588
Cleanup syntax doca4e4067
Fix markdown3479828
Fix markdown191b0cb
Fix markdowne80f4a9
Cleanup syntax doc022d8ef
Update doc.ymlca8eeb0
Add glibc ext for day of month and week of year (#3976)cddb41f
Fix markdown2c1dbc9
[pre-commit.ci] pre-commit autoupdate (#1613)4d77fad
Bump s-weigand/setup-conda from 1.2.1 to 1.2.2 (#1621)0baf09f
Add rank table for locality-aware streaming (#1505)8c57285
Span API: Set dirty flag (#1615)95cbcb6
Fix CI issues for ADIOS2 v2.10: Add openPMD_HAVE_ADIOS2_BP5, datatype
fixes i...Sourced from ZedThree/clang-tidy-review's releases.
v0.19.0
What's Changed
- Add links to check documentation in review by
@bwrsandman
in ZedThree/clang-tidy-review#123- Add clang-tidy 18 by
@daljit46
in ZedThree/clang-tidy-review#121- Add a hint for generating the compile command outside the container by
@m-kuhn
in ZedThree/clang-tidy-review#120New Contributors
@daljit46
made their first contribution in ZedThree/clang-tidy-review#121@m-kuhn
made their first contribution in ZedThree/clang-tidy-review#120Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.18.0...v0.19.0
85799d6
Merge pull request #120
from m-kuhn/patch-1b719737
Merge pull request #121
from daljit46/clang_tidy_183ff13b4
Merge pull request #123
from bwrsandman/links-in-commentsdbe658e
Add links to check documentation in review9bde8c5
Add clang-tidy 1865fbe78
Add a hint for generating the compile command outside95a92e2
cleanup of latest changes for 3D EB (#3912)ddf15b9
3d anisotropic eb (#3907)d857968
Fix compiler warnings in Parser (#3908)b029e4f
Update for ROCm 6.1.0 (#3898)aba9891
clarify comment about EnforcePeriodicity (#3903)b752027
fix a HIP/Frontier issue (#3902)2c9e432
Update HIP CIs for rocm 6.1.0 (#3897)64d2360
Set AMD wavefront size according to AMReX_AMD_ARCH (#3881)96f6d66
Fix offset in recv buffer of single precision particle communication (#3896)2780fa8
Fix Assertion (#3894)48c9084
Fix CodeQL alert (#3945)cf1f55f
Specialize formatter
for all std::basic_string
types (#3943)400f6a8
Dedup ADL begin/end lookupa3e0931
Update signature in the doc51eeccd
const void* is neither a fundamental nor string typef30f1fd
Document formatter specializations provided by base.hf4b256c
Fix warning C26439f746a59
Cleanup FMT_ASSERTee0c335
Fix format_to + FMT_STRING for wide character type (#3931)9973576
Fix FMT_USE_NONTYPE_TEMPLATE_ARGS define back (#3937)805c760
Print a hint on what might be wrong when retrieveSeries fails (#1610)9e53e9a
[pre-commit.ci] pre-commit autoupdate (#1607)124b71b
use a helper function to get the index into the NSE tables (#1495)95cb860
remove redundant rhs and ydot for NSE_NET (#1507)886498d
Optimize fill_merge_indices/nse_grouping for NSE_NET (#1506)3169bfe
remove the is_jacobian_term_used logic in the linear algebra (#1502)d7e5b84
remove fast reaction cycle check for NSE_NET check. (#1503)9dd9dbb
add more unit test for testing NSE_NET (#1504)ce331bc
update test_linear_algebra to output the Jacobian mask (#1501)02d46a6
updated changelog for 24.03 (#1498)2359fab
fix RKC integration with SDC (#1497)695b711
update test_linear_algebra to reflect pivot templating (#1496)47347f7
Fix: Resize Component on Add (#3861)fe6f3de
Use less device memory when checkpointing particles (#3238)f264290
AddRealComp
/AddIntComp
: Resize SoA (#3615)1be7257
FabArray: Option to use a single contiguous chunk of memory (#3857)67523bb
Disable AMReX_FLATTEN_FOR by default (#3860)41df2a5
Curl Curl Solver: Variable beta coefficient (#3810)7437aa1
MultiFab::deepCopy()
(#3848)dffdeac
FabArray\<FAB>::copy
Argument Name (#3856)8d57ebc
AMReX_FLATTEN_FOR (#3855)21a7a66
Use Clang-Tidy 17 in GitHub CI (#3845)Sourced from ZedThree/clang-tidy-review's releases.
v0.18.0
What's Changed
- chore: add
num_comments_as_exitcode
option by@Nerixyz
in ZedThree/clang-tidy-review#119Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.17.3...v0.18.0
v0.17.3
What's Changed
- fix: download artifacts as binary blobs and follow redirects by
@Nerixyz
in ZedThree/clang-tidy-review#118Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.17.2...v0.17.3
9008958
Merge pull request #119
from Nerixyz/chore/exit-with-commentsad2c4db
chore: add num_comments_as_exitcode
optionfddb616
Merge pull request #118
from Nerixyz/fix/more-pr1d30432
fix: download artifact as blob and follow redirects3fb42e9
deps: update to actions/upload-action@v4
f5ec5ad
Update syntax.rst3b5f3de
Make CMake version message less confusing (#3907)ca91939
Replace std::fill_n with fmt::detail::fill_n (#3909)74a1872
Implemented fmt::day, fmt::month, fmt::year and related unit tests (#3906)88620e5
Range formatting documentation (#3905)5d63e87
Add a formatter for float128aecec01
Initial support for extended FP types5af8865
Cleanup45b772f
Improve std::complex formatter to be compatible with P2197R0 (#3900)5334789
Make line buffering test less flakySourced from ZedThree/clang-tidy-review's releases.
v0.17.2
What's Changed
- fix: artifact download by
@Nerixyz
in ZedThree/clang-tidy-review#115Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.17.1...v0.17.2
9a32adc
Merge pull request #115
from Nerixyz/fix/pr-stuff0b130f2
fix: artifact download2ecafcf
assert wavefront size (#3777)f924a1d
Curl of Curl solver: Tweak restriction (#3765)c3e7060
Adjust debug info argument for HIP compiler (#3761)d8d4828
fixed bug in MLCurlCurL::xdoty() to prevent doing MPI sum twice. (#3774)1959b1f
Fix bug in AMREX_ASSUME (#3773)2230caa
Pure SoA: NextID
as Long
(#3772)3003edb
GNU Make: set COMP_VERSION for hipcc and nvcc (#3771)4ebd5e0
Make MFParallelFor safer from int overflow (#3768)398b20b
Implement portable assumptions with AMREX_ASSUME (#3770)99b47cb
getParticleTileData: HostVector must be initialized during resize (#3769)e587300
some more cleaning of the runtime_parameters.py (#1448)8fc4cfe
template pivoting in the linear algebra (#1454)adb2600
work on addressing some issues with the Jacobian scaling (#1479)48bf41c
remove some unused includes in test_nse_interp (#1494)f336cab
create a linear algebra unit test (#1493)9a8c260
clean up some unused vars in unit tests (#1492)348dad9
remove redundant (and conflicting) typedefs in rhs.H (#1491)86807d6
update the SDC docs (#1469)3df6ba0
if we are building with HIP, don't force inlining (#1490)4f2ee5f
fix compilation of nse_table_cell (#1486)c2e0e83
Filename extensions: Allow specifying wildcards (#1584)d64dbc2
Parallel JSON (#1475)5fec415
Joined arrays in ADIOS2 (#1382)045e416
SerialIOTest: Clang-Tidy Fixes (#1599)30e5bde
HDF5: Explicit control over chunking (#1591)a0eca32
[pre-commit.ci] pre-commit autoupdate (#1595)d24c5d2
CI: Fix CircleCI "six" (#1596)283b2fe
Derive PatchComponent from RecordComponent (#1594)ae1e93d
Fix warning C4702 emitted from format.h (MSVC) (#3866)f68f452
Workaround an ld warning on macOSebea573
Fix chrono locale format bug for RHEL gcc (#3859)ddf0b7d
Fix warning C4365 emitted from printf.h (#3865)0166f45
std.h c++23 build fix (#3856)8e42eef
Don't error on min time_point91b30e5
More API details7a63e23
Readd core.h to headers44c3fe1
Fix handling of static separatorae181cc
C++23 compatibility: basic_string_view cannot be constructed from
nullptr (#3...76dc671
Add option YAML_ENABLE_PIC=ON5c1bbbd
Skip Position Independent Code for PSP/PS3fbeddb3
update pynucastro nets to have bion/mion constexpr (#1437)3700590
constexpr some helm EOS table parameters (#1440)6fceeec
update tols for Urca test_react so it runs (#1438)6dc51ad
fix NSE+SDC when we are doing drive_initial_convection (#1431)d99cee0
update github actions to latest versions (#1429)a0deaae
add struct support for runtime_parameters.py (#1422)9d0655b
update for 24.013185974
optional quantum correction terms for chabrier1998 (#1428)a83fe00
[WIP] fix powi script and bug in chugunov2009 screening (#1432)32fa759
Replace std::pow with integer powers to amrex::Math::powi (#1426)689144d
Update AoS Restrict (#3738)d861bdf
Disable m_aos for SoA Particle (#3736)09fc44a
Add helper function for setting id and cpu simultaneously. (#3733)33dea1f
Disable SYCL on Nvidia and AMD CIs (#3726)dbc0c6f
ParticleCopyPlan for SoA Particles (#3732)47c4f95
Do not use std::forward twice on the same object in AmrParticleLocator
(#3734)4aeeabe
Particle Copy Plan: Default Vals (#3729)ab99ea6
GitHub Actions: 4 vCPUs are available now on Ubuntu and Windows (#3703)41397e2
Fix circular header file dependency (#3725)d5cc579
Follow-on to #3701
(#3702)6321a97
Simplify color formatting4b6b32f
Deprecate wide stream function1b54ba4
Fix UB in format_arg_store implementation. (#3833)71a4a8d
Really fix MSVC warning about <bit> only being available in C++20.
(#3832)8e62172
Fix a warning28afff3
Improve bufferingaf44c29
Separate buffer initialization from flusha1e1eed
Minor cleanupffce363
Add glibc stream supportb566951
Don't hang on test failured9fce66
Don't allow Container insertion in READ_LINEAR (#1590)8faadde
Initial support for HDF5 subfiling (#1580)17e757f
Refactor: Extract ADIOS2 BufferedActions struct to own file, rename to
ADIOS2...3a8a220
Fix: Strings with a single char in Python (#1585)d5524ec
Fix availableChunks for READ_LINEAR in ADIOS2 (#1586)7bb2948
Fix docstring for MyPath (#1587)Sourced from ZedThree/clang-tidy-review's releases.
v0.17.1
What's Changed
- auth: Allow private key for apps to be base64 by
@bwrsandman
in ZedThree/clang-tidy-review#112- Use PyGithub to reuse auth headers to do requests by
@bwrsandman
in ZedThree/clang-tidy-review#113Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.17.0...v0.17.1
4923dc7
Merge pull request #113
from bwrsandman/authenticated-requestsbaadf42
Use set difference to cull comments40e754e
Reuse auth headers to do requestsf527341
Merge pull request #112
from bwrsandman/base64-private-keyd51789b
auth: Allow private key for apps to be base64Sourced from actions/cache's releases.
v4.0.0
What's Changed
- Update action to node20 by
@takost
in actions/cache#1284- feat: save-always flag by
@to-s
in actions/cache#1242New Contributors
@takost
made their first contribution in actions/cache#1284@to-s
made their first contribution in actions/cache#1242Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0
v3.3.3
What's Changed
- Cache v3.3.3 by
@robherley
in actions/cache#1302New Contributors
@robherley
made their first contribution in actions/cache#1302Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.3
v3.3.2
What's Changed
- Fixed readme with new segment timeout values by
@kotewar
in actions/cache#1133- Readme fixes by
@kotewar
in actions/cache#1134- Updated description of the lookup-only input for main action by
@kotewar
in actions/cache#1130- Change two new actions mention as quoted text by
@bishal-pdMSFT
in actions/cache#1131- Update Cross-OS Caching tips by
@pdotl
in actions/cache#1122- Bazel example (Take #2️⃣) by
@vorburger
in actions/cache#1132- Remove actions to add new PRs and issues to a project board by
@jorendorff
in actions/cache#1187- Consume latest toolkit and fix dangling promise bug by
@chkimes
in actions/cache#1217- Bump action version to 3.3.2 by
@bethanyj28
in actions/cache#1236New Contributors
@vorburger
made their first contribution in actions/cache#1132@jorendorff
made their first contribution in actions/cache#1187@chkimes
made their first contribution in actions/cache#1217@bethanyj28
made their first contribution in actions/cache#1236Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.2
v3.3.1
What's Changed
- Reduced download segment size to 128 MB and timeout to 10 minutes by
@kotewar
in actions/cache#1129Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.1
v3.3.0
What's Changed
- Bug: Permission is missing in cache delete example by
@kotokaze
in actions/cache#1123
... (truncated)
Sourced from actions/cache's changelog.
Releases
3.0.0
- Updated minimum runner version support from node 12 -> node 16
3.0.1
- Added support for caching from GHES 3.5.
- Fixed download issue for files > 2GB during restore.
3.0.2
- Added support for dynamic cache size cap on GHES.
3.0.3
- Fixed avoiding empty cache save when no files are available for caching. (issue)
3.0.4
- Fixed tar creation error while trying to create tar with path as
~/
home folder onubuntu-latest
. (issue)3.0.5
- Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)
3.0.6
- Fixed #809 - zstd -d: no such file or directory error
- Fixed #833 - cache doesn't work with github workspace directory
3.0.7
- Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.
3.0.8
- Fix zstd not working for windows on gnu tar in issues #888 and #891.
- Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable
SEGMENT_DOWNLOAD_TIMEOUT_MINS
. Default is 60 minutes.3.0.9
- Enhanced the warning message for cache unavailablity in case of GHES.
3.0.10
- Fix a bug with sorting inputs.
- Update definition for restore-keys in README.md
... (truncated)
13aacd8
Merge pull request #1242
from to-s/main53b35c5
Merge branch 'main' into main65b8989
Merge pull request #1284
from takost/update-to-node-20d0be34d
Fix dist66cf064
Merge branch 'main' into update-to-node-201326563
Merge branch 'main' into maine718767
Fix format0122982
Apply workaround for earlyExit3185ecf
Update "only-" actions to node2025618a0
Bump versionSourced from ZedThree/clang-tidy-review's releases.
v0.17.0
What's Changed
- Don't override original env variables by
@bwrsandman
in ZedThree/clang-tidy-review#111- Fix default
REVIEW_FILES
in split workflow post by@bwrsandman
in ZedThree/clang-tidy-review#110- Add Github App authentication method by
@bwrsandman
in ZedThree/clang-tidy-review#109- Fix line filter on for clang compiler on windows by
@bwrsandman
in ZedThree/clang-tidy-review#108Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.16.0...v0.17.0
v0.16.0
What's Changed
- Bump PyGithub to 2.1 by
@bwrsandman
in ZedThree/clang-tidy-review#107- Get username from PR to use in
google-readability-todo
by@bwrsandman
in ZedThree/clang-tidy-review#106- Fix split workflow when no comments can be posted by
@bwrsandman
in ZedThree/clang-tidy-review#105Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.15.1...v0.16.0
5d848bc
Merge pull request #108
from bwrsandman/clang-on-windows27e8178
Merge pull request #109
from bwrsandman/app-auth3977392
Merge pull request #110
from bwrsandman/default-posta771054
Merge pull request #111
from bwrsandman/envd8b8a3c
Apply black changes882160c
Don't override original env variables4a4f630
Fix default REVIEW_FILES
in split workflow post72b3a12
Apply black changes8f5e16a
Add github app authentication argumentsd08403b
github wrapper: Use Auth class to encapsulate tokenSourced from ZedThree/clang-tidy-review's releases.
v0.15.1
What's Changed
- Fix Recursive source clang-tidy by
@bwrsandman
in ZedThree/clang-tidy-review#104Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.15.0...v0.15.1
v0.15.0
What's Changed
- Python fixes for running on multiple platforms and outside of docker by
@bwrsandman
in ZedThree/clang-tidy-review#103Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.14.0...v0.15.0
0dd8d19
Merge pull request #104
from bwrsandman/recursive-source-config7765f56
Fix Recursive source clang-tidy7e7ae43
Merge pull request #103
from bwrsandman/windows_shell_fix406fab7
Apply black changese2610c9
Use pathlib for clang_tidy_binary and args list for versione78c0b1
Add an option to merge multiple commentsa09d6ab
Split workflow: return the number of commentsdf2e121
Fix review command line to run on windows828c9a4
Bump versions of actions in README7de2124
an EOS interface with NSE (#1405)4a44497
initialize nse_table_t members (#1418)925e0ce
fix concurrency for castro-development (#1423)d742816
add another Castro action that tests against AMReX development (#1421)8a61b96
a simpler fix for constexpr_for in amrex (#1420)4d7d029
add a script to test network compatibility with NSE_NET (#1416)5757fb5
make sure const T evolution (#1408)01577f3
Revert "Start moving towards zero-based indexing with linpack (#536)"
(#1412)43b5138
add a method to compute the T derivative of an NSE table quantity (#1407)96f4c7e
update hip install for ROCm 6.0 (#1413)75571e2
MLMG: Use free functions instead of MF member functions (#3681)3407e87
Add a few free functions for MLMG (#3680)85462ce
Eliminating Matrix operations in MLMG CG bottom solver if initial vector
is z...ef38229
Add a for loop that is unrolled at compile time (#3674)d1e55fb
Add PTD version of getParticleCell (#3675)78c4fda
Improve ParIter docs (#3676)3497f01
Fix CI for ROCm 6.0 (#3673)554b1ca
PureSoA IdCpu fixes (#3671)0c6f2b4
CMake: AMReX_PARALLEL_LINK_JOBS (#3628)0a208bb
Clang-Tidy in CI: Keep Going after Errors (#3667)a3fe9b7
Remove constexpr from RecordComponent::visit() (#1582)7296948
Add documentation for typical use cases of openpmd-pipe (#1578)e668e86
Adios2 warn groupbased encoding (#1498)b131cd2
Add visit-like pattern for RecordComponent (#1544)2e89f87
Remove necessity for RecordComponent::SCALAR (#1154)e965f69
Bump conda-incubator/setup-miniconda from 2 to 3 (#1562)495b7cc
Bump github/codeql-action from 2 to 3 (#1569)4ba6da3
[pre-commit.ci] pre-commit autoupdate (#1575)8e8d88e
Update for OPENPMD_VERBOSE logging (#1574)c34bcea
Partially revert #1368
(#1573)94710bb
Add default destructor to EmitFromEventsc7639e8
ci: configure dependabot to montly update GHAsf30582f
ci: hash-pin sensitive workflow dependencya5bacf3
Remove custom_formatter4aa24f5
Implement visitor for scane33c156
Implement scan argument access2382666
Cleanup error handling8e6b254
Apply coding conventions4939d67
Cleanup scriptsbd32730
Update release script5f9058d
Improve scripts28576b0
Workaround github markdown mess5ddd0ca
Add a visitor for scan argumentsSourced from actions/deploy-pages's releases.
v4.0.0
Changelog
- Deploy pages using artifact IDs
@konradpabjan
(#251)- This version requires the permission
actions: read
in the workflows which use it.
ℹ️ This version of
actions/deploy-pages
is ONLY compatible with artifacts uploaded by either:
actions/upload-pages-artifact@v3
or neweractions/upload-artifact@v4
or newer.See details of all code changes since previous release.
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v3.0.1
Changelog
- Bump eslint from 8.54.0 to 8.55.0
@dependabot
(#266)- Bump nock from 13.3.8 to 13.4.0
@dependabot
(#267)- Bump eslint-config-prettier from 9.0.0 to 9.1.0
@dependabot
(#268)- Bump
@actions/core
from 1.10.0 to 1.10.1@dependabot
(#269)- Bump
@actions/github
from 5.1.1 to 6.0.0@dependabot
(#261)- Update compatibility table for v3
@JamesMGreene
(#270)🧰 Maintenance
- chore/docs: update version, fix typos
@kbdharun
(#272)
See details of all code changes since previous release.
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
7a9bd94
Merge pull request #290
from actions/dependabot/npm_and_yarn/undici-6.2.1eee8a27
Update distributables after Dependabot 🤖b6e5c85
Bump undici from 6.0.1 to 6.2.1b8d2528
Merge pull request #282
from actions/dependabot/github_actions/github/codeql-...53d1eac
Bump github/codeql-action from 2 to 33f0ef9d
Merge pull request #281
from actions/dependabot/github_actions/actions/upload...8275104
Bump actions/upload-artifact from 3 to 49be9d73
Merge pull request #280
from actions/dependabot/npm_and_yarn/eslint-8.56.0d8afefa
Bump eslint from 8.55.0 to 8.56.0304d0b7
Merge pull request #277
from actions/dependabot/github_actions/actions/publis...Sourced from actions/upload-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
For more information, see the
@actions/artifact
documentation.New Contributors
@vmjoseph
made their first contribution in actions/upload-artifact#464Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0
v3.1.3
What's Changed
- chore(github): remove trailing whitespaces by
@ljmf00
in actions/upload-artifact#313- Bump
@actions/artifact
version to v1.1.2 by@bethanyj28
in actions/upload-artifact#436Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v3.1.3
v3.1.2
- Update all
@actions/*
NPM packages to their latest versions- #374- Update all dev dependencies to their most recent versions - #375
v3.1.1
- Update actions/core package to latest version to remove
set-output
deprecation warning #351v3.1.0
What's Changed
- Bump
@actions/artifact
to v1.1.0 (actions/upload-artifact#327)
- Adds checksum headers on artifact upload (actions/toolkit#1095) (actions/toolkit#1063)
c7d193f
Merge pull request #466
from actions/v4-beta13131bb
licensed cache4a6c273
Merge branch 'main' into v4-betaf391bb9
Merge pull request #465
from actions/robherley/v4-documentation9653d03
Apply suggestions from code review875b630
add limitations sectionecb2146
add compression example5e7604f
trim some repeated infod6437d0
naming1b56155
s/v4-beta/v4/gSourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 'graalpy-22.3' - run: python my_script.py
Besides, the release contains such changes as:
- Trim python version when reading from file by
@FerranPares
in actions/setup-python#628- Use non-deprecated versions in examples by
@jeffwidman
in actions/setup-python#724- Change deprecation comment to past tense by
@jeffwidman
in actions/setup-python#723- Bump
@babel/traverse
from 7.9.0 to 7.23.2 by@dependabot
in actions/setup-python#743- advanced-usage.md: Encourage the use actions/checkout@v4 by
@cclauss
in actions/setup-python#729- Examples now use checkout@v4 by
@simonw
in actions/setup-python#738- Update actions/checkout to v4 by
@dmitry-shibanov
in actions/setup-python#761New Contributors
@FerranPares
made their first contribution in actions/setup-python#628@timfel
made their first contribution in actions/setup-python#694@jeffwidman
made their first contribution in actions/setup-python#724Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0
v4.7.1
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabot
in actions/setup-python#702- Add range validation for toml files by
@dmitry-shibanov
in actions/setup-python#726Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1
v4.7.0
In scope of this release, the support for reading python version from pyproject.toml was added (actions/setup-python#669).
- name: Setup Python uses: actions/setup-python@v4 </tr></table>
... (truncated)
0a5c615
Update action to node20 (#772)0ae5836
Add example of GraalPy to docs (#773)b64ffca
update actions/checkout to v4 (#761)8d28961
Examples now use checkout@v4 (#738)7bc6abb
advanced-usage.md: Encourage the use actions/checkout@v4 (#729)e8111ce
Bump @babel/traverse
from 7.9.0 to 7.23.2 (#743)a00ea43
add fix for graalpy ci (#741)8635b1c
Change deprecation comment to past tense (#723)f6cc428
Use non-deprecated versions in examples (#724)5f2af21
Add GraalPy support (#694)