Skip to content

Releases: inigodelportillo/ITU-Rpy

Release v0.4.0

04 Feb 23:59
094abb6
Compare
Choose a tag to compare

Major Features

  • We no longer guarantee compatibility of ITU-Rpy with python 2.7 - 3.5.

Minor Features And Improvements

  • Fix code so it is compatible with latest version of scipy (>1.10.0).

ITU-Rpy v0.3.4

25 Jan 01:05
ab8e82d
Compare
Choose a tag to compare

Release v0.3.4

Minor Features And Improvements

  • Ensure attenuation values (gas, cloud, rain, scintillation) are always positive. Added a check to ensure that all values returned by the functions below are always positive (i.e., we cannot have a negative attenuation which will actually correspond to a gain):
  • When computing the rain attenuation in ITU618, the computation of β had a bug that resulted in β=0 for lat <= 36 deg (missing equal sign).
  • Added EPSILON, a small constant to prevent warning and errors when a) the model says that h_r < h_s, and b) the value of R001 = 0.

Reference to PRs

Full Changelog: 0.3.2...0.3.4

ITU-Rpy v0.3.2

17 Aug 21:00
c59fdc6
Compare
Choose a tag to compare

Release v0.3.2

Major Features And Improvements

  • Fixed equation used in itur.models.itu453.radio_refractive_index
  • Fix typos in equations for mid_latitude_temperature_summer
  • Fix low/mid/high latitude pressure equations to use P10 and P72 values using the equations (instead that from standard_pressure)

Minor Features And Improvements

  • Update documentation to fix typos
  • Improved handling of warnings

ITU-Rpy v0.3.1

28 Apr 13:08
f751918
Compare
Choose a tag to compare

Release v0.3.1

Major Features And Improvements

  • Add recommendation ITU-R P.1623
  • Fix bugs in P676, P618, P.453, P840

Minor Features And Improvements

  • Improved documentation for validation examples, add documentation for ITU-R P.1853

ITU-Rpy v0.3.0

07 Apr 04:26
e5e9363
Compare
Choose a tag to compare

Release v0.3.0

Major Features And Improvements

  • Added validation results using ITU's provided example file
  • Recommendations updated as of December 2019
  • Incorporated latest available recommendations (e.g., ITU-R P.676-12, ITU-R P.840-8, ...)
  • Reduced size of the package by moving from .txt data-files to .npz
  • Added compatibility of the software with cartopy (as basemap is deprecated)
  • Improved overall documentation

ITU-Rpy v.0.2.0

30 May 07:07
97321ce
Compare
Choose a tag to compare
ITU-Rpy v.0.2.0 Pre-release
Pre-release

Release v.0.2.0

Major Features And Improvements

  • Recommendations updated as of December 2017.
  • Validation of routines using examples released on March 2018.
  • Fully vectorized operations including all parameters (p, f, el).
  • Test coverage > 80 %