diff --git a/mne-bids-0.15.0.tar.gz b/mne-bids-0.15.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5302090e62c51a33e15e646dca2c18f2692bd22f Binary files /dev/null and b/mne-bids-0.15.0.tar.gz differ diff --git a/mne-bids-0.9.tar.gz b/mne-bids-0.9.tar.gz deleted file mode 100644 index e3023f8eeeba7c6c78c2aace29dafc782a113ad3..0000000000000000000000000000000000000000 Binary files a/mne-bids-0.9.tar.gz and /dev/null differ diff --git a/python-mne-bids.spec b/python-mne-bids.spec index 60267163aa03a122a79cf0b0eb93fa45d0355dd0..ca261c867561c116567887fff7c7886ca435d0fa 100644 --- a/python-mne-bids.spec +++ b/python-mne-bids.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mne-bids -Version: 0.9 +Version: 0.15 Release: 1 Summary: Organizing MEG, EEG, and iEEG data according to the BIDS specification and facilitating their analysis with MNE-Python License: BSD-3-Clause URL: https://github.com/mne-tools/mne-bids -Source0: https://files.pythonhosted.org/packages/a0/f2/1091a5e4e89746105577a8d00bf8ac1063f847f7363d8120a4d1d5d022e5/mne-bids-0.9.tar.gz +Source0: https://files.pythonhosted.org/packages/31/33/6c14b9aefaeeab0fe40925cedb37ceda62cb23fef514e6f498889dd7c44f/mne-bids-0.15.0.tar.gz BuildArch: noarch Requires: python3-mne @@ -27,6 +27,8 @@ Summary: Organizing MEG, EEG, and iEEG data according to the BIDS specification Provides: python-mne-bids BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel %description -n python3-mne-bids MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python. @@ -37,13 +39,13 @@ Provides: python3-mne-bids-doc MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python. %prep -%autosetup -n mne-bids-0.9 +%autosetup -n mne-bids-0.15.0 %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -77,6 +79,39 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 1 2024 zhangyulong - 0.15-1 +- Update package to version 0.15 + -MAINT: remove ref-names from git_archive.txt + -Fix InvalidDistribution: Metadata is required fields: Name, Version. + -read_raw_bids() tries to process task name without checking if a task exists bug + -Allow BIDSPath(check=False) to work for _check_key_val() enhancement + -Fix after switch to hatchling&hatch-vcs: heading in documentation is taking up too much space maint + -Adjust pip install + -MAINT: MNE-Python now uses edfio + -MAINT: update release protocol --> versioning scheme maint + -Add copyright holder to each file, and remove individual authors maint + -FutureWarning: with copy=False --> set default explicity + -Fix BUG: Error when writing calibration for empty-room file + -Fix read_raw_bids can't create events if taskname includes decimal dot + -maint: linters, CIs, packaging metadata code-health maint + -get_entity_vals() does support the 'recording' entity easy enhancement Nice First Contribution Opportunity + -Fix read_raw_bids() messes up the channel order and therefore loading raw fails bug + -read_raw_bids not accepting extra params (clean_names for CTF) API doc enhancement + -Fix doc build failure: pydata-sphinx-theme + -Fix problems with conversion of BTI datasets bug + -MNE-BIDS 0.13 release + -Export to EEGLAB format + -Fix EEGLab bug writing HDF5 persisting in MNE-BIDS bug + -Use Black for formatting maint + -write_raw_bids() cannot handle MaxFiltered data bug + -docs: dropdown menu on main no longer working + -Fix doc build fails: "tut-ieeg-localize" moved bug + -Problem loading mne-bids when MNE 1.0.0 and above is installed + -BIDS sample and value columns will be considered "arbitrary" columns soon + -restrict find_matching_paths to only look outside of derivatives/ Nice First Contribution Opportunity + -Fix command raw_to_bids takes overwrite and line_freq as text and fails for brainvision format bug + -Fix write_raw_bids does not produce a valid SET file bug + * Fri Dec 17 2021 Python_Bot - 0.9-1 - Package Init