Skip to content

Commit 2b81a01

Browse files
authored
REL: denote 2.1.17 (#997)
* Denote version in changelog * Denote version in util * Denote version in doc config
1 parent d3df9ac commit 2b81a01

3 files changed

Lines changed: 13 additions & 10 deletions

File tree

ChangeLog.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
BIOM-Format ChangeLog
22
=====================
33

4-
biom-2.1.16-dev
5-
---------------
6-
7-
Performance improvements:
4+
biom-2.1.17
5+
-----------
86

9-
* Decreased execution time of `import biom` by half with lazy imports. See PR[#987](https://github.com/biocore/biom-format/pull/987)
7+
Maintenance and build release, July 10th 2025.
108

11-
Maintenance:
9+
General Maintenance:
1210

1311
* Python 3.7 and 3.8 removed from CI as they are [end-of-life](https://devguide.python.org/versions/). Python 3.13 added to CI. See PR[#986](https://github.com/biocore/biom-format/pull/986).
12+
* Construct wheels for pypi, see PR[#996](https://github.com/biocore/biom-format/pull/996)
13+
14+
Performance improvements:
15+
16+
* Decreased execution time of `import biom` by half with lazy imports. See PR[#987](https://github.com/biocore/biom-format/pull/987)
1417

1518
biom 2.1.16
1619
-----------

biom/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
__maintainer__ = "Daniel McDonald"
4242
__email__ = "daniel.mcdonald@colorado.edu"
4343
__format_version__ = (2, 1)
44-
__version__ = "2.1.16-dev"
44+
__version__ = "2.1.17"
4545

4646

4747
def generate_subsamples(table, n, axis='sample', by_id=False):

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757

5858
# General information about the project.
5959
project = 'biom-format'
60-
copyright = '2011-2024 The BIOM Format Development Team'
60+
copyright = '2011-2025 The BIOM Format Development Team'
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
6464
# built documents.
6565
#
6666
# The full version, including alpha/beta/rc tags.
67-
version = "2.1.16-dev"
68-
release = "2.1.16-dev"
67+
version = "2.1.17"
68+
release = "2.1.17"
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

0 commit comments

Comments
 (0)