[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master bcb7fca: Match: further correction on acknowle
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master bcb7fca: Match: further correction on acknowledgment of new feature |
Date: |
Sun, 27 Jun 2021 17:49:24 -0400 (EDT) |
branch: master
commit bcb7fca2a864ceffb7cb70b9a6de3628a78385a8
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Match: further correction on acknowledgment of new feature
I had forgot to thank Leslie Hunt for her contribution to the motivation
behind the new feature in Match (to append non-matching rows of second
catalog to first). She is now acknowledged as a contributor to this task
(along with Juan as mentioned in Commit e62d723b4da8) in the NEWS file.
---
NEWS | 12 +++++++-----
THANKS | 1 +
doc/announce-acknowledge.txt | 1 +
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index 185ec35..9afb491 100644
--- a/NEWS
+++ b/NEWS
@@ -12,11 +12,13 @@ See the end of the file for license conditions.
- box-around-ellipse: width and height of the box covering an ellipse.
Match:
- - When called with '--notmatched --outcols=AAA,BBB', Match will now
- append non-matching rows of second table into first table's rows (for
- columns 'AAA' and 'BBB' in example above). This allows easy/clean
- merging of two catalogs that may have some repetition (the output will
- only contain unique rows). See description of '--outcols' for more.
+ - When called with '--notmatched --outcols=AAA,BBB', Match will append
+ non-matching rows of second table into first table's rows (for columns
+ 'AAA' and 'BBB' in example above, which are assumed to exist in both
+ inputs, with same numeric datatype). This allows easy/clean merging of
+ two catalogs that may have matching objects into one catalog without
+ repetition. See description of '--outcols' in the Match manual for
+ more. This feature was proposed by Juan Molina Tobar and Leslie Hunt.
Library:
- Arithmetic macros:
diff --git a/THANKS b/THANKS
index b1075bd..55a7244 100644
--- a/THANKS
+++ b/THANKS
@@ -48,6 +48,7 @@ support in Gnuastro. The list is ordered alphabetically (by
family name).
Madusha Gunawardhana gunawardhana@strw.leidenuniv.nl
Bruno Haible bruno@clisp.org
Stephen Hamer stephen.hamer@univ-lyon1.fr
+ Leslie Hunt leslie.hunt@inaf.it
Takashi Ichikawa ichikawa@astr.tohoku.ac.jp
Raúl Infante Sainz infantesainz@gmail.com
Brandon Invergo brandon@gnu.org
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index f6f46b2..bf1d900 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -1,5 +1,6 @@
Alphabetically ordered list to acknowledge in the next release.
+Leslie Hunt
Juan Molina Tobar
Zahra Sharbaf
Aaron Watkins
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master bcb7fca: Match: further correction on acknowledgment of new feature,
Mohammad Akhlaghi <=