summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make fast forward from 2023.7.0-1HEADarchive/debian/2023.7.0-2masterÉtienne Mollier2023-12-14
|\ | | | | | | [dgit --quilt=gbp]
| * Make fast forward from 2022.11.1-3archive/debian/2023.7.0-1Étienne Mollier2023-08-30
| |\ | | | | | | | | | [dgit --quilt=gbp]
| | * Declare fast forward from 2022.11.1-2archive/debian/2022.11.1-3Étienne Mollier2023-02-03
| | |\ | | | | | | | | | | | | [dgit --quilt=gbp --overwrite]
| | | * Fix autopkgtest errors that were failing due to sklearn changed API and Debian Med Packaging Team2023-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | assignment of multi-dimensiondal array to pandas Author: Mohammed Bilal <mdbilal@disroot.org> Last-Update: 2022-09-09 Gbp-Pq: Name fix-autopkgtest.patch
| | | * Add more tolerance in 3 tests in order to avoid test failures due to floatNilesh Patra2023-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: yes Last-Update: 2021-07-25 point errors on non-amd64 arches Gbp-Pq: Name reduce-precision-in-tests.patch
| | | * python2 to python3 patchDebian Med Packaging Team2023-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: yes =================================================================== Gbp-Pq: Name py2to3test.patch
| | | * q2-sample-classifier (2022.11.1-2) unstable; urgency=mediumAndreas Tille2023-01-24
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Team upload. * Upload to unstable [dgit import unpatched q2-sample-classifier 2022.11.1-2]
| | | | * Import q2-sample-classifier_2022.11.1-2.debian.tar.xzAndreas Tille2023-01-24
| | | | | | | | | | | | | | | | [dgit import tarball q2-sample-classifier 2022.11.1-2 q2-sample-classifier_2022.11.1-2.debian.tar.xz]
| | | * Import q2-sample-classifier_2022.11.1.orig.tar.gzLance Lin2023-01-12
| | | | | | | | | | | | [dgit import orig q2-sample-classifier_2022.11.1.orig.tar.gz]
| | * fix get_feature_names deprecation with sklearn 1.2.1Étienne Mollier2023-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: no Last-Update: 2023-02-02 Since sklearn 1.2.1, autopkgtest are failing due to occurrence of: AttributeError: 'DictVectorizer' object has no attribute 'get_feature_names' This function is replaced by get_feature_names_out. Last-Update: 2023-02-02 Gbp-Pq: Name sklearn-1.2.1.patch
| | * Fix autopkgtest errors that were failing due to sklearn changed API and Debian Med Packaging Team2023-02-03
| | | | | | | | | | | | | | | | | | | | | assignment of multi-dimensiondal array to pandas Author: Mohammed Bilal <mdbilal@disroot.org> Last-Update: 2022-09-09 Gbp-Pq: Name fix-autopkgtest.patch
| | * Add more tolerance in 3 tests in order to avoid test failures due to floatNilesh Patra2023-02-03
| | | | | | | | | | | | | | | | | | | | | | | | Forwarded: yes Last-Update: 2021-07-25 point errors on non-amd64 arches Gbp-Pq: Name reduce-precision-in-tests.patch
| | * python2 to python3 patchDebian Med Packaging Team2023-02-03
| | | | | | | | | | | | | | | | | | | | | Forwarded: yes =================================================================== Gbp-Pq: Name py2to3test.patch
| * | fix use of obsolete base_estimator AdaBoost attributeÉtienne Mollier2023-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: https://github.com/qiime2/q2-sample-classifier/issues/227 Last-Update: 2023-08-30 The AdaBoostRegressor base_estimator attribute has been renamed "estimator" in scikit 1.2 onwards. Last-Update: 2023-08-30 Gbp-Pq: Name convert-estimator.patch
| * | fix get_feature_names deprecation with sklearn 1.2.1Étienne Mollier2023-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: https://github.com/qiime2/q2-sample-classifier/issues/227 Last-Update: 2023-02-02 Since sklearn 1.2.1, autopkgtest are failing due to occurrence of: AttributeError: 'DictVectorizer' object has no attribute 'get_feature_names' This function is replaced by get_feature_names_out. Last-Update: 2023-02-02 Gbp-Pq: Name sklearn-1.2.1.patch
| * | Fix autopkgtest errors that were failing due to sklearn changed API and Debian Med Packaging Team2023-08-30
| | | | | | | | | | | | | | | | | | | | | assignment of multi-dimensiondal array to pandas Author: Mohammed Bilal <mdbilal@disroot.org> Last-Update: 2022-09-09 Gbp-Pq: Name fix-autopkgtest.patch
| * | Add more tolerance in 3 tests in order to avoid test failures due to floatNilesh Patra2023-08-30
| | | | | | | | | | | | | | | | | | | | | | | | Forwarded: yes Last-Update: 2021-07-25 point errors on non-amd64 arches Gbp-Pq: Name reduce-precision-in-tests.patch
| * | python2 to python3 patchDebian Med Packaging Team2023-08-30
| | | | | | | | | | | | | | | | | | | | | Forwarded: yes =================================================================== Gbp-Pq: Name py2to3test.patch
* | | fix versioneer.py for python3.12.Étienne Mollier2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058220 Forwarded: https://github.com/qiime2/q2-sample-classifier/pull/229 Last-Update: 2023-12-14 This probably ought to be fully refreshed, but the change is sufficient for the Python 3.12 version bump. Last-Update: 2023-12-14 Gbp-Pq: Name python3.12.patch
* | | fix use of obsolete base_estimator AdaBoost attributeÉtienne Mollier2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: https://github.com/qiime2/q2-sample-classifier/issues/227 Last-Update: 2023-08-30 The AdaBoostRegressor base_estimator attribute has been renamed "estimator" in scikit 1.2 onwards. Last-Update: 2023-08-30 Gbp-Pq: Name convert-estimator.patch
* | | fix get_feature_names deprecation with sklearn 1.2.1Étienne Mollier2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: https://github.com/qiime2/q2-sample-classifier/issues/227 Last-Update: 2023-02-02 Since sklearn 1.2.1, autopkgtest are failing due to occurrence of: AttributeError: 'DictVectorizer' object has no attribute 'get_feature_names' This function is replaced by get_feature_names_out. Last-Update: 2023-02-02 Gbp-Pq: Name sklearn-1.2.1.patch
* | | Fix autopkgtest errors that were failing due to sklearn changed API and Debian Med Packaging Team2023-12-14
| | | | | | | | | | | | | | | | | | | | | assignment of multi-dimensiondal array to pandas Author: Mohammed Bilal <mdbilal@disroot.org> Last-Update: 2022-09-09 Gbp-Pq: Name fix-autopkgtest.patch
* | | Add more tolerance in 3 tests in order to avoid test failures due to floatNilesh Patra2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | Forwarded: yes Last-Update: 2021-07-25 point errors on non-amd64 arches Gbp-Pq: Name reduce-precision-in-tests.patch
* | | python2 to python3 patchDebian Med Packaging Team2023-12-14
| | | | | | | | | | | | | | | | | | | | | Forwarded: yes =================================================================== Gbp-Pq: Name py2to3test.patch
* | | ready to upload to unstable.debian/2023.7.0-2Étienne Mollier2023-12-14
| | |
* | | python3.12.patch: new: port versioneer.py.Étienne Mollier2023-12-14
|/ / | | | | | | Closes: #1058220
* | ready to upload to unstable.debian/2023.7.0-1Étienne Mollier2023-08-30
| |
* | sklearn-1.2.1.patch: forwarded upstream.Étienne Mollier2023-08-30
| |
* | convert-estimator.patch: new: fix autopkgtest failure.Étienne Mollier2023-08-30
| |
* | d/changelog: update + todo item.Étienne Mollier2023-08-20
| |
* | sklearn-1.2.1.patch: refresh.Étienne Mollier2023-08-18
| |
* | fix-autopkgtest.patch: refresh.Étienne Mollier2023-08-18
| |
* | reduce-precision-in-tests.patch: refresh.Étienne Mollier2023-08-18
| |
* | Update upstream source from tag 'upstream/2023.7.0'Étienne Mollier2023-08-18
|\ \ | | | | | | | | | Update to upstream version '2023.7.0' with Debian dir 2618fa743e02c15eb038e44b557f7fb8e48e78c3
| * | New upstream version 2023.7.0Étienne Mollier2023-08-18
| | |
* | | routine-update: New upstream versionÉtienne Mollier2023-08-18
| |/ |/|
* | d/control: add myself to uploaders.debian/2022.11.1-3Étienne Mollier2023-02-03
| |
* | ready to upload to unstableÉtienne Mollier2023-02-03
| |
* | sklearn-1.2.1.patch: add; fix test failures past sklearn 1.2Étienne Mollier2023-02-03
| |
* | reduce-precision-in-tests.patch: unfuzz.Étienne Mollier2023-02-02
| |
* | Upload to unstableAndreas Tille2023-01-24
| |
* | Upload to experimentalAndreas Tille2023-01-13
| |
* | Depends: python3-sklearnAndreas Tille2023-01-13
| |
* | Bump versioned DependsAndreas Tille2023-01-13
| |
* | Update to new upstream version 2022.11.1Lance Lin2023-01-12
| |
* | Add Forwarded fieldsLance Lin2023-01-12
| |
* | Update debian copyright year to 2023Lance Lin2023-01-12
| |
* | routine-update: Ready to upload to unstableLance Lin2023-01-12
| |
* | routine-update: Standards-Version: 4.6.2Lance Lin2023-01-12
| |
* | Update upstream source from tag 'upstream/2022.11.1'Lance Lin2023-01-12
|\| | | | | | | Update to upstream version '2022.11.1' with Debian dir 9e022d241b44eeae2d008bc7a82a23852358e852