[med-svn] [Git][med-team/q2templates][upstream] New upstream version 2024.5.0+ds
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Tue Jun 25 02:02:45 BST 2024
Michael R. Crusoe pushed to branch upstream at Debian Med / q2templates
Commits:
c25df038 by Michael R. Crusoe at 2024-06-25T02:56:45+02:00
New upstream version 2024.5.0+ds
- - - - -
2 changed files:
- q2templates/_version.py
- q2templates/util.py
Changes:
=====================================
q2templates/_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: 2024.2.0, Release-2024.2)"
- git_full = "2b88ef1ed21f48dbf45203a768442166679f258f"
- git_date = "2024-02-16 21:55:12 +0000"
+ git_refnames = " (tag: 2024.5.0, Release-2024.5)"
+ git_full = "6ce2072be0d2e0d9f75fcbd40572302773c14a98"
+ git_date = "2024-05-29 04:19:47 +0000"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
=====================================
q2templates/util.py
=====================================
@@ -43,7 +43,7 @@ def df_to_html(df, border="0", classes=('table', 'table-striped',
.. [2] https://github.com/pandas-dev/pandas/issues/1852
"""
- with pd.option_context('display.max_colwidth', -1):
+ with pd.option_context('display.max_colwidth', None):
return df.to_html(border=border, classes=classes, **kwargs)
View it on GitLab: https://salsa.debian.org/med-team/q2templates/-/commit/c25df038a8c2c6c161194956aca350e04ab1e6a7
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/q2templates/-/commit/c25df038a8c2c6c161194956aca350e04ab1e6a7
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/20240625/c891e574/attachment-0001.htm>
More information about the debian-med-commit
mailing list