Skip to content

Commit

Permalink
Bump version to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Nov 13, 2023
1 parent 85ad859 commit 75a7380
Show file tree
Hide file tree
Showing 565 changed files with 1,125 additions and 1,122 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.20.2 2023-11-13
~~~~~~~~~~~~~~~~~

* Fill values of floating point types are now explicitly set to NaN when
exporting to a netcdf or hdf5 file.

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ endif()

project(HARP)

set(VERSION 1.20.1)
set(VERSION 1.20.2)
set(HARP_VERSION \"${VERSION}\")
set(CPACK_PACKAGE_VERSION ${VERSION})

# Set dynamic library version
set(LIBHARP_CURRENT 14)
set(LIBHARP_REVISION 8)
set(LIBHARP_REVISION 9)
set(LIBHARP_AGE 1)
math(EXPR LIBHARP_MAJOR "${LIBHARP_CURRENT} - ${LIBHARP_AGE}")
set(LIBHARP_MINOR ${LIBHARP_AGE})
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (C) 2015-2023 S[&]T, The Netherlands

HARP 1.20.1 Release Notes
HARP 1.20.2 Release Notes


HARP is a toolset for ingesting, processing and inter-comparing satellite or
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# autoconf file for HARP
AC_INIT([harp],[1.20.1])
AC_INIT([harp],[1.20.2])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE(foreign subdir-objects 1.12 -Wall)

Expand Down Expand Up @@ -186,7 +186,7 @@ AC_CONFIG_FILES([idl/harp_idl.dlm])
# 6. If any interfaces have been removed or changed since the last public
# release, then set age to 0.
LIBHARP_CURRENT=14
LIBHARP_REVISION=8
LIBHARP_REVISION=9
LIBHARP_AGE=1
AC_SUBST(LIBHARP_CURRENT)
AC_SUBST(LIBHARP_REVISION)
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# built documents.
#
# The short X.Y version.
version = '1.20.1'
version = '1.20.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion doc/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: ccf0b737daf5251b09184e8067448677
config: 0a44055801ecf6a1279bdb4897c9f503
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions doc/html/R.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>R interface &mdash; HARP 1.20.1 documentation</title>
<title>R interface &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -35,7 +35,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
2 changes: 1 addition & 1 deletion doc/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.20.1',
VERSION: '1.20.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>common derivations &mdash; HARP 1.20.1 documentation</title>
<title>common derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Definitions &mdash; HARP 1.20.1 documentation</title>
<title>Definitions &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aerosol extinction coefficient derivations &mdash; HARP 1.20.1 documentation</title>
<title>aerosol extinction coefficient derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/aerosol_optical_depth.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aerosol optical depth derivations &mdash; HARP 1.20.1 documentation</title>
<title>aerosol optical depth derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/altitude.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>altitude derivations &mdash; HARP 1.20.1 documentation</title>
<title>altitude derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/altitude_bounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>altitude bounds derivations &mdash; HARP 1.20.1 documentation</title>
<title>altitude bounds derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/angstrom_exponent.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>angstrom exponent derivations &mdash; HARP 1.20.1 documentation</title>
<title>angstrom exponent derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/cloud_height.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cloud height derivations &mdash; HARP 1.20.1 documentation</title>
<title>cloud height derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/column_mass_density.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column mass density derivations &mdash; HARP 1.20.1 documentation</title>
<title>column mass density derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/column_mass_mixing_ratio.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column mass mixing ratio derivations &mdash; HARP 1.20.1 documentation</title>
<title>column mass mixing ratio derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/column_number_density.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column number density derivations &mdash; HARP 1.20.1 documentation</title>
<title>column number density derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column number density averaging kernel derivations &mdash; HARP 1.20.1 documentation</title>
<title>column number density averaging kernel derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column volume mixing ratio derivations &mdash; HARP 1.20.1 documentation</title>
<title>column volume mixing ratio derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime derivations &mdash; HARP 1.20.1 documentation</title>
<title>datetime derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime_bounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime bounds derivations &mdash; HARP 1.20.1 documentation</title>
<title>datetime bounds derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime_length.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime length derivations &mdash; HARP 1.20.1 documentation</title>
<title>datetime length derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime start derivations &mdash; HARP 1.20.1 documentation</title>
<title>datetime start derivations &mdash; HARP 1.20.2 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.20.1
1.20.2
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Loading

0 comments on commit 75a7380

Please sign in to comment.