Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

music21 v9.3.0 #12

Merged
merged 5 commits into from
Oct 30, 2024
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
9 changes: 4 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

25 changes: 23 additions & 2 deletions .gitignore

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

26 changes: 18 additions & 8 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion README.md

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

29 changes: 27 additions & 2 deletions azure-pipelines.yml

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

14 changes: 9 additions & 5 deletions build-locally.py

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

15 changes: 8 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "music21" %}
{% set version = "9.1.0" %}
{% set version = "9.3.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 6c61425c7af5bf54e120afebabcffdb22be32620b0ea22b0d8e36ac5eafaefc8
sha256: 0cf4c67da2062ec164037280580d51ed06b58e84f78afc8d00f088c2bff74f4a

build:
noarch: python
Expand All @@ -26,7 +26,7 @@ requirements:
- jsonpickle
- matplotlib-base
- more-itertools
- numpy
- numpy <2.0.0
- requests
- webcolors >=1.5

Expand All @@ -43,10 +43,11 @@ about:
license_file: music21/license.txt
summary: A Toolkit for Computer-Aided Musical Analysis.
description: |
A Toolkit for Computer-Aided Musical Analysis.
Developed by cuthbertLab, Michael Scott Cuthbert (Associate Professor, MIT), Principal Investigator.
The development of music21 is supported by the generosity of the Seaver Institute and the NEH.
doc_url: https://web.mit.edu/music21/doc/index.html
People use music21 to answer questions from musicology using computers,
to study large datasets of music, to generate musical examples, to teach
fundamentals of music theory, to edit musical notation, study music and
the brain, and to compose music (both algorithmically and directly).
doc_url: https://www.music21.org/music21docs/
dev_url: https://github.com/cuthbertLab/music21

extra:
Expand Down