@@ -6,6 +6,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ## [ 0.16.0] - 2023-05-31
10+
11+ ### Added
12+ - ` genomepy search ` now accepts the ` --exact ` flag
13+ - ` genomepy.Annotation.attributes() ` returns a list of all attributes from the GTF attributes column.
14+ - e.g. gene_name, gene_version
15+ - nice to use with ` genomepy.Annotation.from_attributes() ` or ` genomepy.Annotation.gtf_dict() `
16+ - When installing assemblies from older Ensembl release versions, a clearer error message is given if assembly cannot be found:
17+ - if the release does not exist, options will be given
18+ - if the assembly does not exist on the release version, all available options are given
19+ - if the URL to the genome or annotation files is incorrect, the error message stays the same
20+ - new config option: ` ucsc_mirror ` , options: ` eu ` or ` us ` .
21+ - the mirror should only affect download speed
22+ - can be nice if the other mirror is down!
23+
24+ ### Changed
25+ - function ` get_division ` is now a class method of EnsemblProvider
26+ - EnsemblProvider class methods ` get_division ` and ` get_version ` now require an assembly name.
27+ - UCSC data is now downloaded over HTTPS instead of HTTP
28+
29+ ### Fixed
30+ - ` genomepy.install() ` now returns a ` Genome ` instance with updated annotation attributes.
31+ - now ignoring ~ 1600 assemblies from the Ensembl database with incorrect metadata
32+ - no easy way to retrieve this data
33+
934## [ 0.15.0] - 2023-02-28
1035
1136### Added
@@ -448,6 +473,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
448473- Added ` -r ` and ` --match/--no-match ` option to select sequences by regex.
449474
450475[ Unreleased ] : https://github.com/vanheeringen-lab/genomepy/compare/master...develop
476+ [ 0.16.0 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.15.0...0.16.0
451477[ 0.15.0 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.14.0...0.15.0
452478[ 0.14.0 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.13.1...0.14.0
453479[ 0.13.1 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.13.0...0.13.1
0 commit comments