Skip to content

Commit

Permalink
Test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Standage committed Nov 21, 2022
1 parent ad322e6 commit d7584b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.8.1] 2022-11-21

### Fixed
- Bundling of files used for automated test suite.


## [0.8] 2022-11-21

### Added
Expand All @@ -13,11 +19,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- 22 marker definitions from Fan et al 2022 (see #97).
- New sphinx-based documentation suite hosted on ReadTheDocs.org (see #101).

## Changed
### Changed
- Minor improvements to database build and corresponding documentation (see #88).
- Major overhaul of the Python API (see #99).

## Fixed
### Fixed
- Bug with dereferencing IDs and ID cross-references (see #99, #100).


Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include versioneer.py
include microhapdb/_version.py
include microhapdb/data/*.tsv
include microhapdb/data/tests/*
include microhapdb/tests/data/*

0 comments on commit d7584b4

Please sign in to comment.