Skip to content

Commit

Permalink
update changelog, author list, and version number in preperation for …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
Cleveland committed Jun 10, 2024
1 parent e7b16b1 commit b13bc24
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 36 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ string(CONCAT ddesc "An object-oriented component library supporting radiation t
project(
Draco
DESCRIPTION ${ddesc}
VERSION 7.17.0
VERSION 7.18.0
LANGUAGES CXX C)

# Export compile commands for compiler tools
Expand Down
37 changes: 19 additions & 18 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
2023-10-23 Mathew Cleveland <[email protected]>
* Draco has been updated to version 7_17_0 and is tied to the release
of Jayenne-8_16_0 and capsaicin/dert-1_0_0
- https://re-git.lanl.gov/draco/draco/-/milestones/7
- https://re-git.lanl.gov/jayenne/jayenne/-/milestones/29
2024-06-10 Mathew Cleveland <[email protected]>
* Draco has been updated to version 7_18_0 and is tied to the release
of Jayenne-8_17_0 and capsaicin/dert-1_1_0
- https://re-git.lanl.gov/draco/draco/-/milestones/9
- https://re-git.lanl.gov/jayenne/jayenne/-/milestones/32
- https://re-git.lanl.gov/capsaicin/dert/-/milestones/

Draco-7_17_0, build date 2023 Oct 23, build type: Debug, DBC: 7, DRACO_DIAGNOSTICS: 0

CCS-2 Draco Team: Kelly G. Thompson, Matt A. Cleveland, Ryan T. Wollaeger, Ben R. Ryan,
Alex R. Long, Kendra P. Long, James S. Warsa, Jae H. Chang, Jeff R. Haack, and Daniel Holladay.

Prior Contributors: Kent G. Budge, Gabriel M. Rockefeller, Allan B. Wollaber, Tim Kelley,
Rob B. Lowrie, Paul W. Talbot, Katherine J. Wang, Andrew T. Till, Ondrej Certik, Peter Ahrens,
Massimiliano Rosa, David A. Dixon, Howard Pritchard, Todd J. Urbatsch, Jeff D. Densmore,
Jeff Furnish, John McGhee, Kris C. Garrett, Mike Buksas, Nick Myers, Paul Henning,
Randy Roberts, Seth Johnson, Todd Adams, Tom Evans, Lori Pritchett-Sheats, and Seth D. Cook.

Copyright (C) 2016-2023 Triad National Security, LLC. (C19028, LA-CC-16-016),
Released under a 3-Clause BSD License
Draco-7_18_0, build date 2024 Jun 10, build type: Debug, DBC: 7, DRACO_DIAGNOSTICS: 0

CCS-2 Draco Team: Kelly G. Thompson, Matt A. Cleveland, HyeongKae Park, Ryan T. Wollaeger,
Ben R. Ryan, Kendra P. Long, Alex R. Long, James S. Warsa, Jae H. Chang, Jeff R. Haack,
and Daniel Holladay.

Prior Contributors: Kent G. Budge, Gabriel M. Rockefeller, Allan B. Wollaber, Tim Kelley,
Rob B. Lowrie, Paul W. Talbot, Katherine J. Wang, Andrew T. Till, Ondrej Certik, Peter Ahrens,
Massimiliano Rosa, David A. Dixon, Howard Pritchard, Todd J. Urbatsch, Jeff D. Densmore,
Jeff Furnish, John McGhee, Kris C. Garrett, Mike Buksas, Nick Myers, Paul Henning,
Randy Roberts, Seth Johnson, Todd Adams, Tom Evans, Lori Pritchett-Sheats, and Seth D. Cook.

Copyright (C) 2024 Triad National Security, LLC. (C19028, LA-CC-16-016),
Released under a 3-Clause BSD License.

For information, send e-mail to [email protected].

Expand Down
35 changes: 18 additions & 17 deletions src/dsxx/Release.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,33 +99,34 @@ const std::string author_list(bool const use_doxygen_formatting) {

mmdevs current_developers;
// not totally fair... KT got credit for LOC when svn repository was converted to git.
current_developers.insert(fomdev(169200, "Kelly G. Thompson"));
current_developers.insert(fomdev(17634, "Matt A. Cleveland"));
current_developers.insert(fomdev(8229, "Ryan T. Wollaeger"));
current_developers.insert(fomdev(4826, "Ben R. Ryan"));
current_developers.insert(fomdev(3063, "Alex R. Long"));
current_developers.insert(fomdev(2073, "Kendra P. Long"));
current_developers.insert(fomdev(1259, "James S. Warsa"));
current_developers.insert(fomdev(358, "Jae H. Chang"));
current_developers.insert(fomdev(77, "Jeff R. Haack"));
current_developers.insert(fomdev(168942, "Kelly G. Thompson"));
current_developers.insert(fomdev(20175, "Matt A. Cleveland"));
current_developers.insert(fomdev(8856, "HyeongKae Park"));
current_developers.insert(fomdev(8085, "Ryan T. Wollaeger"));
current_developers.insert(fomdev(5446, "Ben R. Ryan"));
current_developers.insert(fomdev(3939, "Kendra P. Long"));
current_developers.insert(fomdev(3099, "Alex R. Long"));
current_developers.insert(fomdev(1250, "James S. Warsa"));
current_developers.insert(fomdev(357, "Jae H. Chang"));
current_developers.insert(fomdev(122, "Jeff R. Haack"));
current_developers.insert(fomdev(6, "Daniel Holladay"));

mmdevs prior_developers;

prior_developers.insert(fomdev(22108, "Kent G. Budge"));
prior_developers.insert(fomdev(3550, "Gabriel M. Rockefeller"));
prior_developers.insert(fomdev(1682, "Allan B. Wollaber"));
prior_developers.insert(fomdev(593, "Tim Kelley"));
prior_developers.insert(fomdev(394, "Rob B. Lowrie"));
prior_developers.insert(fomdev(282, "Paul W. Talbot"));
prior_developers.insert(fomdev(166, "Katherine J. Wang"));
prior_developers.insert(fomdev(21962, "Kent G. Budge"));
prior_developers.insert(fomdev(3542, "Gabriel M. Rockefeller"));
prior_developers.insert(fomdev(1668, "Allan B. Wollaber"));
prior_developers.insert(fomdev(569, "Tim Kelley"));
prior_developers.insert(fomdev(389, "Rob B. Lowrie"));
prior_developers.insert(fomdev(278, "Paul W. Talbot"));
prior_developers.insert(fomdev(156, "Katherine J. Wang"));
prior_developers.insert(fomdev(143, "Andrew T. Till"));
prior_developers.insert(fomdev(90, "Ondrej Certik"));
prior_developers.insert(fomdev(63, "Peter Ahrens"));
prior_developers.insert(fomdev(7, "David A. Dixon"));

// Previous authors with no current LOC attribution (less than 10):
prior_developers.insert(fomdev(9, "Massimiliano Rosa"));
prior_developers.insert(fomdev(7, "David A. Dixon"));
prior_developers.insert(fomdev(1, "Howard Pritchard"));
prior_developers.insert(fomdev(1, "Todd J. Urbatsch"));
prior_developers.insert(fomdev(1, "Jeff D. Densmore"));
Expand Down

0 comments on commit b13bc24

Please sign in to comment.