Skip to content

Commit

Permalink
Release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jun 26, 2024
1 parent 74c7d63 commit 322ee9b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.7...HEAD
[Unreleased]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.8...HEAD

## [Release]

## [1.1.8] - 2024-06-26
[1.1.8]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.7...v1.1.8

### Added

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

### Fixed
- hetero atom bug introduced by Ruff (c044a158)

## [Release]


- MacOS CI/CD bug connected to Foldcomp binary

## [1.1.7] - 2024-06-10
[1.1.7]: https://github.com/bioinf-MCB/Metagenomic-DeepFRI/compare/v1.1.6...v1.1.7
Expand Down
2 changes: 1 addition & 1 deletion mDeepFRI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from mDeepFRI.mmseqs import QueryFile

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

Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ exclude = [
"tests/",
"docs/"
]

[tool.pytest.ini_options]
addopts = "--ignore=boost_1_81_0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zip_safe = false
packages = mDeepFRI
python_requires = >=3.11
setup_requires =
setuptools >=58.2
setuptools >=59.8
cython ~=3.0
archspec ~=0.2.0
install_requires =
Expand Down

0 comments on commit 322ee9b

Please sign in to comment.