From b34634d2890bb701dd09e6c2d8391968f5fadee0 Mon Sep 17 00:00:00 2001 From: Davide Fioriti <67809479+davide-f@users.noreply.github.com> Date: Sat, 27 Jul 2024 23:24:24 +0200 Subject: [PATCH] Update version v0.4.0 (#1066) --- config.default.yaml | 2 +- config.tutorial.yaml | 2 +- doc/conf.py | 2 +- doc/release_notes.rst | 11 + envs/environment.fixed.yaml | 636 +++++++++++++++++++----------------- 5 files changed, 346 insertions(+), 307 deletions(-) diff --git a/config.default.yaml b/config.default.yaml index 91ae2c53f..42cac019e 100644 --- a/config.default.yaml +++ b/config.default.yaml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: CC0-1.0 -version: 0.3.0 +version: 0.4.0 tutorial: false logging: diff --git a/config.tutorial.yaml b/config.tutorial.yaml index e6be7cf5b..0b966a798 100644 --- a/config.tutorial.yaml +++ b/config.tutorial.yaml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: CC0-1.0 -version: 0.3.0 +version: 0.4.0 tutorial: true logging: diff --git a/doc/conf.py b/doc/conf.py index 8bd5c798a..9263d4cc0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -65,7 +65,7 @@ copyright = f"{datetime.datetime.today().year}, {author}" # The full version, including alpha/beta/rc tags -release = "0.3.0" +release = "0.4.0" # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx" diff --git a/doc/release_notes.rst b/doc/release_notes.rst index acf736f5a..b3d473efe 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -14,6 +14,17 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t **New Features and Major Changes** + + +**Minor Changes and bug-fixing** + + + +PyPSA-Earth 0.4.0 +================= + +**New Features and Major Changes (27th July 2024)** + * Improve Monte Carlo feature with more distributions types, independent by PyPSA component. `PR #930 `__ * Introduce flexible regional selection of the demand files of GEGIS. `PR #991 `__ diff --git a/envs/environment.fixed.yaml b/envs/environment.fixed.yaml index 13a80c6b5..4d6d181ec 100644 --- a/envs/environment.fixed.yaml +++ b/envs/environment.fixed.yaml @@ -12,110 +12,117 @@ dependencies: - _libgcc_mutex=0.1 - _openmp_mutex=4.5 - affine=2.4.0 -- alsa-lib=1.2.10 +- alsa-lib=1.2.12 - amply=0.1.6 -- anyio=4.2.0 +- anyio=4.4.0 - appdirs=1.4.4 -- archspec=0.2.2 +- archspec=0.2.3 - argon2-cffi=23.1.0 - argon2-cffi-bindings=21.2.0 - arrow=1.3.0 - asttokens=2.4.1 - async-lru=2.0.4 - atk-1.0=2.38.0 -- atlite=0.2.12 +- atlite=0.2.13 - attr=2.5.1 -- attrs=23.1.0 -- aws-c-auth=0.7.8 -- aws-c-cal=0.6.9 -- aws-c-common=0.9.10 -- aws-c-compression=0.2.17 -- aws-c-event-stream=0.3.2 -- aws-c-http=0.7.15 -- aws-c-io=0.13.36 -- aws-c-mqtt=0.10.0 -- aws-c-s3=0.4.5 -- aws-c-sdkutils=0.1.13 -- aws-checksums=0.1.17 -- aws-crt-cpp=0.25.0 -- aws-sdk-cpp=1.11.210 +- attrs=23.2.0 +- aws-c-auth=0.7.22 +- aws-c-cal=0.7.1 +- aws-c-common=0.9.23 +- aws-c-compression=0.2.18 +- aws-c-event-stream=0.4.2 +- aws-c-http=0.8.2 +- aws-c-io=0.14.10 +- aws-c-mqtt=0.10.4 +- aws-c-s3=0.6.0 +- aws-c-sdkutils=0.1.16 +- aws-checksums=0.1.18 +- aws-crt-cpp=0.27.3 +- aws-sdk-cpp=1.11.329 +- azure-core-cpp=1.13.0 +- azure-identity-cpp=1.8.0 +- azure-storage-blobs-cpp=12.12.0 +- azure-storage-common-cpp=12.7.0 +- azure-storage-files-datalake-cpp=12.11.0 - babel=2.14.0 -- beautifulsoup4=4.12.2 +- beautifulsoup4=4.12.3 - bleach=6.1.0 -- blosc=1.21.5 -- bokeh=3.3.2 -- boltons=23.1.1 -- bottleneck=1.3.7 -- branca=0.7.0 +- blosc=1.21.6 +- bokeh=3.4.2 +- boltons=24.0.0 +- bottleneck=1.4.0 +- branca=0.7.2 - brotli=1.1.0 - brotli-bin=1.1.0 - brotli-python=1.1.0 - brotlicffi=1.1.0.0 - bzip2=1.0.8 -- c-ares=1.24.0 -- c-blosc2=2.11.3 -- ca-certificates=2023.12.12 +- c-ares=1.32.3 +- c-blosc2=2.15.0 +- ca-certificates=2024.7.4 - cached-property=1.5.2 - cached_property=1.5.2 +- cads-api-client=1.1.0 - cairo=1.18.0 -- cartopy=0.22.0 -- cdsapi=0.6.1 -- certifi=2023.11.17 +- cartopy=0.23.0 +- cdsapi=0.7.0 +- certifi=2024.7.4 - cffi=1.16.0 - cfgv=3.3.1 -- cfitsio=4.3.1 -- cftime=1.6.3 +- cfitsio=4.4.1 +- cftime=1.6.4 - charset-normalizer=3.3.2 - click=8.1.7 - click-plugins=1.1.1 - cligj=0.7.2 - cloudpickle=3.0.0 -- coin-or-cbc=2.10.10 +- coin-or-cbc=2.10.11 - coin-or-cgl=0.60.7 - coin-or-clp=1.17.8 -- coin-or-osi=0.108.8 -- coin-or-utils=2.11.9 -- coincbc=2.10.10 +- coin-or-osi=0.108.10 +- coin-or-utils=2.11.11 +- coincbc=2.10.11 - colorama=0.4.6 -- colorcet=3.0.1 -- comm=0.1.4 -- conda=23.11.0 -- conda-libmamba-solver=23.12.0 -- conda-package-handling=2.2.0 -- conda-package-streaming=0.9.0 +- colorcet=3.1.0 +- comm=0.2.2 +- conda=24.5.0 +- conda-libmamba-solver=24.7.0 +- conda-package-handling=2.3.0 +- conda-package-streaming=0.10.0 - configargparse=1.7 - connection_pool=0.0.3 -- contextily=1.4.0 -- contourpy=1.2.0 +- contextily=1.6.0 +- contourpy=1.2.1 - country_converter=1.2 - cycler=0.12.1 -- cytoolz=0.12.2 -- dask=2023.12.1 -- dask-core=2023.12.1 -- datashader=0.16.0 +- cytoolz=0.12.3 +- dask=2024.7.1 +- dask-core=2024.7.1 +- dask-expr=1.1.9 +- datashader=0.16.3 - datrie=0.8.2 - dbus=1.13.6 -- debugpy=1.8.0 +- debugpy=1.8.2 - decorator=5.1.1 - defusedxml=0.7.1 - deprecation=2.1.0 - descartes=1.1.0 - distlib=0.3.8 -- distributed=2023.12.1 -- distro=1.8.0 -- docutils=0.20.1 -- dpath=2.1.6 -- earth-osm=0.1.0 +- distributed=2024.7.1 +- distro=1.9.0 +- docutils=0.21.2 +- dpath=2.2.0 +- earth-osm=2.1 - entrypoints=0.4 -- entsoe-py=0.6.1 +- entsoe-py=0.6.8 - et_xmlfile=1.1.0 -- exceptiongroup=1.2.0 +- exceptiongroup=1.2.2 - executing=2.0.1 -- expat=2.5.0 -- filelock=3.13.1 -- fiona=1.9.5 -- fmt=10.1.1 -- folium=0.15.1 +- expat=2.6.2 +- filelock=3.15.4 +- fiona=1.9.6 +- fmt=10.2.1 +- folium=0.17.0 - font-ttf-dejavu-sans-mono=2.37 - font-ttf-inconsolata=3.000 - font-ttf-source-code-pro=2.038 @@ -123,126 +130,148 @@ dependencies: - fontconfig=2.14.2 - fonts-conda-ecosystem=1 - fonts-conda-forge=1 -- fonttools=4.47.0 +- fonttools=4.53.1 - fqdn=1.5.1 - freetype=2.12.1 - freexl=2.0.0 - fribidi=1.0.10 -- fsspec=2023.12.2 -- future=0.18.3 -- gdal=3.7.3 -- gdk-pixbuf=2.42.10 -- geographiclib=1.52 +- frozendict=2.4.4 +- fsspec=2024.6.1 +- future=1.0.0 +- gdal=3.9.1 +- gdk-pixbuf=2.42.12 +- geographiclib=2.0 - geojson-rewind=1.1.0 -- geopandas=0.14.1 -- geopandas-base=0.14.1 +- geopandas=0.14.3 +- geopandas-base=0.14.3 - geopy=2.4.1 -- geos=3.12.1 -- geotiff=1.7.1 -- geoviews=1.11.0 -- geoviews-core=1.11.0 -- gettext=0.21.1 +- geos=3.12.2 +- geotiff=1.7.3 +- geoviews=1.12.0 +- geoviews-core=1.12.0 +- gettext=0.22.5 +- gettext-tools=0.22.5 - gflags=2.2.2 -- giflib=5.2.1 +- giflib=5.2.2 - gitdb=4.0.11 -- gitpython=3.1.40 -- glib=2.78.3 -- glib-tools=2.78.3 -- glog=0.6.0 +- gitpython=3.1.43 +- glib=2.80.3 +- glib-tools=2.80.3 +- glog=0.7.1 - glpk=5.0 - gmp=6.3.0 - graphite2=1.3.13 -- graphviz=9.0.0 -- gst-plugins-base=1.22.8 -- gstreamer=1.22.8 +- graphviz=11.0.0 +- gst-plugins-base=1.24.5 +- gstreamer=1.24.5 - gtk2=2.24.33 - gts=0.7.6 -- gurobi=11.0.0 -- harfbuzz=8.3.0 +- gurobi=11.0.3 +- h11=0.14.0 +- h2=4.1.0 +- harfbuzz=9.0.0 - hdf4=4.2.15 - hdf5=1.14.3 -- holoviews=1.18.1 +- holoviews=1.19.1 +- hpack=4.0.0 +- httpcore=1.0.5 +- httpx=0.27.0 - humanfriendly=10.0 -- hvplot=0.9.1 +- hvplot=0.10.0 +- hyperframe=6.0.1 - icu=73.2 -- identify=2.5.33 -- idna=3.6 -- importlib-metadata=7.0.1 -- importlib_metadata=7.0.1 -- importlib_resources=6.1.1 +- identify=2.6.0 +- idna=3.7 +- importlib-metadata=8.2.0 +- importlib_metadata=8.2.0 +- importlib_resources=6.4.0 - inflate64=1.0.0 - iniconfig=2.0.0 - ipopt=3.13.2 -- ipykernel=6.26.0 -- ipython=8.19.0 +- ipykernel=6.29.5 +- ipython=8.26.0 - isoduration=20.11.0 - jedi=0.19.1 -- jinja2=3.1.2 -- joblib=1.3.2 +- jinja2=3.1.4 +- joblib=1.4.2 - json-c=0.17 -- json5=0.9.14 +- json5=0.9.25 - jsonpatch=1.33 -- jsonpointer=2.4 -- jsonschema=4.20.0 -- jsonschema-specifications=2023.11.2 -- jsonschema-with-format-nongpl=4.20.0 -- jupyter-lsp=2.2.1 -- jupyter_client=8.6.0 -- jupyter_core=5.5.1 -- jupyter_events=0.9.0 -- jupyter_server=2.12.1 -- jupyter_server_terminals=0.5.0 -- jupyterlab=4.0.9 +- jsonpointer=3.0.0 +- jsonschema=4.23.0 +- jsonschema-specifications=2023.12.1 +- jsonschema-with-format-nongpl=4.23.0 +- jupyter-lsp=2.2.5 +- jupyter_client=8.6.2 +- jupyter_core=5.7.2 +- jupyter_events=0.10.0 +- jupyter_server=2.14.2 +- jupyter_server_terminals=0.5.3 +- jupyterlab=4.2.4 - jupyterlab_pygments=0.3.0 -- jupyterlab_server=2.25.2 +- jupyterlab_server=2.27.3 - kealib=1.5.3 - keyutils=1.6.1 - kiwisolver=1.4.5 -- krb5=1.21.2 +- krb5=1.21.3 - lame=3.100 - lcms2=2.16 - ld_impl_linux-64=2.40 - lerc=4.0.0 -- libabseil=20230802.1 -- libaec=1.1.2 -- libarchive=3.7.2 -- libarrow=14.0.2 -- libarrow-acero=14.0.2 -- libarrow-dataset=14.0.2 -- libarrow-flight=14.0.2 -- libarrow-flight-sql=14.0.2 -- libarrow-gandiva=14.0.2 -- libarrow-substrait=14.0.2 +- libabseil=20240116.2 +- libaec=1.1.3 +- libarchive=3.7.4 +- libarrow=17.0.0 +- libarrow-acero=17.0.0 +- libarrow-dataset=17.0.0 +- libarrow-substrait=17.0.0 +- libasprintf=0.22.5 +- libasprintf-devel=0.22.5 - libblas=3.9.0 -- libboost-headers=1.84.0 - libbrotlicommon=1.1.0 - libbrotlidec=1.1.0 - libbrotlienc=1.1.0 - libcap=2.69 - libcblas=3.9.0 -- libclang=15.0.7 -- libclang13=15.0.7 +- libclang-cpp15=15.0.7 +- libclang13=18.1.8 - libcrc32c=1.1.2 - libcups=2.3.3 -- libcurl=8.5.0 -- libdeflate=1.19 +- libcurl=8.9.0 +- libdeflate=1.20 - libedit=3.1.20191231 - libev=4.33 - libevent=2.1.12 -- libexpat=2.5.0 +- libexpat=2.6.2 - libffi=3.4.2 - libflac=1.4.3 -- libgcc-ng=13.2.0 -- libgcrypt=1.10.3 +- libgcc-ng=14.1.0 +- libgcrypt=1.11.0 - libgd=2.3.3 -- libgdal=3.7.3 -- libgfortran-ng=13.2.0 -- libgfortran5=13.2.0 -- libglib=2.78.3 -- libgomp=13.2.0 -- libgoogle-cloud=2.12.0 -- libgpg-error=1.47 -- libgrpc=1.59.3 +- libgdal=3.9.1 +- libgdal-core=3.9.1 +- libgdal-fits=3.9.1 +- libgdal-grib=3.9.1 +- libgdal-hdf4=3.9.1 +- libgdal-hdf5=3.9.1 +- libgdal-jp2openjpeg=3.9.1 +- libgdal-kea=3.9.1 +- libgdal-netcdf=3.9.1 +- libgdal-pdf=3.9.1 +- libgdal-pg=3.9.1 +- libgdal-postgisraster=3.9.1 +- libgdal-tiledb=3.9.1 +- libgdal-xls=3.9.1 +- libgettextpo=0.22.5 +- libgettextpo-devel=0.22.5 +- libgfortran-ng=14.1.0 +- libgfortran5=14.1.0 +- libglib=2.80.3 +- libgomp=14.1.0 +- libgoogle-cloud=2.26.0 +- libgoogle-cloud-storage=2.26.0 +- libgpg-error=1.50 +- libgrpc=1.62.2 - libiconv=1.17 - libjpeg-turbo=3.0.0 - libkml=1.3.0 @@ -250,151 +279,151 @@ dependencies: - liblapacke=3.9.0 - libllvm14=14.0.6 - libllvm15=15.0.7 -- libmamba=1.5.6 -- libmambapy=1.5.6 +- libllvm18=18.1.8 +- libmamba=1.5.8 +- libmambapy=1.5.8 - libnetcdf=4.9.2 - libnghttp2=1.58.0 -- libnl=3.9.0 - libnsl=2.0.1 -- libnuma=2.0.16 -- libogg=1.3.4 -- libopenblas=0.3.25 +- libogg=1.3.5 +- libopenblas=0.3.27 - libopus=1.3.1 -- libparquet=14.0.2 -- libpng=1.6.39 -- libpq=16.1 -- libprotobuf=4.24.4 -- libre2-11=2023.06.02 -- librsvg=2.56.3 +- libparquet=17.0.0 +- libpng=1.6.43 +- libpq=16.3 +- libprotobuf=4.25.3 +- libre2-11=2023.09.01 +- librsvg=2.58.2 - librttopo=1.1.0 - libsndfile=1.2.2 - libsodium=1.0.18 -- libsolv=0.7.27 -- libspatialindex=1.9.3 +- libsolv=0.7.30 +- libspatialindex=2.0.0 - libspatialite=5.1.0 -- libsqlite=3.44.2 +- libsqlite=3.46.0 - libssh2=1.11.0 -- libstdcxx-ng=13.2.0 +- libstdcxx-ng=14.1.0 - libsystemd0=255 - libthrift=0.19.0 - libtiff=4.6.0 - libutf8proc=2.8.0 - libuuid=2.38.1 - libvorbis=1.3.7 -- libwebp=1.3.2 -- libwebp-base=1.3.2 -- libxcb=1.15 +- libwebp=1.4.0 +- libwebp-base=1.4.0 +- libxcb=1.16 - libxcrypt=4.4.36 -- libxkbcommon=1.6.0 -- libxml2=2.11.6 -- libxslt=1.1.37 +- libxkbcommon=1.7.0 +- libxml2=2.12.7 +- libxslt=1.1.39 - libzip=1.10.1 -- libzlib=1.2.13 -- linkify-it-py=2.0.0 -- linopy=0.3.2 -- llvmlite=0.41.1 +- libzlib=1.3.1 +- linkify-it-py=2.0.3 +- linopy=0.3.11 +- llvmlite=0.43.0 - locket=1.0.0 -- lxml=4.9.3 -- lz4=4.3.2 +- lxml=5.2.2 +- lz4=4.3.3 - lz4-c=1.9.4 - lzo=2.10 -- mamba=1.5.6 -- mapclassify=2.6.1 -- markdown=3.5.1 +- mamba=1.5.8 +- mapclassify=2.7.0 +- markdown=3.6 - markdown-it-py=3.0.0 -- markupsafe=2.1.3 +- markupsafe=2.1.5 - matplotlib=3.5.2 - matplotlib-base=3.5.2 -- matplotlib-inline=0.1.6 -- mdit-py-plugins=0.4.0 -- mdurl=0.1.0 +- matplotlib-inline=0.1.7 +- mdit-py-plugins=0.4.1 +- mdurl=0.1.2 - memory_profiler=0.61.0 -- menuinst=2.0.1 +- menuinst=2.1.1 - mercantile=1.2.1 - metis=5.1.0 -- minizip=4.0.3 +- minizip=4.0.7 - mistune=3.0.2 -- mpg123=1.32.3 -- msgpack-python=1.0.7 +- mpg123=1.32.6 +- msgpack-python=1.0.8 - multipledispatch=0.6.0 +- multiurl=0.3.1 - multivolumefile=0.2.3 -- munch=4.0.0 - munkres=1.1.4 -- mysql-common=8.0.33 -- mysql-libs=8.0.33 -- nbclient=0.8.0 -- nbconvert-core=7.13.1 -- nbformat=5.9.2 -- ncurses=6.4 -- nest-asyncio=1.5.8 -- netcdf4=1.6.5 -- networkx=3.2.1 -- nodeenv=1.8.0 +- mysql-common=8.3.0 +- mysql-libs=8.3.0 +- nbclient=0.10.0 +- nbconvert-core=7.16.4 +- nbformat=5.10.4 +- ncurses=6.5 +- nest-asyncio=1.6.0 +- netcdf4=1.7.1 +- networkx=3.3 +- nodeenv=1.9.1 - nomkl=1.0 -- notebook-shim=0.2.3 +- notebook-shim=0.2.4 - nspr=4.35 -- nss=3.96 -- numba=0.58.1 -- numexpr=2.8.8 -- numpy=1.26.2 -- openjdk=11.0.13 -- openjpeg=2.5.0 -- openpyxl=3.1.2 -- openssl=3.2.0 -- orc=1.9.2 -- overrides=7.4.0 -- packaging=23.2 -- pandas=2.1.4 +- nss=3.102 +- numba=0.60.0 +- numexpr=2.10.0 +- numpy=1.26.4 +- openjpeg=2.5.2 +- openpyxl=3.1.4 +- openssl=3.3.1 +- orc=2.0.1 +- overrides=7.7.0 +- packaging=24.1 +- pandas=2.2.2 - pandocfilters=1.5.0 -- panel=1.3.6 -- pango=1.50.14 -- param=2.0.1 -- parso=0.8.3 -- partd=1.4.1 -- patsy=0.5.4 -- pcre2=10.42 -- pexpect=4.8.0 +- panel=1.4.4 +- pango=1.54.0 +- param=2.1.1 +- parso=0.8.4 +- partd=1.4.2 +- patsy=0.5.6 +- pcre2=10.44 +- pexpect=4.9.0 - pickleshare=0.7.5 -- pillow=10.1.0 -- pip=23.3.2 -- pixman=0.42.2 +- pillow=10.4.0 +- pip=24.0 +- pixman=0.43.2 - pkgutil-resolve-name=1.3.10 -- plac=1.4.2 -- platformdirs=4.1.0 -- pluggy=1.3.0 +- plac=1.4.3 +- platformdirs=4.2.2 +- pluggy=1.5.0 - ply=3.11 -- poppler=23.12.0 +- polars=1.2.1 +- poppler=24.07.0 - poppler-data=0.4.12 -- postgresql=16.1 -- powerplantmatching=0.5.8 -- pre-commit=3.6.0 -- progressbar2=4.3.2 -- proj=9.3.0 -- prometheus_client=0.19.0 -- prompt-toolkit=3.0.42 -- protobuf=4.24.4 -- psutil=5.9.7 +- postgresql=16.3 +- powerplantmatching=0.5.15 +- pre-commit=3.7.1 +- progressbar2=4.4.2 +- proj=9.4.1 +- prometheus_client=0.20.0 +- prompt-toolkit=3.0.47 +- protobuf=4.25.3 +- psutil=6.0.0 - pthread-stubs=0.4 - ptyprocess=0.7.0 - pulp=2.7.0 -- pulseaudio-client=16.1 -- pure_eval=0.2.2 +- pulseaudio-client=17.0 +- pure_eval=0.2.3 - py-cpuinfo=9.0.0 -- py7zr=0.20.8 -- pyarrow=14.0.2 +- py7zr=0.21.1 +- pyarrow=17.0.0 +- pyarrow-core=17.0.0 - pyarrow-hotfix=0.6 - pybcj=1.0.2 - pybind11-abi=4 - pycosat=0.6.6 -- pycountry=22.3.5 -- pycparser=2.21 -- pycryptodomex=3.19.0 +- pycountry=24.6.1 +- pycparser=2.22 +- pycryptodomex=3.20.0 - pyct=0.5.0 - pydoe2=1.3.0 -- pygments=2.17.2 -- pyogrio=0.7.2 -- pyomo=6.7.0 -- pyparsing=3.1.1 +- pygments=2.18.0 +- pyogrio=0.9.0 +- pyomo=6.7.3 +- pyparsing=3.1.2 - pyppmd=1.1.0 - pyproj=3.6.1 - pypsa=0.24.0 @@ -403,111 +432,110 @@ dependencies: - pyshp=2.3.1 - pysocks=1.7.1 - pytables=3.9.2 -- pytest=7.4.3 -- python=3.10.13 -- python-dateutil=2.8.2 -- python-fastjsonschema=2.19.0 +- pytest=8.3.2 +- python=3.10.14 +- python-dateutil=2.9.0 +- python-fastjsonschema=2.20.0 - python-json-logger=2.0.7 -- python-tzdata=2023.3 -- python-utils=3.8.1 +- python-tzdata=2024.1 +- python-utils=3.8.2 - python_abi=3.10 -- pytz=2023.3.post1 -- pyviz_comms=3.0.0 +- pytz=2024.1 +- pyviz_comms=3.0.2 - pyyaml=6.0.1 -- pyzmq=25.1.2 -- pyzstd=0.15.9 +- pyzmq=26.0.3 +- pyzstd=0.16.0 - qt-main=5.15.8 -- rasterio=1.3.9 -- rdma-core=49.0 -- re2=2023.06.02 +- rasterio=1.3.10 +- re2=2023.09.01 - readline=8.2 -- referencing=0.32.0 +- referencing=0.35.1 - reproc=14.2.4.post0 - reproc-cpp=14.2.4.post0 -- requests=2.31.0 +- requests=2.32.3 - reretry=0.11.8 - reverse-geocode=1.4.1 - rfc3339-validator=0.1.4 - rfc3986-validator=0.1.1 -- rioxarray=0.15.0 -- rpds-py=0.15.2 -- rtree=1.1.0 +- rioxarray=0.17.0 +- rpds-py=0.19.1 +- rtree=1.3.0 - ruamel.yaml=0.17.26 -- ruamel.yaml.clib=0.2.7 -- s2n=1.4.1 -- scikit-learn=1.3.2 -- scipy=1.11.4 -- seaborn=0.13.0 -- seaborn-base=0.13.0 -- send2trash=1.8.2 -- setuptools=68.2.2 -- shapely=2.0.2 +- ruamel.yaml.clib=0.2.8 +- s2n=1.4.17 +- scikit-learn=1.5.1 +- scipy=1.14.0 +- seaborn=0.13.2 +- seaborn-base=0.13.2 +- send2trash=1.8.3 +- setuptools=71.0.4 +- shapely=2.0.5 - sip=6.7.12 - six=1.16.0 -- smart_open=6.4.0 +- smart_open=7.0.4 - smmap=5.0.0 - snakemake-minimal=7.32.4 -- snappy=1.1.10 -- sniffio=1.3.0 +- snappy=1.2.1 +- sniffio=1.3.1 - snuggs=1.4.7 - sortedcontainers=2.4.0 - soupsieve=2.5 -- sqlite=3.44.2 +- spdlog=1.13.0 +- sqlite=3.46.0 - stack_data=0.6.2 -- statsmodels=0.14.1 +- statsmodels=0.14.2 - stopit=1.1.2 - tabulate=0.9.0 - tblib=3.0.0 -- terminado=0.18.0 +- terminado=0.18.1 - texttable=1.7.0 -- threadpoolctl=3.2.0 +- threadpoolctl=3.5.0 - throttler=1.2.2 -- tiledb=2.18.2 -- tinycss2=1.2.1 +- tiledb=2.25.0 +- tinycss2=1.3.0 - tk=8.6.13 - toml=0.10.2 - tomli=2.0.1 -- toolz=0.12.0 +- toolz=0.12.1 - toposort=1.10 -- tornado=6.3.3 -- tqdm=4.66.1 -- traitlets=5.14.0 +- tornado=6.4.1 +- tqdm=4.66.4 +- traitlets=5.14.3 - truststore=0.8.0 -- types-python-dateutil=2.8.19.14 -- typing-extensions=4.9.0 -- typing_extensions=4.9.0 +- types-python-dateutil=2.9.0.20240316 +- typing-extensions=4.12.2 +- typing_extensions=4.12.2 - typing_utils=0.1.0 -- tzcode=2023d -- tzdata=2023d -- uc-micro-py=1.0.1 -- ucx=1.15.0 +- tzcode=2024a +- tzdata=2024a +- uc-micro-py=1.0.3 - ukkonen=1.0.1 - unicodedata2=15.1.0 -- unidecode=1.3.7 +- unidecode=1.3.8 - uri-template=1.3.0 -- uriparser=0.9.7 -- urllib3=2.1.0 -- validators=0.22.0 -- virtualenv=20.25.0 -- wcwidth=0.2.12 -- webcolors=1.13 +- uriparser=0.9.8 +- urllib3=2.2.2 +- validators=0.33.0 +- virtualenv=20.26.3 +- wcwidth=0.2.13 +- webcolors=24.6.0 - webencodings=0.5.1 -- websocket-client=1.7.0 -- wheel=0.42.0 +- websocket-client=1.8.0 +- wheel=0.43.0 - wrapt=1.16.0 - xarray=2023.11.0 -- xcb-util=0.4.0 +- xcb-util=0.4.1 - xcb-util-image=0.4.0 -- xcb-util-keysyms=0.4.0 -- xcb-util-renderutil=0.3.9 -- xcb-util-wm=0.4.1 +- xcb-util-keysyms=0.4.1 +- xcb-util-renderutil=0.3.10 +- xcb-util-wm=0.4.2 - xerces-c=3.2.5 -- xkeyboard-config=2.40 +- xkeyboard-config=2.42 - xlrd=2.0.1 - xorg-kbproto=1.0.7 - xorg-libice=1.1.1 - xorg-libsm=1.2.4 -- xorg-libx11=1.8.7 +- xorg-libx11=1.8.9 - xorg-libxau=1.0.11 - xorg-libxdmcp=1.1.3 - xorg-libxext=1.3.4 @@ -516,7 +544,7 @@ dependencies: - xorg-xextproto=7.3.0 - xorg-xf86vidmodeproto=2.3.1 - xorg-xproto=7.0.31 -- xyzservices=2023.10.1 +- xyzservices=2024.6.0 - xz=5.2.6 - yaml=0.2.5 - yaml-cpp=0.8.0 @@ -524,16 +552,16 @@ dependencies: - zeromq=4.3.5 - zict=3.0.0 - zipfile-deflate64=0.2.0 -- zipp=3.17.0 -- zlib=1.2.13 -- zlib-ng=2.0.7 -- zstandard=0.22.0 -- zstd=1.5.5 +- zipp=3.19.2 +- zlib=1.3.1 +- zlib-ng=2.2.1 +- zstandard=0.23.0 +- zstd=1.5.6 - pip: - - chaospy==4.3.13 + - chaospy==4.3.16 - countrycode==0.4.0 - googledrivedownloader==0.4 - - highspy==1.5.3 - - numpoly==1.2.11 + - highspy==1.7.2 + - numpoly==1.2.13 - tsam==2.3.1 - vresutils==0.3.2.dev11+g150c1be