Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
Expand Down
10 changes: 4 additions & 6 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/

Expand Down