Change logs for gnuastro source package in Sid

  • gnuastro (0.20-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Sun, 13 Aug 2023 21:46:13 +0200
  • gnuastro (0.19-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Mon, 24 Oct 2022 13:32:11 +0200
  • gnuastro (0.18-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Thu, 21 Jul 2022 20:38:09 +0100
  • gnuastro (0.17-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Sun, 20 Mar 2022 03:55:07 +0100
  • gnuastro (0.16.1-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Mon, 15 Nov 2021 14:54:02 +0100
  • gnuastro (0.15-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Sat, 04 Sep 2021 16:16:01 +0100
  • gnuastro (0.14-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Mon, 25 Jan 2021 13:14:02 +0000
  • gnuastro (0.13-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Mon, 07 Sep 2020 02:21:41 +0200
  • gnuastro (0.12-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Wed, 20 May 2020 17:36:19 +0100
  • gnuastro (0.11-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Mon, 25 Nov 2019 18:00:01 +0000
  • gnuastro (0.10-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Sat, 03 Aug 2019 02:53:11 +0100
  • gnuastro (0.8-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Fri, 28 Dec 2018 12:52:28 +0200
  • gnuastro (0.7-1) unstable; urgency=low
    
      * New upstream version.
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Wed, 08 Aug 2018 20:56:41 +0200
  • gnuastro (0.6.8-1) unstable; urgency=low
    
      * New upstream version.
    
     -- Mohammad Akhlaghi <email address hidden>  Wed, 06 Jun 2018 00:29:42 +0200
  • gnuastro (0.6-1) unstable; urgency=low
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Mon, 04 Jun 2018 18:59:27 +0200
  • gnuastro (0.5-1) unstable; urgency=low
    
      * Switch to unstable for upstream stable release.
    
     -- Mohammad Akhlaghi <email address hidden>  Wed, 17 Jan 2018 17:24:05 +0200
  • gnuastro (0.4-1) unstable; urgency=low
    
      * This is a major Gnuastro release, so the Debian release is now also
        being changed to unstable.
    
      * All programs: `.fit' is now a recognized FITS file suffix.
    
      * All programs: ASCII text files (tables) created with CRLF line
        terminators (for example text files created in MS Windows) are now also
        readable as input when necessary.
    
      * Arithmetic: now has a new `--globalhdu' (`-g') option which can be used
        once for all the input images.
    
      * MakeNoise: with the new `--sigma' (`-s') option, it is now possible to
        directly request the noise sigma or standard deviation. When this option
        is called, the `--background', `--zeropoint' and other option values will
        be ignored.
    
      * MakeProfiles: the new `distance' profile will save the radial distance of
        each pixel. This may be used to define your own profiles that are not
        currently supported in MakeProfiles.
    
      * MakeProfiles: with the new `--mcolisbrightness' ("mcol-is-brightness")
        option, the `--mcol' values of the catalog will be interpretted as total
        brightness (sum of pixel values), not magnitude.
    
      * NoiseChisel: with the new `--dilatengb' option, it is now possible to
        identify the connectivity of the final dilation.
    
      * Library: Functions that read data from an ASCII text file
        (`gal_txt_table_info', `gal_txt_table_read', `gal_txt_image_read') now
        also operate on files with CRLF line terminators.
    
      * Crop: The new `--center' option is now used to define the center of a
        single crop. Hence the old `--ra', `--dec', `--xc', `--yc' have been
        removed. This new option can take multiple values (one value for each
        dimension). Fractions are also acceptable.
    
      * Crop: The new `--width' option is now used to define the width of a
        single crop. Hence the old `--iwidth', `--wwidth' were removed. The units
        to interpret the value to the option are specified by the `--mode'
        option. With the new `--width' option it is also possible to define a
        non-square crop (different widths along each dimension). In WCS mode, its
        units are no longer arcseconds but are the same units of the WCS (degrees
        for angles). `--width' can also accept fractions. So to set a width of 5
        arcseconds, you can give it a value of `5/3600' for the angular
        dimensions.
    
      * Crop: The new `--coordcol' option is now used to determine the catalog
        columns that define coordinates. Hence the old `--racol', `--deccol',
        `--xcol', and `--ycol' have been removed. This new option can be called
        multiple times and the order of its calling will be used for the column
        containing the center in the respective dimension (in FITS format).
    
      * MakeNoise: the old `--stdadd' (`-s') option has been renamed to
        `--instrumental' (`-i') to be more clear.
    
      * `gal_data_free_contents': when the input `gal_data_t' is a tile, its
        `array' element will not be freed. This enables safe usage of this
        function (and thus `gal_data_free') on tiles without worrying about the
        memory block associated with the tile.
    
      * `gal_box_bound_ellipse' is the new name for the old
        `gal_box_ellipse_in_box' (to be more clear and avoid repetition of the
        term `box'). The input position angle is now also in degrees, not
        radians.
    
      * `gal_box_overlap' now works on data of any dimensionality and thus also
        needs the number of dimensions (elements in each input array).
    
      * `gal_box_border_from_center' now accepts an array of coordinates as one
        argument and the number of dimensions as another. This allows it to work
        on any dimensionality.
    
      * `gal_fits_img_info' now also returns the name and units of the dataset
        (if they aren't NULL). So it takes two extra arguments.
    
      * `gal_wcs_pixel_scale' now replaces the old `gal_wcs_pixel_scale_deg',
        since it doesn't only apply to degrees. The pixel scale units are defined
        by the units of the WCS.
    
      * `GAL_TILE_PARSE_OPERATE' (only when `OTHER' is given) can now parse and
        operate on different datasets independent of the size of allocated block
        of memory (the tile sizes of `IN' and `OTHER' have to be identical, but
        not their allocated blocks of memory). Until now, it was necessary for
        the two blocks to have the same size and this is no longer the case.
    
      * Warp's align matrix when second dimension must be reversed - fixed.
    
      * Reading BZERO for unsigned 64-bit integers - fixed.
    
      * Arithmetic with one file and no operators - fixed.
    
      * NoiseChisel segfault when detection contains no clumps - fixed.
    
     -- Mohammad Akhlaghi <email address hidden>  Wed, 13 Sep 2017 01:58:54 +0200
  • gnuastro (0.3.33-2) unstable; urgency=low
    
      * Explicit version of libgit removed from dependencies (Closes: #872857)
    
     -- Mohammad Akhlaghi <email address hidden>  Tue, 22 Aug 2017 12:51:12 +0200
  • gnuastro (0.3.33-1) unstable; urgency=low
    
      * Crashes on 32-bit and big-endian systems corrected. (Closes: #868586)
        (Closes: #868587)
    
     -- Mohammad Akhlaghi <email address hidden>  Sun, 16 Jul 2017 00:08:12 +0200
  • gnuastro (0.3.31-1) unstable; urgency=low
    
      * MakeProfiles: the new `--pc', `--cunit' and `--ctype' options can
        be used to specify the PC matrix, CUNIT and CTYPE world coordinate
        system keywords of the output FITS file.
    
      * MakeProfiles: The new `--naxis' and `--shift' options can take multiple
        values for each dimension (separated by a comma). This replaces the old
        `--naxis1', `--naxis2' and `--xshift' and `--yshift' options.
    
      * MakeProfiles: The new `--ccol' option can take the center coordinate
        columns of the catalog (in multiple calls) and the new `--mode' option is
        used to identify what standard to interpret them in (image or
        WCS). Together, these replace the old `--xcol', `--ycol', `--racol' and
        `--deccol'.
    
      * MakeProfiles: The new `--crpix', `--crval' and `--cdelt' options now
        accept multiple values separated by a comma. So they replace the old
        `--crpix1', `--crpix2', `--crval1', `--crval2' and `--resolution'
        options.
    
      * Bug fixed: Pure rotation around pixel coordinate (0,0).
    
      * Bug fixed: NoiseChisel segfault when no usable region for sky clumps.
    
      * Bug fixed: Pixel scale measurement when dimension scale isn't equal
        or doesn't decrease.
    
      * Bug fixed: Improper types for function code in MakeProfiles.
    
     -- Mohammad Akhlaghi <email address hidden>  Fri, 14 Jul 2017 20:11:52 +0200
  • gnuastro (0.3.23-1) unstable; urgency=low
    
      * Fixes issue with 32-bit big-endian systems (Closes: #865973)
    
      * Added features: MakeProfiles can now build a kernel profile
      without a catalog. Defining a crop by its center is now unified
      through the `--center' option, same for `--width'.
    
      * Library soname set to 2 in preparation for version 0.4.
    
     -- Mohammad Akhlaghi <email address hidden>  Thu, 29 Jun 2017 18:16:02 +0200
  • gnuastro (0.3.13-1) unstable; urgency=low
      * Second update. (Closes: #865780)
     -- Mohammad Akhlaghi <email address hidden>  Sun, 25 Jun 2017 18:45:32 +0200
  • gnuastro (0.3.7-1) unstable; urgency=low
    
      * First update.
    
     -- Mohammad Akhlaghi <email address hidden>  Mon, 12 Jun 2017 14:38:07 +0200
  • gnuastro (0.2.33-1) unstable; urgency=low
    
      * Initial release. (Closes: #841365)
    
     -- Mohammad Akhlaghi <email address hidden>  Thu, 27 Oct 2016 23:49:18 +0200