diff --git a/conda/meta.yaml b/conda/meta.yaml index 4a3f45095ddc70a70e4a06b3efd3e672fc36cb02..5bd90ab785a47c40bab8cf00176380da2c507a82 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 54552f7dc3e9a0d8f7e8a01caf2f47288aa08969..b1cf2181b84b8039efcfeb151c64b47b557b0d47 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 fdee951cf16e62df185dd0be45693f5f582db5ce..8a20820b441692f964c9ea362588ee93d04b4534 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 9e9bd8bd19d70da78db7b3fdd582fd10e8c691b9..8c01b04a0f6eb5d7d7ba59e8ffb85d77a5a218e1 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 1f7735c03a4dd95f3fdc3a919ccb42737f6a0879..0e94a698fd7224f979c1f9383b2523baf33d770c 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 e9c344edebb464351ad56ba3f13cd652fc9d926b..f47acc40fc098264208af1ce643228869bf8354b 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