Skip to content

Commit

Permalink
update version, changelog, and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleveland committed Oct 16, 2024
1 parent 4aac0c4 commit 361f955
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 20 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.18.0
VERSION 7.19.0
LANGUAGES CXX C)

# Export compile commands for compiler tools
Expand Down
25 changes: 25 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
2024-10-16 Mathew Cleveland <cleveland@lanl.gov>
* Draco has been updated to version 7_19_0 and is tied to the release
of Jayenne-8_18_0 and capsaicin/dert-1_2_0
- https://re-git.lanl.gov/draco/draco/-/milestones/10
- https://re-git.lanl.gov/jayenne/jayenne/-/milestones/33
- https://re-git.lanl.gov/capsaicin/dert/-/milestones/


Draco-7_19_0, build date 2024 Oct 16, build type: Debug, DBC: 7, DRACO_DIAGNOSTICS: 0

CCS-2 Draco Team: Kelly G. Thompson, Matt A. Cleveland, Ryan T. Wollaeger, HyeongKae Park,
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 draco@lanl.gov.

2024-06-10 Mathew Cleveland <cleveland@lanl.gov>
* 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
Expand Down
38 changes: 19 additions & 19 deletions src/dsxx/Release.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,30 +100,30 @@ 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(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(171995, "Kelly G. Thompson"));
current_developers.insert(fomdev(19601, "Matt A. Cleveland"));
current_developers.insert(fomdev(8223, "Ryan T. Wollaeger"));
current_developers.insert(fomdev(7338, "HyeongKae Park"));
current_developers.insert(fomdev(5133, "Ben R. Ryan"));
current_developers.insert(fomdev(3894, "Kendra P. Long"));
current_developers.insert(fomdev(3037, "Alex R. Long"));
current_developers.insert(fomdev(1183, "James S. Warsa"));
current_developers.insert(fomdev(356, "Jae H. Chang"));
current_developers.insert(fomdev(83, "Jeff R. Haack"));
current_developers.insert(fomdev(6, "Daniel Holladay"));

mmdevs prior_developers;

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(21631, "Kent G. Budge"));
prior_developers.insert(fomdev(3478, "Gabriel M. Rockefeller"));
prior_developers.insert(fomdev(1613, "Allan B. Wollaber"));
prior_developers.insert(fomdev(567, "Tim Kelley"));
prior_developers.insert(fomdev(382, "Rob B. Lowrie"));
prior_developers.insert(fomdev(252, "Paul W. Talbot"));
prior_developers.insert(fomdev(155, "Katherine J. Wang"));
prior_developers.insert(fomdev(133, "Andrew T. Till"));
prior_developers.insert(fomdev(90, "Ondrej Certik"));
prior_developers.insert(fomdev(63, "Peter Ahrens"));
prior_developers.insert(fomdev(62, "Peter Ahrens"));

// Previous authors with no current LOC attribution (less than 10):
prior_developers.insert(fomdev(9, "Massimiliano Rosa"));
Expand Down

0 comments on commit 361f955

Please sign in to comment.