Skip to content

Commit 024ccc2

Browse files
committed
Bump version to 1.6.0
1 parent 45df437 commit 024ccc2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ endif()
1111
list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_CURRENT_LIST_DIR}/cmake")
1212

1313
set(MGARD_VERSION_MAJOR "1")
14-
set(MGARD_VERSION_MINOR "5")
15-
set(MGARD_VERSION_PATCH "2")
14+
set(MGARD_VERSION_MINOR "6")
15+
set(MGARD_VERSION_PATCH "0")
1616

1717
set(MGARD_FILE_VERSION_MAJOR "1")
1818
set(MGARD_FILE_VERSION_MINOR "0")

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Data produced by MGARD, MGARD-X, and MDR-X are designed to follow a unified self
6969
* Ben Whitney. [Multilevel Techniques for Compression and Reduction of Scientific Data.][thesis] PhD thesis, Brown University, 2018.
7070

7171
### Preserving Quantites of Interest (QoIs)
72+
* Xuan Wu et al. [Error-controlled Progressive Retrieval of Scientific Data under Derivable Quantities of Interest.] [qoi] **the International Conference for High Performance Computing, Networking, Storage and Analysis 2024*, Nov, 2024*
7273
* Tania Banerjee et al. [Scalable Hybrid Learning Techniques for Scientific Data Compression.][pp3], *Arxiv*, 2022
7374
* Qian Gong et al. [Region-adaptive, Error-controlled Scientific Data Compression using Multilevel Decomposition.][roi2] *the 34th International Conference on Scientific and Statistical Database Management*, Jul. 2022
7475
* Tania Benerjee et al. An algorithmic and software pipeline for very large scale scientific data compression with error guarantees. *International Conference on High Performance Computing, Data, and Analytics*, 2022
@@ -79,8 +80,8 @@ Data produced by MGARD, MGARD-X, and MDR-X are designed to follow a unified self
7980
* Jinzheng Wang et al. Improving Progressive Retrieval for HPC Scientific Data using Deep Neural Network. *IEEE International Conference on Data Engineering (ICDE)*, 2023
8081
* Xin Liang et al. [Error-controlled, progressive, and adaptable retrieval of scientific data with multilevel decomposition.][mdr] *the International Conference for High Performance Computing, Networking, Storage and Analysis 2021*, Nov, 2021
8182

82-
8383
### Parallelization and GPU Acceleration
84+
* Jieyang Chen et al. [HPDR: High-Performance Portable Scientific Data Reduction Framework.][gpu3] 39th IEEE International Parallel and Distributed Processing Symposium, June 3-7, 2025
8485
* Jieyang Chen et al. [Scalable Multigrid-based Hierarchical Scientific Data Refactoring on GPUs.][gpu2] *Arxiv*
8586
* Jieyang Chen et al. [Accelerating Multigrid-based Hierarchical Scientific Data Refactoring on GPUs.][gpu] *35th IEEE International Parallel & Distributed Processing Symposium*, May 17–21, 2021.
8687

@@ -95,13 +96,15 @@ Data produced by MGARD, MGARD-X, and MDR-X are designed to follow a unified self
9596
[unstructured]: https://doi.org/10.1137/19M1267878
9697
[gpu]: https://ieeexplore.ieee.org/abstract/document/9460526/
9798
[gpu2]: https://arxiv.org/abs/2105.12764
99+
[gpu3]: https://ieeexplore.ieee.org/document/11078565
98100
[mgard+]: https://ieeexplore.ieee.org/abstract/document/9479913/
99101
[unbalanced-io]: https://ieeexplore.ieee.org/abstract/document/9652573/
100102
[mdr]: https://dl.acm.org/doi/abs/10.1145/3458817.3476179
101103
[roi]: https://link.springer.com/chapter/10.1007/978-3-030-96498-6_2
102104
[roi2]: https://dl.acm.org/doi/abs/10.1145/3538712.3538717
103105
[pp]: https://www.mdpi.com/1709018
104106
[pp3]: https://arxiv.org/abs/2212.10733
107+
[qoi]: https://ieeexplore.ieee.org/abstract/document/10793162
105108

106109

107110

0 commit comments

Comments
 (0)