Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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.

16 changes: 7 additions & 9 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.0" %}
{% 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
url: https://pypi.org/packages/source/d/diffpy_morph/diffpy_morph-0.3.0.tar.gz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to have the version hard coded instead of templated. I think we want to go back to the templated version.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

sha256: 8c834836f9a3072c0489e9930e3fcfc34dd2b6934f6dd9801bdfdcddb2299307

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