From f2f632047ae2bd50cdbdbf8d9fc39cbc18121049 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 26 Apr 2022 17:57:00 +0200 Subject: [PATCH] remove deprecated packages [skip ci] --- conda/meta.yaml | 6 ------ doc/index.rst | 6 ------ doc/install.rst | 4 ++-- doc/packages.rst | 20 ++------------------ doc/readme_index.rst | 6 ------ packages.txt | 6 ------ 6 files changed, 4 insertions(+), 44 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 4a3f450..5bd90ab 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -23,15 +23,9 @@ requirements: - bob.io.base - bob.math - bob.measure - - bob.io.image - - bob.db.base - bob.sp - bob.ap - - bob.ip.base - - bob.ip.color - - bob.ip.gabor - bob.learn.em - - bob.db.atnt - gridtk - bob.pipelines - bob.bio.base diff --git a/doc/index.rst b/doc/index.rst index 54552f7..b1cf218 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -40,18 +40,12 @@ Index of all packages bob.bio.video <bob/bob.bio.video/doc/index.rst> bob.blitz <bob/bob.blitz/doc/index.rst> bob.core <bob/bob.core/doc/index.rst> - bob.db.atnt <bob/bob.db.atnt/doc/index.rst> - bob.db.base <bob/bob.db.base/doc/index.rst> bob.devtools <bob/bob.devtools/doc/index.rst> bob.extension <bob/bob.extension/doc/index.rst> bob.fusion.base <bob/bob.fusion.base/doc/index.rst> bob.io.base <bob/bob.io.base/doc/index.rst> - bob.io.image <bob/bob.io.image/doc/index.rst> bob.io.stream <bob/bob.io.stream/doc/index.rst> - bob.ip.base <bob/bob.ip.base/doc/index.rst> bob.ip.binseg <bob/bob.ip.binseg/doc/index.rst> - bob.ip.color <bob/bob.ip.color/doc/index.rst> - bob.ip.gabor <bob/bob.ip.gabor/doc/index.rst> bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/doc/index.rst> bob.ip.stereo <bob/bob.ip.stereo/doc/index.rst> bob.learn.em <bob/bob.learn.em/doc/index.rst> diff --git a/doc/install.rst b/doc/install.rst index fdee951..8a20820 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -27,13 +27,13 @@ Bob package. Bob does not work on Windows. $ conda config --set show_channel_urls True #. Create an environment with the specific Bob packages that you need. For - example if you want to install ``bob.io.image`` and ``bob.bio.face``: + example if you want to install ``bob.io.base`` and ``bob.bio.face``: .. code:: sh $ mamba create --name bob_env1 --override-channels \ -c https://www.idiap.ch/software/bob/conda -c conda-forge \ - python=3 bob.io.image bob.bio.face + python=3 bob.io.base bob.bio.face #. Then activate the environment and configure its channels to make sure the channel list is correct in the future as well: diff --git a/doc/packages.rst b/doc/packages.rst index 9e9bd8b..8c01b04 100644 --- a/doc/packages.rst +++ b/doc/packages.rst @@ -18,8 +18,7 @@ Basic Functionality (deprecated) Data Input and Output --------------------- -* (deprecated) :ref:`bob.io.base` -* (deprecated) :ref:`bob.io.image` +* :ref:`bob.io.base` * :ref:`bob.io.stream` Signal, Audio, Image and Video Processing @@ -27,10 +26,6 @@ Signal, Audio, Image and Video Processing * (deprecated) :ref:`bob.sp` * (deprecated) :ref:`bob.ap` -* (deprecated) :ref:`bob.ip.base` -* (deprecated) :ref:`bob.ip.color` -* (deprecated) :ref:`bob.ip.gabor` -* (deprecated) :ref:`bob.ip.qualitymeasure` * :ref:`bob.ip.binseg` * :ref:`bob.ip.stereo` @@ -75,17 +70,6 @@ Presentation Attack Detection (anti-spoofing) Database Interfaces ------------------- -Base Database Packages -^^^^^^^^^^^^^^^^^^^^^^ - -* (deprecated) :ref:`bob.db.base` +* :ref:`bob.pipelines` * :ref:`bob.bio.base` * :ref:`bob.pad.base` - -Interfaces -^^^^^^^^^^ - -* (deprecated) :ref:`bob.db.atnt` - - - diff --git a/doc/readme_index.rst b/doc/readme_index.rst index 1f7735c..0e94a69 100644 --- a/doc/readme_index.rst +++ b/doc/readme_index.rst @@ -15,18 +15,12 @@ README of all Packages bob.bio.video <bob/bob.bio.video/README.rst> bob.blitz <bob/bob.blitz/README.rst> bob.core <bob/bob.core/README.rst> - bob.db.atnt <bob/bob.db.atnt/README.rst> - bob.db.base <bob/bob.db.base/README.rst> bob.devtools <bob/bob.devtools/README.rst> bob.extension <bob/bob.extension/README.rst> bob.fusion.base <bob/bob.fusion.base/README.rst> bob.io.base <bob/bob.io.base/README.rst> - bob.io.image <bob/bob.io.image/README.rst> bob.io.stream <bob/bob.io.stream/README.rst> - bob.ip.base <bob/bob.ip.base/README.rst> bob.ip.binseg <bob/bob.ip.binseg/README.rst> - bob.ip.color <bob/bob.ip.color/README.rst> - bob.ip.gabor <bob/bob.ip.gabor/README.rst> bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/README.rst> bob.ip.stereo <bob/bob.ip.stereo/README.rst> bob.learn.em <bob/bob.learn.em/README.rst> diff --git a/packages.txt b/packages.txt index e9c344e..f47acc4 100644 --- a/packages.txt +++ b/packages.txt @@ -5,15 +5,9 @@ bob/bob.core bob/bob.io.base bob/bob.math bob/bob.measure -bob/bob.io.image -bob/bob.db.base bob/bob.sp bob/bob.ap -bob/bob.ip.base -bob/bob.ip.color -bob/bob.ip.gabor bob/bob.learn.em -bob/bob.db.atnt bob/gridtk bob/bob.pipelines bob/bob.bio.base -- GitLab