Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.1.14

    Release: v1.1.14
    * Release date: 2025/11/29
    * Changes and new features:
    
      * Bugfixes:
    
        * It accepts now time units as 'years since' but NES transforms it to 'days since'
        * climatology_bounds read as metadata
        * It now accepts 'lon' and 'longitude' in the convert_longitude method
        * CLI: nes nc2rline force input and output units
    
    
      * New Command Line Interface nes with:
    
        * nes diff
        * nes diffper
    
    
      * New Functionalities:
    
        * Nes().get_totals() -> Dictionary with variable names as keys and total sum as value.
        * Nes().get_min(var_name)
        * Nes().get_max(var_name)
        * Nes().daily_statistic(op=[nanmax, nanmean, nanmin]) -> new functionalities
  • v1.1.13

    * Release date: 2025/09/30
    * Changes and new features:
    
      * New Command Line Interface nes with:
    
        * nes nc2rline (Not validated yet)
        * nes nc2mbtiles
        * Some recatoring
    
      * New Functionalities:
    
        * Nes().get_full_bbox(only_master=False)
        * CHIMERE format
  • v1.1.11

    Release: v1.1.11
    * Release date: 2025/07/07
    * Changes and new features:
    
      * New Command Line Interface nes with:
    
        * nes nc2geostructure
        * nes check
        * nes reorder
        * nes interpolate
  • v1.1.10

    Release: v1.1.10
    * Release date: 2025/07/03
    * Changes and new features:
    
      * Expand & Contract
      * Bugfix on Coordinates metadata conventions.
      * New entry point to check NaN and Inf values: `nes_check`
  • v1.1.9

    c59116c4 · Tests passed ·
    Release: v1.1.9
    * Add additional names for the time variable
      * Added MOCAGE format
      * Bugfix on vertical interpolation.
      * Selecting function allows now to select negative latitudes on 0-360 ones.
      * Reorder functionality (0 360 to -180 180) as an entry point
      * Coordinates metadata conventions.
  • v1.1.8

    Release: v1.1.8
    * Release date: 2024/10/07
    * Changes and new features:
    
      * Update installation instructions
      * Rename project from NES to nes
  • v1.1.7.post2

    Release: v1.1.7.post2
    * Release date: 2024/10/02
    * Changes and new features:
    
      * Remove mpich requirement
  • v1.1.7.post1

    Release: v1.1.7.post1
    * Release date: 2024/09/27
    * Changes and new features:
    
      * Remove import errors on installation using pip
  • v1.1.7

    Release: v1.1.7
    * Release date: 2024/09/25
    * Changes and new features:
    
      * Final setup to upload package to PyPI
  • v1.1.5

    Release: v1.1.5
    * Release date: 2024/09/20
    * Changes and new features:
    
      * to_netcdf function changes the type argument to nc_type
      * Memory usage optimization
      * Bugfixes
  • v1.1.4

    Release: v1.1.4
    * Release date: 2024/05/31
    * Changes and new features:
    
      * Statistics:
    
        * Rolling mean
    
      * Documentation
      * Removed negative values on the horizontal interpolation due to unmapped NaNs values.
      * Improved load_nes.py removing redundant code
      * Direct access to variable data. (`#77 <https://earth.bsc.es/gitlab/es/NES/-/issues/77>`_)
      * New functionalities for vertical extrapolation. (`#74 <https://earth.bsc.es/gitlab/es/NES/-/issues/74>`_)
      * Removed cfunits and psutil dependencies.
      * Updated the requirements and environment.yml for the Conda environment created in MN5 (`#78 <https://earth.bsc.es/gitlab/es/NES/-/issues/78>`_)
      * Bugfix:
    
        * Vertical interpolation for descendant level values (Pressure) (`#71 <https://earth.bsc.es/gitlab/es/NES/-/issues/71>`_)
        * Removed lat-lon dimension on the NetCDF projections that not need them (`#72 <https://earth.bsc.es/gitlab/es/NES/-/issues/72>`_)
        * Fixed the bug when creating the spatial bounds after selecting a region (`#68 <https://earth.bsc.es/gitlab/es/NES/-/issues/68>`_)
        * Fixed the bug related to Shapely deprecated function TopologicalError(`#76 <https://earth.bsc.es/gitlab/es/NES/-/issues/76>`_)
        * Fixed the bug related to NumPy deprecated np.object(`#76 <https://earth.bsc.es/gitlab/es/NES/-/issues/76>`_)
        * Removed DeprecationWarnings from shapely and pyproj libraries, needed for the porting to MN5 (`#78 <https://earth.bsc.es/gitlab/es/NES/-/issues/78>`_)
  • v1.1.1

    Release: v1.1.1
    Bugfix release with some other new developments
  • v1.1.0

    Release: v1.1.0
    Major release with new features and bugfixing
  • v1.0.0

    Release: v1.0.0
    First Release
  • CAMS2_40_U7

    7fcece75 · Organize tutorials ·
    Fix tag for CAMS2_40 U7
  • v0.9.0

    Release: v0.9.0
    First beta release