Skip to content

Commit dca6ce7

Browse files
committed
Release v1.1.8
1 parent 4d62b64 commit dca6ce7

File tree

5 files changed

+42
-50
lines changed

5 files changed

+42
-50
lines changed

.github/workflows/release.yml

Lines changed: 32 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -6,52 +6,48 @@ on:
66
- v*
77

88
jobs:
9-
wheel-linux-aarch64:
10-
name: Build Linux wheels (Aarch64)
11-
runs-on: ubuntu-20.04
12-
strategy:
13-
matrix:
14-
python-tag:
15-
- cp38-manylinux_aarch64
16-
- cp39-manylinux_aarch64
17-
- cp310-manylinux_aarch64
18-
- cp311-manylinux_aarch64
19-
- cp312-manylinux_aarch64
20-
steps:
21-
- uses: actions/checkout@v4
22-
- name: Set up QEMU
23-
id: qemu
24-
uses: docker/setup-qemu-action@v2
25-
with:
26-
platforms: all
27-
- name: Build manylinux wheels
28-
uses: pypa/cibuildwheel@v2.18.1
29-
env:
30-
CIBW_ARCHS: aarch64
31-
CIBW_BUILD: ${{ matrix.python-tag }}
32-
CIBW_BEFORE_ALL: yum install -y bzip2-devel xz-devel
33-
CIBW_BEFORE_BUILD: pip install cython
34-
CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv
35-
CIBW_BUILD_VERBOSITY: 2
36-
CIBW_TEST_REQUIRES: importlib-resources
37-
with:
38-
output-dir: dist
39-
- uses: actions/upload-artifact@v3
40-
with:
41-
name: wheels
42-
path: dist/*
9+
# wheel-linux-aarch64:
10+
# name: Build Linux wheels (Aarch64)
11+
# runs-on: ubuntu-20.04
12+
# strategy:
13+
# matrix:
14+
# python-tag:
15+
# - cp39-manylinux_aarch64
16+
# - cp310-manylinux_aarch64
17+
# - cp311-manylinux_aarch64
18+
# steps:
19+
# - uses: actions/checkout@v4
20+
# - name: Set up QEMU
21+
# id: qemu
22+
# uses: docker/setup-qemu-action@v2
23+
# with:
24+
# platforms: all
25+
# - name: Build manylinux wheels
26+
# uses: pypa/cibuildwheel@v2.18.1
27+
# env:
28+
# CIBW_ARCHS: aarch64
29+
# CIBW_BUILD: ${{ matrix.python-tag }}
30+
# CIBW_BEFORE_ALL: yum install -y bzip2-devel xz-devel
31+
# CIBW_BEFORE_BUILD: pip install cython
32+
# CIBW_TEST_COMMAND: python -m unittest mDeepFRI.tests -vv
33+
# CIBW_BUILD_VERBOSITY: 2
34+
# CIBW_TEST_REQUIRES: importlib-resources
35+
# with:
36+
# output-dir: dist
37+
# - uses: actions/upload-artifact@v3
38+
# with:
39+
# name: wheels
40+
# path: dist/*
4341

4442
wheel-linux-x86_64:
4543
name: Build Linux wheels (x86-64)
4644
runs-on: ubuntu-20.04
4745
strategy:
4846
matrix:
4947
python-tag:
50-
- cp38-manylinux_x86_64
5148
- cp39-manylinux_x86_64
5249
- cp310-manylinux_x86_64
5350
- cp311-manylinux_x86_64
54-
- cp312-manylinux_x86_64
5551
steps:
5652
- uses: actions/checkout@v4
5753
- name: Build manylinux wheels
@@ -77,11 +73,9 @@ jobs:
7773
strategy:
7874
matrix:
7975
python-tag:
80-
- cp38-macosx_x86_64
8176
- cp39-macosx_x86_64
8277
- cp310-macosx_x86_64
8378
- cp311-macosx_x86_64
84-
- cp312-macosx_x86_64
8579
steps:
8680
- uses: actions/checkout@v4
8781
- name: Build manylinux wheels
@@ -106,11 +100,9 @@ jobs:
106100
strategy:
107101
matrix:
108102
python-tag:
109-
- cp38-macosx_arm64
110103
- cp39-macosx_arm64
111104
- cp310-macosx_arm64
112105
- cp311-macosx_arm64
113-
- cp312-macosx_arm64
114106
steps:
115107
- uses: actions/checkout@v4
116108
- name: Build manylinux wheels
@@ -178,7 +170,6 @@ jobs:
178170
needs:
179171
- sdist
180172
- test-sdist
181-
- wheel-linux-aarch64
182173
- wheel-linux-x86_64
183174
- wheel-macos-x86_64
184175
- wheel-macos-aarch64

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
[Unreleased]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.7...HEAD
8+
[Unreleased]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.8...HEAD
9+
10+
## [Release]
11+
12+
## [1.1.8] - 2024-06-26
13+
[1.1.8]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.7...v1.1.8
914

1015
### Added
1116

@@ -15,10 +20,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1520

1621
### Fixed
1722
- hetero atom bug introduced by Ruff (c044a158)
18-
19-
## [Release]
20-
21-
23+
- MacOS CI/CD bug connected to Foldcomp binary
2224

2325
## [1.1.7] - 2024-06-10
2426
[1.1.7]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.6...v1.1.7

mDeepFRI/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from mDeepFRI.mmseqs import QueryFile
44

5-
__version__ = "1.1.7"
5+
__version__ = "1.1.8"
66
__author__ = "Valentyn Bezshapkin <valentyn.bezshapkin@micro.biol.ethz.ch>"
77
__licencse__ = "BSD-3-Clause"
88

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project_urls =
2727
[options]
2828
zip_safe = false
2929
packages = mDeepFRI
30-
python_requires = >=3.8
30+
python_requires = >=3.9, <3.12
3131
setup_requires =
3232
setuptools >=46.0
3333
cython ~=3.0

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ def run(self):
289289
packages=find_packages(),
290290
package_data={
291291
"foldcomp": ["foldcomp_bin"],
292-
"mmseqs": ["mmseqs"],
293-
"test_data": ["mDeepFRI/tests/data"]
292+
"mmseqs": ["mmseqs"]
294293
},
295294
)

0 commit comments

Comments
 (0)