Package Release Info

gnuastro-0.16-bp154.1.14

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gnuastro
gnuastro-bash-completion
gnuastro-devel
gnuastro-doc
libgnuastro14

Change Logs

* Mon Oct 11 2021 Andreas Stieger <andreas.stieger@gmx.de>
- GNU Astronomy Utilities 0.16 (library 14.0.0):
  * documentation updates
  * Arithmetic: New operands
    + box-around-ellipse: width and height of the box covering an ellipse
    + au-to-pc: Convert Astronomical Units (AUs) to Parsecs (PCs)
    + pc-to-au: Convert Parsecs (PCs) to Astronomical Units (AUs)
    + ly-to-pc: Convert Light-years (LYs) to Parsecs (PCs)
    + pc-to-ly: Convert Parsecs (PCs) to Light-years (LYs)
    + ly-to-au: Convert Light-years (LYs) to Astronomical Units (AUs)
    + au-to-ly: Convert Astronomical Units (AUs) to Light-years (LYs)
  * CosmicCalculator: warn if the requested redshift is < 0.007
  * MakeCatalog:
    + --areaerror: spatial resolution of image specified by user,
    used in estimating the surface brightness error
    + --sberror: error in measuring the surface brightness
    (mag/arcsec^2)
  * MakeProfiles: New type of profile showing the azimuthal angle
    (in degrees, along the elliptical circumference of fixed radius)
    of each pixel.
  * Match: add support for printing rows that could notbe matched
  * Statistics: add --quantofmean: the quantile of the mean of the
    input dataset
  * --stdintimeout: default value changed from 0.1 seconds to 1.5s
  * MakeProfiles: The default output suffix  is now '_profiles.fits'
  * many bug fixes
- drop gnuastro-cfitsio-version-format-change.patch
* Wed Aug 18 2021 Atri Bhattacharya <badshah400@gmail.com>
- Add gnuastro-cfitsio-version-format-change.patch -- accounts for
  3 number version string for CFITSIO; patch taken from upstream
  commit.
* Wed Jun 02 2021 Andreas Stieger <andreas.stieger@gmx.de>
- GNU Astronomy Utilities 0.15 (library 13.0.0):
  * New programs: astscript-ds9-region, astscript-radial-profile
  * Recognized FITS files even without a FITS suffix
  * --wcslinearmatrix: new option in all programs to select the
    output WCS linear matrix format
  * documentation updates
  * New arithmetic operators
  * --envseed: new option to get random number generator settings
    for the new 'mknoise-sigma' and 'mknoise-poisson' operators
    from the environment for reproducibility
  * New and updated options to multiple operations
  * Extended support for 3d datacubes
  * The default end to a "night" is set to 11:00a.m
  * Bug fixes
  * now supports bash completion
* Sat Jan 30 2021 Andreas Stieger <andreas.stieger@gmx.de>
- GNU Astronomy Utilities 0.14 (library 12.0.0):
  * new program Query ('astquery') to query to external datasets
    and retrieve the resulting datasets from the command-line.
    The package now recommends curl for this purpose.
  * Gnuastro programs will first attempt to write the array in RAM,
    only when it fails will they use a memory-mapped file.
    Directory changes from .gnuastro_mmap to gnuastro_mmap
  * Various documentation updates, extensions and fixes
- remove obsolete texinfo packaging macros
* Sat Sep 12 2020 Andreas Stieger <andreas.stieger@gmx.de>
- GNU Astronomy Utilities 0.13 (library 11.0.0):
  * more relaxed input format for plain-text tables
  * New operations to fill blanks with minimum/maximum of nearest
    neighbors
  * Input can be forced to float by appending '.' or '.0'.
  * New colormap 'sls-inverse' for inverse printing
  * Many new operations to multiple operations, and bug fixes
- includes changes from 0.12:
  * no longer attempt to write memory-mapped files under .gnuastro
    to avoid mixing configuration files with processing data
  * Many new operations to multiple operations, and bug fixes
* Tue Nov 26 2019 Andreas Stieger <andreas.stieger@gmx.de>
- GNU Astronomy Utilities 0.11 (library 9.0.0):
  * documentation updates
  * Updates and extensions to multiple operations
- drop upstreamed patch
  0001-Reference-wcslib-by-correct-name-in-gnuastro.pc-pkgc.patch
* Sun Nov 10 2019 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Fix wrong automatic pkgconfig(wcs) requires, add
  0001-Reference-wcslib-by-correct-name-in-gnuastro.pc-pkgc.patch
- Drop ghostscript BuildRequires, only needed for running tests
  (not done), the PDF exporter is built unconditionally. At runtime,
  the exporter uses a "gs" executable in PATH, so add a Recommends.
- Add bcond for running tests, keep it disabled by default.
* Sun Nov 03 2019 Andreas Stieger <andreas.stieger@gmx.de>
- GNU Astronomy Utilities 0.10 (library 8.0.0):
  * Report/warn when using arrays memory-mapped to non-volatile
    storage. Users should use --minmapsize to allow use of available
    RAM, --quietmmap' option to disable the messages
  * Various additions and extensions to operators and tools
  * crop now supports 3D datasets (data cubes)
  * documentation updates and bug fixes
- includes changes from 0.9:
  * --checkconfig: print the names and values given to options as
    they are parsed on the command-line or in various configuration
    files
  * Multithreaded operation for many operators
  * Add bash scripts for common higher-level usage