1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
imbalanced-learn (0.10.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.6.2 (routine-update)
* Source is Section: science, binary package Section: python
-- Andreas Tille <tille@debian.org> Fri, 27 Jan 2023 14:50:02 +0100
imbalanced-learn (0.9.1-2) unstable; urgency=medium
* Team upload.
* d/{,t/}control: declare versioned dependency on pytest 7.
The autopkgtest suite reveals the new upstream version of imbalanced-learn
cannot migrate before pytest 7 because the new smoke test crashes with the
old pytest 6.
-- Étienne Mollier <emollier@debian.org> Mon, 04 Jul 2022 23:01:38 +0200
imbalanced-learn (0.9.1-1) unstable; urgency=medium
* Team upload.
* New upstream version (Closes: #1011858)
* Standards-Version: 4.6.1 (routine-update)
* d/t/python3: set a dummy home directory for running tests.
-- Étienne Mollier <emollier@debian.org> Sun, 03 Jul 2022 19:04:07 +0200
imbalanced-learn (0.9.0-1) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Andreas Tille ]
* Move package to Debian Med team
* cme fix dpkg-control
* Add salsa-ci file (routine-update)
[ Christian Kastner ]
* New upstream version 0.9.0. (Closes: #999515)
* Drop obsolete patches
* Update Build-Depends and Depends
-- Christian Kastner <ckk@debian.org> Sun, 06 Feb 2022 13:00:27 +0100
imbalanced-learn (0.7.0-6) unstable; urgency=medium
* autopkgtest: Address stderr output. (Closes: #974088, #976417)
-- Christian Kastner <ckk@debian.org> Sat, 05 Dec 2020 14:57:22 +0100
imbalanced-learn (0.7.0-5) unstable; urgency=medium
* autopkgtest: Mark test "import" as superficial
* autopkgtest: Skip failing test on armhf. Triggered by a known issue with
scikit-learn on armhf. (Closes: #971540)
-- Christian Kastner <ckk@debian.org> Sun, 04 Oct 2020 22:48:37 +0200
imbalanced-learn (0.7.0-4) unstable; urgency=medium
* Add Switch-to-new-scikit-learn-parse_version.patch
Fixes autopkgtest failure
* Bump python3-sklearn dependency to 0.23.2
-- Christian Kastner <ckk@debian.org> Mon, 17 Aug 2020 15:49:34 +0200
imbalanced-learn (0.7.0-3) unstable; urgency=medium
* Add autopkgtest for full upstream test suite
* Use variables from /usr/share/dpkg/architecture.mk
* Skip one flaky test for now, resolves a FTBFS
-- Christian Kastner <ckk@debian.org> Sun, 16 Aug 2020 20:01:16 +0200
imbalanced-learn (0.7.0-2) unstable; urgency=medium
* Previous version accidentally contained binaries; re-upload source-only
-- Christian Kastner <ckk@debian.org> Sun, 16 Aug 2020 10:50:57 +0200
imbalanced-learn (0.7.0-1) unstable; urgency=medium
* New upstream release.
* Bump python3-sklearn Build-Depends to 0.23
-- Christian Kastner <ckk@debian.org> Sat, 15 Aug 2020 10:37:12 +0200
imbalanced-learn (0.6.2-1) unstable; urgency=medium
* New upstream version 0.6.2
* Refresh patches
* Drop patch FIX-modify-regex-... (included upstream)
* Add Rules-Requires-Root: no
* Add myself to uploaders
* Switch from d/compat -> 12 to debhelper-compat (= 12)
* Bump Standards-Version to 4.5.0
* Fix d/watch
-- Christian Kastner <ckk@debian.org> Mon, 20 Jan 2020 21:27:00 +0100
imbalanced-learn (0.4.3-1) unstable; urgency=medium
* New upstream version 0.4.3 (Closes: #912456)
* d/control: Bump Depends and Build-Depends version of sklearn to >= 0.20
* d/control: Bump standards version to 4.3.0; no changes needed
* Bump debhelper and compat version to 12; no changes needed
* d/rules: Disable testsuite on i386 architecture
+ See https://github.com/scikit-learn-contrib/imbalanced-learn/issues/527
* d/patches: Drop unnecessary debian patch for python3 builds
* d/patches: Update doctest string represention of floats patch
* autopkgtest: Fix hashbang on import test
-- Aggelos Avgerinos <evaggelos.avgerinos@gmail.com> Mon, 18 Feb 2019 13:01:03 +0200
imbalanced-learn (0.3.3-1) unstable; urgency=medium
* Initial release (Closes: #893055)
* d/patches: Fix build to build only for Python3
* d/patches: Fix float string representation in tests
-- Aggelos Avgerinos <evaggelos.avgerinos@gmail.com> Fri, 13 Jul 2018 15:45:18 +0300
|