Coder Social home page Coder Social logo

xclim-feedstock's Introduction

About xclim-feedstock

Feedstock license: BSD-3-Clause

Home: https://github.com/Ouranosinc/xclim

Package license: Apache-2.0

Summary: An operational Python library supporting climate services, based on xarray

Development: https://github.com/Ouranosinc/xclim

Documentation: https://xclim.readthedocs.io

xclim is an operational Python library for climate services, providing numerous climate-related indicator tools with an extensible framework for constructing custom climate indicators, statistical downscaling and bias adjustment of climate model simulations, as well as climate model ensemble analysis tools.

Current build status

All platforms:

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing xclim

Installing xclim from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, xclim can be installed with conda:

conda install xclim

or with mamba:

mamba install xclim

It is possible to list all of the versions of xclim available on your platform with conda:

conda search xclim --channel conda-forge

or with mamba:

mamba search xclim --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search xclim --channel conda-forge

# List packages depending on `xclim`:
mamba repoquery whoneeds xclim --channel conda-forge

# List dependencies of `xclim`:
mamba repoquery depends xclim --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge anaconda.org channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating xclim-feedstock

If you would like to improve the xclim recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/xclim-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

xclim-feedstock's People

Contributors

conda-forge-admin avatar conda-forge-curator[bot] avatar conda-forge-webservices[bot] avatar github-actions[bot] avatar huard avatar mariusvniekerk avatar regro-cf-autotick-bot avatar zeitsperre avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

xclim-feedstock's Issues

xclim `0.14.0` installed when newer version of numpy (`>1.24.4`) already installed

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

As far as I can see the numpy requirement is fixed to the following:

- numpy >=1.16

However, if a numpy version above 1.24.4 has been installed in an environment, an old version of xclim will be installed (0.14.0).

This can easily be tested by creating a new environment with only numpy and xclim:

conda create -n xclim_test numpy==1.25.0 xclim

(xclim 0.14.0 installed)

conda create -n xclim_test numpy==1.24.4 xclim

(xclim 0.45.0 installed)

Installed packages

Name                       Version       Build                    Channel
─────────────────────────────────────────────────────────────────────────────────
  _libgcc_mutex              0.1           conda_forge              conda-forge
  _openmp_mutex              4.5           2_gnu                    conda-forge
  attrs                      23.1.0        pyh71513ae_1             conda-forge
  aws-c-auth                 0.7.4         h1083cbe_2               conda-forge
  aws-c-cal                  0.6.2         h09139f6_2               conda-forge
  aws-c-common               0.9.3         hd590300_0               conda-forge
  aws-c-compression          0.2.17        h184a658_3               conda-forge
  aws-c-event-stream         0.3.2         h6fea174_2               conda-forge
  aws-c-http                 0.7.13        hb59894b_2               conda-forge
  aws-c-io                   0.13.33       h161b759_0               conda-forge
  aws-c-mqtt                 0.9.7         h55cd26b_0               conda-forge
  aws-c-s3                   0.3.17        hfb4bb88_4               conda-forge
  aws-c-sdkutils             0.1.12        h184a658_2               conda-forge
  aws-checksums              0.1.17        h184a658_2               conda-forge
  aws-crt-cpp                0.24.2        ha28989d_2               conda-forge
  aws-sdk-cpp                1.11.156      h314d761_4               conda-forge
  blosc                      1.21.5        h0f2a231_0               conda-forge
  bokeh                      3.3.0         pyhd8ed1ab_0             conda-forge
  boltons                    23.0.0        pyhd8ed1ab_0             conda-forge
  bottleneck                 1.3.7         py311h1f0f07a_1          conda-forge
  branca                     0.6.0         pyhd8ed1ab_0             conda-forge
  brotli                     1.1.0         hd590300_1               conda-forge
  brotli-bin                 1.1.0         hd590300_1               conda-forge
  brotli-python              1.1.0         py311hb755f60_1          conda-forge
  bzip2                      1.0.8         h7f98852_4               conda-forge
  c-ares                     1.20.1        hd590300_0               conda-forge
  ca-certificates            2023.7.22     hbcca054_0               conda-forge
  cairo                      1.18.0        h3faef2a_0               conda-forge
  certifi                    2023.7.22     pyhd8ed1ab_0             conda-forge
  cfitsio                    4.3.0         hbdc6101_0               conda-forge
  cftime                     1.6.2         py311h1f0f07a_2          conda-forge
  charset-normalizer         3.3.0         pyhd8ed1ab_0             conda-forge
  click                      8.1.7         unix_pyh707e725_0        conda-forge
  click-plugins              1.1.1         py_0                     conda-forge
  cligj                      0.7.2         pyhd8ed1ab_1             conda-forge
  cloudpickle                2.2.1         pyhd8ed1ab_0             conda-forge
  colorama                   0.4.6         pyhd8ed1ab_0             conda-forge
  contourpy                  1.1.1         py311h9547e67_1          conda-forge
  cycler                     0.12.1        pyhd8ed1ab_0             conda-forge
  cytoolz                    0.12.2        py311h459d7ec_1          conda-forge
  dask                       2023.10.0     pyhd8ed1ab_0             conda-forge
  dask-core                  2023.10.0     pyhd8ed1ab_0             conda-forge
  distributed                2023.10.0     pyhd8ed1ab_0             conda-forge
  exceptiongroup             1.1.3         pyhd8ed1ab_0             conda-forge
  expat                      2.5.0         hcb278e6_1               conda-forge
  fiona                      1.9.5         py311hbac4ec9_0          conda-forge
  folium                     0.14.0        pyhd8ed1ab_0             conda-forge
  font-ttf-dejavu-sans-mono  2.37          hab24e00_0               conda-forge
  font-ttf-inconsolata       3.000         h77eed37_0               conda-forge
  font-ttf-source-code-pro   2.038         h77eed37_0               conda-forge
  font-ttf-ubuntu            0.83          hab24e00_0               conda-forge
  fontconfig                 2.14.2        h14ed4e7_0               conda-forge
  fonts-conda-ecosystem      1             0                        conda-forge
  fonts-conda-forge          1             0                        conda-forge
  fonttools                  4.43.1        py311h459d7ec_0          conda-forge
  freetype                   2.12.1        h267a509_2               conda-forge
  freexl                     2.0.0         h743c826_0               conda-forge
  fsspec                     2023.9.2      pyh1a96a4e_0             conda-forge
  gdal                       3.7.2         py311h815a124_7          conda-forge
  geojson                    3.0.1         pyhd8ed1ab_0             conda-forge
  geopandas                  0.14.0        pyhd8ed1ab_1             conda-forge
  geopandas-base             0.14.0        pyha770c72_1             conda-forge
  geos                       3.12.0        h59595ed_0               conda-forge
  geotiff                    1.7.1         hf074850_14              conda-forge
  gettext                    0.21.1        h27087fc_0               conda-forge
  gflags                     2.2.2         he1b5a44_1004            conda-forge
  giflib                     5.2.1         h0b41bf4_3               conda-forge
  glog                       0.6.0         h6f12383_0               conda-forge
  hdf4                       4.2.15        h2a13503_7               conda-forge
  hdf5                       1.14.2        nompi_h4f84152_100       conda-forge
  icu                        73.2          h59595ed_0               conda-forge
  idna                       3.4           pyhd8ed1ab_0             conda-forge
  importlib-metadata         6.8.0         pyha770c72_0             conda-forge
  importlib_metadata         6.8.0         hd8ed1ab_0               conda-forge
  iniconfig                  2.0.0         pyhd8ed1ab_0             conda-forge
  jinja2                     3.1.2         pyhd8ed1ab_1             conda-forge
  joblib                     1.3.2         pyhd8ed1ab_0             conda-forge
  json-c                     0.17          h7ab15ed_0               conda-forge
  kealib                     1.5.2         hcd42e92_1               conda-forge
  keyutils                   1.6.1         h166bdaf_0               conda-forge
  kiwisolver                 1.4.5         py311h9547e67_1          conda-forge
  krb5                       1.21.2        h659d440_0               conda-forge
  lcms2                      2.15          hb7c19ff_3               conda-forge
  ld_impl_linux-64           2.40          h41732ed_0               conda-forge
  lerc                       4.0.0         h27087fc_0               conda-forge
  libabseil                  20230802.1    cxx17_h59595ed_0         conda-forge
  libaec                     1.1.2         h59595ed_1               conda-forge
  libarchive                 3.7.2         h039dbb9_0               conda-forge
  libarrow                   13.0.0        h4121bdd_9_cpu           conda-forge
  libblas                    3.9.0         18_linux64_openblas      conda-forge
  libboost-headers           1.82.0        ha770c72_6               conda-forge
  libbrotlicommon            1.1.0         hd590300_1               conda-forge
  libbrotlidec               1.1.0         hd590300_1               conda-forge
  libbrotlienc               1.1.0         hd590300_1               conda-forge
  libcblas                   3.9.0         18_linux64_openblas      conda-forge
  libcrc32c                  1.1.2         h9c3ff4c_0               conda-forge
  libcurl                    8.4.0         hca28451_0               conda-forge
  libdeflate                 1.19          hd590300_0               conda-forge
  libedit                    3.1.20191231  he28a2e2_2               conda-forge
  libev                      4.33          h516909a_1               conda-forge
  libevent                   2.1.12        hf998b51_1               conda-forge
  libexpat                   2.5.0         hcb278e6_1               conda-forge
  libffi                     3.4.2         h7f98852_5               conda-forge
  libgcc-ng                  13.2.0        h807b86a_2               conda-forge
  libgdal                    3.7.2         h6f3d308_7               conda-forge
  libgfortran-ng             13.2.0        h69a702a_2               conda-forge
  libgfortran5               13.2.0        ha4646dd_2               conda-forge
  libglib                    2.78.0        hebfc3b9_0               conda-forge
  libgomp                    13.2.0        h807b86a_2               conda-forge
  libgoogle-cloud            2.12.0        h19a6dae_3               conda-forge
  libgrpc                    1.58.1        he06187c_2               conda-forge
  libiconv                   1.17          h166bdaf_0               conda-forge
  libjpeg-turbo              3.0.0         hd590300_1               conda-forge
  libkml                     1.3.0         h01aab08_1018            conda-forge
  liblapack                  3.9.0         18_linux64_openblas      conda-forge
  libnetcdf                  4.9.2         nompi_h80fb2b6_112       conda-forge
  libnghttp2                 1.52.0        h61bc06f_0               conda-forge
  libnsl                     2.0.1         hd590300_0               conda-forge
  libnuma                    2.0.16        h0b41bf4_1               conda-forge
  libopenblas                0.3.24        pthreads_h413a1c8_0      conda-forge
  libpng                     1.6.39        h753d276_0               conda-forge
  libpq                      16.0          hfc447b1_1               conda-forge
  libprotobuf                4.24.3        hf27288f_1               conda-forge
  libre2-11                  2023.06.02    h7a70373_0               conda-forge
  librttopo                  1.1.0         hb58d41b_14              conda-forge
  libspatialindex            1.9.3         h9c3ff4c_4               conda-forge
  libspatialite              5.1.0         h090f1da_0               conda-forge
  libsqlite                  3.43.2        h2797004_0               conda-forge
  libssh2                    1.11.0        h0841786_0               conda-forge
  libstdcxx-ng               13.2.0        h7e041cc_2               conda-forge
  libthrift                  0.19.0        hb90f79a_1               conda-forge
  libtiff                    4.6.0         ha9c0a0a_2               conda-forge
  libutf8proc                2.8.0         h166bdaf_0               conda-forge
  libuuid                    2.38.1        h0b41bf4_0               conda-forge
  libwebp-base               1.3.2         hd590300_0               conda-forge
  libxcb                     1.15          h0b41bf4_0               conda-forge
  libxml2                    2.11.5        h232c23b_1               conda-forge
  libzip                     1.10.1        h2629f0a_3               conda-forge
  libzlib                    1.2.13        hd590300_5               conda-forge
  locket                     1.0.0         pyhd8ed1ab_0             conda-forge
  lz4                        4.3.2         py311h38e4bf4_1          conda-forge
  lz4-c                      1.9.4         hcb278e6_0               conda-forge
  lzo                        2.10          h516909a_1000            conda-forge
  mapclassify                2.6.1         pyhd8ed1ab_0             conda-forge
  markupsafe                 2.1.3         py311h459d7ec_1          conda-forge
  matplotlib-base            3.8.0         py311h54ef318_2          conda-forge
  minizip                    4.0.1         h0ab5242_5               conda-forge
  msgpack-python             1.0.6         py311h9547e67_0          conda-forge
  munch                      4.0.0         pyhd8ed1ab_0             conda-forge
  munkres                    1.1.4         pyh9f0ad1d_0             conda-forge
  ncurses                    6.4           hcb278e6_0               conda-forge
  netcdf4                    1.6.4         nompi_py311he8ad708_103  conda-forge
  networkx                   3.1           pyhd8ed1ab_0             conda-forge
  nspr                       4.35          h27087fc_0               conda-forge
  nss                        3.94          h1d7d5a4_0               conda-forge
  numpy                      1.25.0        py311h64a7726_0          conda-forge
  openjpeg                   2.5.0         h488ebb8_3               conda-forge
  openssl                    3.1.3         hd590300_0               conda-forge
  orc                        1.9.0         h208142c_3               conda-forge
  packaging                  23.2          pyhd8ed1ab_0             conda-forge
  pandas                     2.1.1         py311h320fe9a_1          conda-forge
  partd                      1.4.1         pyhd8ed1ab_0             conda-forge
  pcre2                      10.40         hc3806b6_0               conda-forge
  pillow                     10.1.0        py311ha6c5da5_0          conda-forge
  pint                       0.22          pyhd8ed1ab_1             conda-forge
  pip                        23.3          pyhd8ed1ab_0             conda-forge
  pixman                     0.42.2        h59595ed_0               conda-forge
  pluggy                     1.3.0         pyhd8ed1ab_0             conda-forge
  poppler                    23.10.0       h590f24d_0               conda-forge
  poppler-data               0.4.12        hd8ed1ab_0               conda-forge
  postgresql                 16.0          h8972f4a_1               conda-forge
  proj                       9.3.0         h1d62c97_1               conda-forge
  psutil                     5.9.5         py311h459d7ec_1          conda-forge
  pthread-stubs              0.4           h36c2ea0_1001            conda-forge
  pyarrow                    13.0.0        py311h39c9aba_9_cpu      conda-forge
  pyparsing                  3.1.1         pyhd8ed1ab_0             conda-forge
  pyproj                     3.6.1         py311h1facc83_2          conda-forge
  pysocks                    1.7.1         pyha2e5f31_6             conda-forge
  pytest                     7.4.2         pyhd8ed1ab_0             conda-forge
  python                     3.11.6        hab00c5b_0_cpython       conda-forge
  python-dateutil            2.8.2         pyhd8ed1ab_0             conda-forge
  python-tzdata              2023.3        pyhd8ed1ab_0             conda-forge
  python_abi                 3.11          4_cp311                  conda-forge
  pytz                       2023.3.post1  pyhd8ed1ab_0             conda-forge
  pyyaml                     6.0.1         py311h459d7ec_1          conda-forge
  rdma-core                  28.9          h59595ed_1               conda-forge
  re2                        2023.06.02    h2873b5e_0               conda-forge
  readline                   8.2           h8228510_1               conda-forge
  requests                   2.31.0        pyhd8ed1ab_0             conda-forge
  rtree                      1.0.1         py311h3bb2b0f_3          conda-forge
  s2n                        1.3.54        h06160fa_0               conda-forge
  scikit-learn               1.3.1         py311hc009520_1          conda-forge
  scipy                      1.11.3        py311h64a7726_1          conda-forge
  setuptools                 68.2.2        pyhd8ed1ab_0             conda-forge
  shapely                    2.0.2         py311he06c224_0          conda-forge
  six                        1.16.0        pyh6c4a22f_0             conda-forge
  snappy                     1.1.10        h9fff704_0               conda-forge
  sortedcontainers           2.4.0         pyhd8ed1ab_0             conda-forge
  sqlite                     3.43.2        h2c6b66d_0               conda-forge
  tblib                      2.0.0         pyhd8ed1ab_0             conda-forge
  threadpoolctl              3.2.0         pyha21a80b_0             conda-forge
  tiledb                     2.16.3        h8c794c1_3               conda-forge
  tk                         8.6.13        h2797004_0               conda-forge
  tomli                      2.0.1         pyhd8ed1ab_0             conda-forge
  toolz                      0.12.0        pyhd8ed1ab_0             conda-forge
  tornado                    6.3.3         py311h459d7ec_1          conda-forge
  typing_extensions          4.8.0         pyha770c72_0             conda-forge
  tzcode                     2023c         h0b41bf4_0               conda-forge
  tzdata                     2023c         h71feb2d_0               conda-forge
  ucx                        1.15.0        h64cca9d_0               conda-forge
  uriparser                  0.9.7         hcb278e6_1               conda-forge
  urllib3                    2.0.6         pyhd8ed1ab_0             conda-forge
  wheel                      0.41.2        pyhd8ed1ab_0             conda-forge
  xarray                     2023.9.0      pyhd8ed1ab_0             conda-forge
  xclim                      0.14.0        py_0                     conda-forge
  xerces-c                   3.2.4         hac6953d_3               conda-forge
  xorg-kbproto               1.0.7         h7f98852_1002            conda-forge
  xorg-libice                1.1.1         hd590300_0               conda-forge
  xorg-libsm                 1.2.4         h7391055_0               conda-forge
  xorg-libx11                1.8.7         h8ee46fc_0               conda-forge
  xorg-libxau                1.0.11        hd590300_0               conda-forge
  xorg-libxdmcp              1.1.3         h7f98852_0               conda-forge
  xorg-libxext               1.3.4         h0b41bf4_2               conda-forge
  xorg-libxrender            0.9.11        hd590300_0               conda-forge
  xorg-renderproto           0.11.1        h7f98852_1002            conda-forge
  xorg-xextproto             7.3.0         h0b41bf4_1003            conda-forge
  xorg-xproto                7.0.31        h7f98852_1007            conda-forge
  xyzservices                2023.10.0     pyhd8ed1ab_0             conda-forge
  xz                         5.2.6         h166bdaf_0               conda-forge
  yaml                       0.2.5         h7f98852_2               conda-forge
  zict                       3.0.0         pyhd8ed1ab_0             conda-forge
  zipp                       3.17.0        pyhd8ed1ab_0             conda-forge
  zlib                       1.2.13        hd590300_5               conda-forge
  zstd                       1.5.5         hfc55251_0               conda-forge

Environment info

libmamba version : 1.4.9
     micromamba version : 1.4.9
           curl version : libcurl/7.88.1 OpenSSL/3.1.1 zlib/1.2.13 zstd/1.5.2 libssh2/1.11.0 nghttp2/1.52.0
     libarchive version : libarchive 3.6.2 zlib/1.2.13 bz2lib/1.0.8 libzstd/1.5.2
       envs directories : /home/du23yow/micromamba/envs
          package cache : /home/du23yow/micromamba/pkgs
                          /home/du23yow/.mamba/pkgs
            environment : xclim_test (active)
           env location : /home/du23yow/micromamba/envs/xclim_test
      user config files : /home/du23yow/.mambarc
 populated config files : /home/du23yow/.condarc
       virtual packages : __unix=0=0
                          __linux=4.18.0=0
                          __glibc=2.28=0
                          __archspec=1=x86_64
               channels : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
       base environment : /home/du23yow/micromamba
               platform : linux-64

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.