gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 0aab963a: NEWS and mailmap: corrected Pedram's


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 0aab963a: NEWS and mailmap: corrected Pedram's name to have a dash
Date: Sun, 9 Oct 2022 12:23:25 -0400 (EDT)

branch: master
commit 0aab963a44e7fe0b7cd5b7755da53ef041529fbd
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    NEWS and mailmap: corrected Pedram's name to have a dash
    
    Until now, Pedram's full name was written in the NEWS file as "Pedram
    Ashofteh Ardakani". Recently, Pedram informed me that he would prefer to
    have a dash in between the latter two components of his name to be easier
    to recognize the first/last names.
    
    With this commit, this has been corrected in the NEWS file and the
    '.mailmap' file has also been updated to show his name in that format.
---
 .mailmap |  1 +
 NEWS     | 22 +++++++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/.mailmap b/.mailmap
index b9fe3719..6a4a7545 100644
--- a/.mailmap
+++ b/.mailmap
@@ -14,6 +14,7 @@ Carlos Morales-Socorro <cmorsoc@gmail.com>
 <mohammad@akhlaghi.org> <akhlaghi@gnu.org>
 Lucas MacQuarrie <macquarrielucas@gmail.com>
 <mohammad@akhlaghi.org> <makhlaghi@gmail.com>
+Pedram Ashofteh-Ardakani <pedramardakani@pm.me>
 <saremi_elham@yahoo.com> <saremi.elham@yahoo.com>
 <samaneraji@gmail.com> <samaneraji@protonmail.com>
 S. Zahra Hosseini Shahisavandi <2hs.zahra@gmail.com>
diff --git a/NEWS b/NEWS
index 9fbdebe6..7306630c 100644
--- a/NEWS
+++ b/NEWS
@@ -110,7 +110,7 @@ See the end of the file for license conditions.
     linear operation (like '--rotate', '--scale' or etc) is requested, Warp
     will go into this mode. It is highly customizable through the following
     options. See the "Invoking Warp" section of the book for more. This
-    feature has been written by Pedram Ashofteh Ardakani.
+    feature has been written by Pedram Ashofteh-Ardakani.
     --center: RA, DEC of the center of the central pixel of output.
     --width: Width of output in degrees or pixels (see '--widthinpix').
     --widthinpix: interpret values of '--width' as pixels.
@@ -263,7 +263,7 @@ See the end of the file for license conditions.
 ** Bugs fixed
   bug #62861: '--printkeynames' of Fits program gets caught in an infinite
               loop on FITS files that have empty keywords before
-              'END'. Found by Pedram Ashofteh Ardakani.
+              'END'. Found by Pedram Ashofteh-Ardakani.
   bug #62892: Installed scripts don't account for differing LANG and
               LC_NUMERIC. Found by Teet Kuutma and fixed by Raul
               Infante-Sainz.
@@ -471,7 +471,7 @@ See the end of the file for license conditions.
               profile. Found and fixed by Sepideh Eskandarlou.
   bug #62253: Arithmetic: segmentation fault when invalid input given for
               'ra-to-degree' or 'deg-to-degree' operators. Found by Pedram
-              Ashofte Ardakani.
+              Ashofte-Ardakani.
   bug #62305: Not reading the 'MemFree' keyword in '/proc/meminfo' to find
               the available RAM (and thus printing an annoying
               warning). Reported by Juan Miro.
@@ -589,8 +589,8 @@ See the end of the file for license conditions.
      describes the significant advantages of using the quantile of the mean
      as a measure of skewness and why its a very important factor when
      understanding how NoiseChisel works. It was originally written by
-     Sepideh Eskandarlou, with edits by Elham Saremi and Pedram Ashofte
-     Ardakani.
+     Sepideh Eskandarlou, with edits by Elham Saremi and Pedram
+     Ashofte-Ardakani.
    - New section called "Integer benefits and pitfalls" added under the
      Arithmetic program's documentation. It describes the running time,
      storage and RAM consumption benefits if you use integers (where
@@ -767,13 +767,13 @@ See the end of the file for license conditions.
   bug #61940: Numbers with many decimals (like '330624.3918430004', common
               in Julian dates for example) incorrectly read as float32
               (thus loosing precision); reported by Zohreh Ghaffari, fixed
-              with help of Pedram Ashofteh Ardakani.
+              with help of Pedram Ashofteh-Ardakani.
   bug #61967: DS9 polygon region files not read when they have width and
-              color; reported by Zohreh Ghaffari, fixed by Pedram Ashofteh
-              Ardakani.
+              color; reported by Zohreh Ghaffari, fixed by Pedram
+              Ashofteh-Ardakani.
   bug #61976: Table arithmetic date-to-sec produces same result for
               different times (separated by about 1 second). This bug was
-              reported by Zohreh Ghaffari and Pedram Ashofteh Ardakani.
+              reported by Zohreh Ghaffari and Pedram Ashofteh-Ardakani.
   bug #62008: Arithmetic not deleting existing output when the 'makenew' is
               used (no FITS file exists in the reverse polish notation).
   bug #62052: WCS decomposition of CD into PC+CDELT not setting internal
@@ -784,7 +784,7 @@ See the end of the file for license conditions.
   bug #62069: Wrong Arithmetic result in binary operators when both input
               operands are integers of same width, but different sign (for
               example 'int32' and 'uint32'); reported by Zohreh Ghaffari
-              and Pedram Ashofteh Ardakani.
+              and Pedram Ashofteh-Ardakani.
   bug #62070: Segmentation fault in Table's '--tail' option, when string
               columns are requested and the requested number of rows given
               to '--tail' is more than half of the number of rows; reported
@@ -797,7 +797,7 @@ See the end of the file for license conditions.
   bug #62127: GNU Scientific Library's 1D Steffen interpolation method
               (that guarantees monotonicity) not used in Gnuastro's
               library, even if it is present and found at configure time;
-              found and fixed by Pedram Ashofteh Ardakani.
+              found and fixed by Pedram Ashofteh-Ardakani.
   bug #62204: Column arithmetic crashes when there are no rows; reported by
               Zohreh Ghaffari.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]