diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 853af99..04f0b1b 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,5 +1,3 @@ -cdt_name: -- conda channel_sources: - conda-forge channel_targets: diff --git a/README.md b/README.md index 5161682..f9b33df 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,7 @@ Development: https://github.com/diffpy/diffpy.morph/ Documentation: http://diffpy.github.io/diffpy.morph/ -diffpy.morph is a Python software package designed to increase the insight researchers can obtain from comparing 1D signals/functions in a model-independent way. -The program finds the best 'morphs' (e.g. x/y-axis scaling, shifting, Gaussian smearing) to apply to transform one signal to another target signal. -The program was originally designed to help researchers determine whether a phase transition has occurred across two spectral data measured at different temperatures. +diffpy.morph is a Python software package designed to increase the insight researchers can obtain from comparing 1D signals/functions in a model-independent way. The program finds the best 'morphs' (e.g. x/y-axis scaling, shifting, Gaussian smearing) to apply to transform one signal to another target signal. The program was originally designed to help researchers determine whether a phase transition has occurred across two spectral data measured at different temperatures. Current build status @@ -107,12 +105,12 @@ it is possible to build and upload installable packages to the [conda-forge](https://anaconda.org/conda-forge) [anaconda.org](https://anaconda.org/) channel for Linux, Windows and OSX respectively. -To manage the continuous integration and simplify feedstock maintenance +To manage the continuous integration and simplify feedstock maintenance, [conda-smithy](https://github.com/conda-forge/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](https://conda-forge.org/docs/). +For more information, please check the [conda-forge documentation](https://conda-forge.org/docs/). Terminology =========== @@ -139,7 +137,7 @@ merged, the recipe will be re-built and uploaded automatically to the everybody to install and use from the `conda-forge` channel. Note that all branches in the conda-forge/diffpy.morph-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 +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: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d92a35e..7fc3b92 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,18 +1,18 @@ +{% set name = "diffpy.morph" %} +{% set version = "0.3.1" %} {% set python_min = "3.11" %} -{%- set name = "diffpy.morph" -%} -{%- set version = "0.2.0" -%} package: - name: {{ name }} + name: {{ name|lower }} version: {{ version }} source: url: https://pypi.org/packages/source/d/diffpy_morph/diffpy_morph-{{ version }}.tar.gz - sha256: fe3741623877907f2d5b002b36c0bb3086493008f9e97a40509023165ab9af38 + sha256: 91dba06071b8195e936e5fb7e17ae44b1dcd69f3229fbdb805cda2f5575c5f38 build: noarch: python - number: 2 + number: 0 script: {{ PYTHON }} -m pip install --no-deps --ignore-installed . entry_points: - diffpy.morph = diffpy.morph.morphapp:main @@ -54,9 +54,7 @@ about: license_family: BSD license_file: LICENSE.rst description: | - diffpy.morph is a Python software package designed to increase the insight researchers can obtain from comparing 1D signals/functions in a model-independent way. - The program finds the best 'morphs' (e.g. x/y-axis scaling, shifting, Gaussian smearing) to apply to transform one signal to another target signal. - The program was originally designed to help researchers determine whether a phase transition has occurred across two spectral data measured at different temperatures. + diffpy.morph is a Python software package designed to increase the insight researchers can obtain from comparing 1D signals/functions in a model-independent way. The program finds the best 'morphs' (e.g. x/y-axis scaling, shifting, Gaussian smearing) to apply to transform one signal to another target signal. The program was originally designed to help researchers determine whether a phase transition has occurred across two spectral data measured at different temperatures. doc_url: http://diffpy.github.io/diffpy.morph/ dev_url: https://github.com/diffpy/diffpy.morph/