Skip to content

Commit 7cb0e88

Browse files
committed
Patch bump
1 parent 8ed276c commit 7cb0e88

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Diff for: CHANGES.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Release notes
22

3-
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.6.3...HEAD)
3+
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.6.4...HEAD)
4+
5+
## [v0.6.4](https://github.com/open2c/bioframe/compare/v0.6.3...v0.6.4)
6+
Date 2024-04-06
7+
8+
Maintenance:
9+
* Migrate from setuptools `pkg_resources` to `importlib.resources` by @nvictus in https://github.com/open2c/bioframe/pull/194
10+
* Use `importlib.metadata` for versioning by @nvictus in https://github.com/open2c/bioframe/pull/195
11+
12+
Bug fixes:
13+
* Overlap point segment patch #183 by @smitkadvani in https://github.com/open2c/bioframe/pull/184
14+
* #167: Replaced np.int with int as the attribute is deprecated by numpy by @harshit148 in https://github.com/open2c/bioframe/pull/192
15+
16+
New Contributors:
17+
* @harshit148 made a first contribution in https://github.com/open2c/bioframe/pull/192
18+
19+
**Full Changelog**: https://github.com/open2c/bioframe/compare/v0.6.3...v0.6.4
420

521
## [v0.6.3](https://github.com/open2c/bioframe/compare/v0.6.2...v0.6.3)
622
Date 2024-03-11

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bioframe"
7-
version = "0.6.3"
7+
version = "0.6.4"
88
description = "Operations and utilities for Genomic Interval Dataframes."
99
license = {text = "MIT"}
1010
authors = [

0 commit comments

Comments
 (0)