File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
scripts/uberenv/packages/lvarray Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ Version vxx.yy.zz -- Release date 20yy-mm-dd
99
1010* Bug fixes:
1111
12+ Version v0.2.2 -- Release date 2021-09-09
13+ ============================================
14+
15+ * Build changes/improvements:
16+ * Added support for running the unit tests through Valgrind.
17+
18+ * Bug fixes:
19+ * Calling begin/end on an ArraySlice with non-unit stride is a compile time error.
20+ * Fixed a bug in the testBuffers with GCC 7.5.0.
21+ * Fixed a memory leak in Array and SortedArray move assignment operators.
22+ * Fixed a compiler warning with GCC in release.
23+
1224Version v0.2.1 -- Release date 2020-05-06
1325============================================
1426
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ class Lvarray(CMakePackage, CudaPackage):
4040
4141 version ('develop' , branch = 'develop' , submodules = False )
4242 version ('main' , branch = 'main' , submodules = False )
43+ version ('0.2.2' , tag = 'v0.2.2' , submodules = False )
44+ version ('0.2.1' , tag = 'v0.2.1' , submodules = False )
4345 version ('0.2.0' , tag = 'v0.2.0' , submodules = False )
4446 version ('0.1.0' , tag = 'v0.1.0' , submodules = True )
4547
You can’t perform that action at this time.
0 commit comments