Skip to content

Commit

Permalink
version 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinemlarson committed Nov 13, 2023
1 parent 774f30e commit 291b5ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 1.9.5
November 13, 2023

fixed bug(s) in rh_plots, which is not meant for general use. Thank you to Felipe Nievinski for finding this.

cleaned up subdaily, i.e. made sd_libs.py and tried to limit subdaily.py to
the major pieces of code. sd_libs.py has the plotting and some of the writing routines. Eventually
I will try to move the rest of the file writing codes as well.

## 1.9.4
November 9, 2023

Expand All @@ -13,11 +22,6 @@ Will likely rewrite this to be consistent with the output of the in situ tide ga
For now it uses the past column definition convention. This is not useful until someone writes
documentation about what Hortho means in terms of comparing with tide gauges.

fixed bug(s) in rh_plots, which is not meant for general use. Thank you to Felipe Nievinski for finding this.

cleaned up subdaily, i.e. made sd_libs.py and tried to limit subdaily.py to
the major pieces of code. sd_libs.py has the plotting and some of the writing routines. Eventually
I will try to move the rest of the file writing codes as well.


## 1.9.3
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gnssrefl

**github version: 1.9.4** [![PyPI Version](https://img.shields.io/pypi/v/gnssrefl.svg)](https://pypi.python.org/pypi/gnssrefl) [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.5601495.svg)](http://dx.doi.org/10.5281/zenodo.5601495) [![Documentation Status](https://readthedocs.org/projects/gnssrefl/badge/?version=latest)](https://gnssrefl.readthedocs.io/en/latest/?badge=latest)
**github version: 1.9.5** [![PyPI Version](https://img.shields.io/pypi/v/gnssrefl.svg)](https://pypi.python.org/pypi/gnssrefl) [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.5601495.svg)](http://dx.doi.org/10.5281/zenodo.5601495) [![Documentation Status](https://readthedocs.org/projects/gnssrefl/badge/?version=latest)](https://gnssrefl.readthedocs.io/en/latest/?badge=latest)

**For those of you trying to convert RINEX 3 files to RINEX 2.11, be careful. There are a lot of things going
on in that translation. It is better to let gnssrefl to do that conversion for you. rinex2snr allows RINEX 3
Expand All @@ -12,9 +12,6 @@ Documentation:

- [pdf](https://gnssrefl.readthedocs.io/_/downloads/en/latest/pdf/)

pktnlim in invsnr was out of synch with new definition installed last summer. Please set pk2nlim manually,
or use new version (1.9.0)

See documentation for gnssir_input for new refraction models.

August 2, 2023: Updated azimuth outputs for gnssir and quickLook so that the azimuth of the
Expand All @@ -23,9 +20,7 @@ rising or setting part of the arc is reported rather than the average azimuth, a
July 7, 2023: The newarcs option had a bug in it: the refraction correction was not being applied.
While the refraction correction is not very important for some applications (snow, soil moisture), using it sometimes and not
using it other times IS NOT GOOD. You will see a bias in time series when you switched. This bug is fixed as of version 1.4.1
I will be removing all versions (1.3.16 up to 1.4.1) from pypi that have this bug. If you were
using the newarcs option in the last month, you need to rerun gnssir and any
downstream codes (subdaily, daily_avg etc). This bug has
If you were using the newarcs option in the last month, you need to rerun gnssir and any downstream codes (subdaily, daily_avg etc). This bug has
no impact on the data translation codes (rinex2snr, nmea2snr).

How do you find out which version are you running? Type <code>pip list | grep gnssrefl</code>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]
setup(
name="gnssrefl",
version="1.9.4",
version="1.9.5",
author="Kristine Larson",
author_email="[email protected]",
description="A GNSS reflectometry software package ",
Expand Down

0 comments on commit 291b5ac

Please sign in to comment.