[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master a11b0a48: Release: routine post-release operat
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master a11b0a48: Release: routine post-release operations |
Date: |
Sat, 13 Jul 2024 19:21:04 -0400 (EDT) |
branch: master
commit a11b0a48a22978d638c2d50387570384c09f4582
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Release: routine post-release operations
Until now (in the previous commit), Gnuastro 0.23 was officially
released. To have a smooth development cycle until the next official
release, it was necessary to do some preparations.
With this commit, the preparations have been done.
---
NEWS | 19 +++++++++++++------
configure.ac | 2 +-
doc/gnuastro.texi | 22 +++++++++++-----------
3 files changed, 25 insertions(+), 18 deletions(-)
diff --git a/NEWS b/NEWS
index efc15207..3d9c6f83 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,14 @@ GNU Astronomy Utilities NEWS -*-
outline -*-
Copyright (C) 2015-2024 Free Software Foundation, Inc.
See the end of the file for license conditions.
-* Noteworthy changes in release 0.23 (library 21.0.0) (YYYY-MM-DD)
+* Noteworthy changes in release X.XX (library XX.X.X) (YYYY-MM-DD)
+** New publications
+** New features
+** Removed features
+** Changed features
+** Bugs fixed
+
+* Noteworthy changes in release 0.23 (library 21.0.0) (2024-07-13)
** New publications
- https://ui.adsabs.harvard.edu/abs/2024RNAAS...8..168E by Eskandarlou
@@ -17,8 +24,8 @@ See the end of the file for license conditions.
outputs as extra HDUs (by default, the output file is deleted). If the
output does not exist, then this option has no affect.
- - New operators (also avaialble in "Column Arithmetic" of the Table
- progam):
+ - New operators (also available in "Column Arithmetic" of the Table
+ program):
- jy-to-wavelength-flux-density: converts Janskys to wavelength flux
density (erg/cm^2/s/Å) at the given wavelength.
@@ -34,7 +41,7 @@ See the end of the file for license conditions.
- madclip-maskfilled: mask (set to NaN) all input elements that are
outliers (defined by MAD-clipping). Combined with the stacking
- operators this allows removing large contiugous outliers in your
+ operators this allows removing large contiguous outliers in your
final stacked datasets.
- siglclip-maskfilled: similar to 'madclip-maskfilled', but defining
@@ -69,7 +76,7 @@ See the end of the file for license conditions.
the 1D radial profile has been calculate over. The polar plot is a
mapping/projection of pixels into an azimuthal angle vs. radius grid,
highlighting features that have polar symmetry (for example spiral arms
- in galaxies or diffractinon spikes in the PSF). This feature was
+ in galaxies or diffraction spikes in the PSF). This feature was
implemented by Sepideh Eskdandarlou.
*** astscript-psf-scale-factor
@@ -252,7 +259,7 @@ See the end of the file for license conditions.
columns incorrectly written for the first 9 (single-digit) columns;
found with the help of Sepideh Eskandarlou.
- - bug #65941: Name of spectral lines with wavelengh were not rounded to
+ - bug #65941: Name of spectral lines with wavelength were not rounded to
smallest nearest integer (see description of change in
CosmicCalculator).
diff --git a/configure.ac b/configure.ac
index 49b4bad2..6a756a80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_CONFIG_MACRO_DIRS([bootstrapped/m4])
# Library version, see the GNU Libtool manual ("Library interface versions"
# section for the exact definition of each) for
-GAL_CURRENT=21
+GAL_CURRENT=22
GAL_REVISION=0
GAL_AGE=0
GAL_LT_VERSION="${GAL_CURRENT}:${GAL_REVISION}:${GAL_AGE}"
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 78e74885..6c80d109 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -151,17 +151,17 @@ A copy of the license is included in the section entitled
``GNU Free Documentati
@subtitle
@subtitle
@end iftex
-@c @subtitle @strong{Important note:}
-@c @subtitle This is an @strong{under-development} Gnuastro release
(bleeding-edge!).
-@c @subtitle It is not yet officially released.
-@c @subtitle The source tarball corresponding to this version is (temporarily)
available at this URL:
-@c @subtitle @url{http://akhlaghi.org/src/gnuastro-@value{VERSION}.tar.lz}
-@c @subtitle (the tarball link above will not be available after the next
official release)
-@c @subtitle The most recent under-development source and its corresponding
book are available at:
-@c @subtitle @url{http://akhlaghi.org/gnuastro.pdf}
-@c @subtitle @url{http://akhlaghi.org/gnuastro-latest.tar.lz}
-@c @subtitle To stay up to date with Gnuastro's official releases, please
subscribe to this mailing list:
-@c @subtitle @url{https://lists.gnu.org/mailman/listinfo/info-gnuastro}
+@subtitle @strong{Important note:}
+@subtitle This is an @strong{under-development} Gnuastro release
(bleeding-edge!).
+@subtitle It is not yet officially released.
+@subtitle The source tarball corresponding to this version is (temporarily)
available at this URL:
+@subtitle @url{http://akhlaghi.org/src/gnuastro-@value{VERSION}.tar.lz}
+@subtitle (the tarball link above will not be available after the next
official release)
+@subtitle The most recent under-development source and its corresponding book
are available at:
+@subtitle @url{http://akhlaghi.org/gnuastro.pdf}
+@subtitle @url{http://akhlaghi.org/gnuastro-latest.tar.lz}
+@subtitle To stay up to date with Gnuastro's official releases, please
subscribe to this mailing list:
+@subtitle @url{https://lists.gnu.org/mailman/listinfo/info-gnuastro}
@author Mohammad Akhlaghi
@page
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master a11b0a48: Release: routine post-release operations,
Mohammad Akhlaghi <=