gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master updated (281aae1 -> bb1580f)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master updated (281aae1 -> bb1580f)
Date: Fri, 19 Feb 2021 23:07:05 -0500 (EST)

makhlaghi pushed a change to branch master.

      from  281aae1   Book: added another useful example for --keyvalue
       new  ff23b87   Table: the set- operator now availabe in column arithmetic
       new  fba07fa   Library (arithmetic.h): types properly set for integer 
operators
       new  bb1580f   sort-by-night: dramatic improvement in speed with new 
features


Summary of changes:
 NEWS                                   |  14 ++
 bin/arithmetic/arithmetic.c            |  45 +++++--
 bin/arithmetic/main.c                  |   2 +-
 bin/arithmetic/main.h                  |   6 +-
 bin/arithmetic/operands.c              | 229 +++++----------------------------
 bin/arithmetic/operands.h              |   3 +
 bin/fits/keywords.c                    |   2 +-
 bin/script/sort-by-night.in            |  80 +++++++-----
 bin/table/arithmetic.c                 | 183 ++++++++++++++++++++------
 bin/table/arithmetic.h                 |   3 +-
 bin/table/main.h                       |   5 +-
 bin/table/ui.c                         |  43 ++++---
 doc/gnuastro.texi                      |  10 +-
 lib/Makefile.am                        |  21 +--
 lib/arithmetic-set.c                   | 193 +++++++++++++++++++++++++++
 lib/arithmetic.c                       |  38 +++---
 lib/gnuastro-internal/arithmetic-set.h |  51 ++++++++
 tests/script/list-by-night.sh          |   6 +
 18 files changed, 597 insertions(+), 337 deletions(-)
 create mode 100644 lib/arithmetic-set.c
 create mode 100644 lib/gnuastro-internal/arithmetic-set.h



reply via email to

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