Skip to content

Commit 6fa8514

Browse files
authored
Merge pull request #3 from Sparks29032/0.3.0
Version 0.3.1
2 parents 419d8c4 + c1e9b33 commit 6fa8514

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

.ci_support/linux_64_.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cdt_name:
2-
- conda
31
channel_sources:
42
- conda-forge
53
channel_targets:

README.md

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1+
{% set name = "diffpy.morph" %}
2+
{% set version = "0.3.1" %}
13
{% set python_min = "3.11" %}
2-
{%- set name = "diffpy.morph" -%}
3-
{%- set version = "0.2.0" -%}
44

55
package:
6-
name: {{ name }}
6+
name: {{ name|lower }}
77
version: {{ version }}
88

99
source:
1010
url: https://pypi.org/packages/source/d/diffpy_morph/diffpy_morph-{{ version }}.tar.gz
11-
sha256: fe3741623877907f2d5b002b36c0bb3086493008f9e97a40509023165ab9af38
11+
sha256: 91dba06071b8195e936e5fb7e17ae44b1dcd69f3229fbdb805cda2f5575c5f38
1212

1313
build:
1414
noarch: python
15-
number: 2
15+
number: 0
1616
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed .
1717
entry_points:
1818
- diffpy.morph = diffpy.morph.morphapp:main
@@ -54,9 +54,7 @@ about:
5454
license_family: BSD
5555
license_file: LICENSE.rst
5656
description: |
57-
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.
58-
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.
59-
The program was originally designed to help researchers determine whether a phase transition has occurred across two spectral data measured at different temperatures.
57+
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.
6058
doc_url: http://diffpy.github.io/diffpy.morph/
6159
dev_url: https://github.com/diffpy/diffpy.morph/
6260

0 commit comments

Comments
 (0)