[med-svn] [Git][med-team/q2-taxa][master] 3 commits: New upstream version 2019.10.0
Liubov Chuprikova
gitlab at salsa.debian.org
Sun Dec 29 21:20:06 GMT 2019
Liubov Chuprikova pushed to branch master at Debian Med / q2-taxa
Commits:
5aec2436 by Liubov Chuprikova at 2019-12-29T21:18:25Z
New upstream version 2019.10.0
- - - - -
d85b392c by Liubov Chuprikova at 2019-12-29T21:18:26Z
Update upstream source from tag 'upstream/2019.10.0'
Update to upstream version '2019.10.0'
with Debian dir 80da01ae9484594be63f0a8de07817c60f63b2f3
- - - - -
28853630 by Liubov Chuprikova at 2019-12-29T21:19:26Z
New upstream version
- - - - -
3 changed files:
- debian/changelog
- q2_taxa/_version.py
- q2_taxa/_visualizer.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,10 @@
-q2-taxa (2019.7.0-1) UNRELEASED; urgency=medium
+q2-taxa (2019.10.0-1) UNRELEASED; urgency=medium
* New upstream version
* debhelper-compat 12
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- * Specify the required version of qiime2 and plugins
- -- Liubov Chuprikova <chuprikovalv at gmail.com> Sat, 07 Sep 2019 14:39:31 +0200
+ -- Liubov Chuprikova <chuprikovalv at gmail.com> Mon, 30 Dec 2019 00:18:52 +0300
q2-taxa (2019.4.0-1) unstable; urgency=medium
=====================================
q2_taxa/_version.py
=====================================
@@ -23,9 +23,9 @@ def get_keywords():
# setup.py/versioneer.py will grep for the variable names, so they must
# each be defined on a line of their own. _version.py will just call
# get_keywords().
- git_refnames = " (tag: 2019.7.0)"
- git_full = "bc018fe8540f9f0fb4f4cf6729d840a53f5d8c31"
- git_date = "2019-07-30 18:15:55 +0000"
+ git_refnames = " (tag: 2019.10.0)"
+ git_full = "32a88e36b612e5a6b9fa1239076096e91b7ffae1"
+ git_date = "2019-11-01 01:04:24 +0000"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
=====================================
q2_taxa/_visualizer.py
=====================================
@@ -26,7 +26,7 @@ def barplot(output_dir: str, table: pd.DataFrame, taxonomy: pd.Series,
metadata: Metadata) -> None:
ids_not_in_metadata = set(table.index) - set(metadata.ids)
if ids_not_in_metadata:
- raise ValueError('Feature IDs found in the table are missing in the '
+ raise ValueError('Sample IDs found in the table are missing in the '
f'metadata: {ids_not_in_metadata!r}.')
metadata = metadata.to_dataframe()
View it on GitLab: https://salsa.debian.org/med-team/q2-taxa/compare/d32fedc8f22da3ed440a5d5920dfda2a11bfc956...288536309116f761ea15325741dc77a4b4dba870
--
View it on GitLab: https://salsa.debian.org/med-team/q2-taxa/compare/d32fedc8f22da3ed440a5d5920dfda2a11bfc956...288536309116f761ea15325741dc77a4b4dba870
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191229/a9a10db6/attachment-0001.html>
More information about the debian-med-commit
mailing list