gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master updated (d90ac8af -> 05514830)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master updated (d90ac8af -> 05514830)
Date: Sat, 31 Dec 2022 22:31:14 -0500 (EST)

makhlaghi pushed a change to branch master.

      from  d90ac8af  Book: menu description of programs list section in 
introduction
       new  0f19b1bc  Table: when printing column info, also shows vector 
columns
       new  05514830  Library (txt.c): Vector columns are now allowed


Summary of changes:
 NEWS                             |  36 +-
 bin/convertt/convertt.c          |   2 +-
 bin/cosmiccal/ui.c               |  10 +-
 bin/match/match.c                |  29 +-
 bin/match/ui.c                   |  41 +-
 bin/mkcatalog/ui.c               |  23 +-
 bin/mkprof/ui.c                  |   5 +-
 bin/statistics/ui.c              |   8 +-
 bin/table/args.h                 | 105 +++--
 bin/table/arithmetic.c           |   9 +-
 bin/table/main.h                 |   7 +-
 bin/table/table.c                | 379 ++++++++++++---
 bin/table/ui.c                   |  13 +-
 bin/table/ui.h                   |   8 +-
 bin/warp/ui.c                    |  12 +-
 doc/gnuastro.texi                | 618 +++++++++++++++---------
 lib/blank.c                      | 119 ++++-
 lib/fits.c                       | 387 ++++++++++-----
 lib/gnuastro-internal/options.h  |  16 +-
 lib/gnuastro/blank.h             |   3 +-
 lib/gnuastro/list.h              |  10 +
 lib/gnuastro/permutation.h       |   3 +
 lib/gnuastro/table.h             |  11 +-
 lib/gnuastro/txt.h               |   4 +-
 lib/list.c                       | 119 ++++-
 lib/options.c                    | 240 ++++++----
 lib/permutation.c                |  36 +-
 lib/table.c                      | 230 +++++++--
 lib/tableintern.c                |   4 +-
 lib/txt.c                        | 981 ++++++++++++++++++++++++++-------------
 tests/during-dev.sh              |  10 +-
 tests/match/sort-based.sh        |   2 +-
 tests/script/psf-select-stars.sh |   2 +-
 tests/table/table.txt            |  29 +-
 34 files changed, 2521 insertions(+), 990 deletions(-)



reply via email to

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