Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.0.2
    📝 Fix README emojis on PyPI
  • v1.0.1
    📦 PyPI Upload
    
    PARMESAN is now available on PyPI: https://pypi.org/project/parmesan/ 🎉
  • v1.0.0
    🎉 Major Release
    
    PARMESAN is stable enough for a major release number! 🎉
    
    Changes since the last release include:
    
    - calculation of the structure function
    - example notebook for `temporal_cycle` added to the documentation
    - improvements to `spectrum`:
        - adherence to Parseval's Theorem asserted
        - fitting a Kolmogorov power-law to the spectrum
        - fine-tuneable windowing and detrending
    - Yamartino wind averaging
    - calculating head and cross wind components
    - calculating the dewpoint from relative humidity
    - added XKCD's geothmetic meandian: https://xkcd.com/2435/
  • v0.3.0
    Wind Direction and other Goodies
    
    This release adds:
    
    - wind direction calculation
    - wind vector calculation
    - generic vector angle calculations
    - basic stats calculation (RMSE)
    - more humidity measures
  • v0.2.0
    Bound Checking, Humidity and Temperature Calculations
    
    This version complements the **unit checking mode** with a **bounds
    checking mode** for sanity checks of input and output values of
    functions.
    
    The documentation was also improved to include pretty tables detailing
    the units and bounds for inputs and outputs of physical calculation
    functions.
    
    Furthermore, several functions to calculate humidity measures were
    added for:
    
    - specific humidity
    - absolute humidity
    - mixing ratio
    - water vapour pressure
    - relative humidity
  • v0.1.0
    Constants, Units, Spectra, Basic Gas Calculations
    
    This release marks the first usable version of PARMESAN.
    
    With PARMESAN you can now:
    
    - calculate (and plot) power spectra with several settings
    - convert between trace gas particle ratio and mass density
    - calculate temporal (e.g. diurnal) cycles
    - calculate potential temperature
    
    All physical functions accept pandas objects, normal numbers and also
    pint units. There is also an (optional) ”explicit unit mode” which makes
    sure a pint unit is always handed with each value.
  • v0.0.0
    253b20cd · [CI] Fix pages link ·
    Initial Version
    
    This version just provides an empty package with all the needed
    infrastructure (documentation, tests, etc...)