hyrax.config_migrations.migrations.004_move_umap_to_reduce

hyrax.config_migrations.migrations.004_move_umap_to_reduce#

Config migration: version 4 → version 5.

Move the legacy [umap] and [umap.UMAP] to be under [reduce] table with [reduce.umap] and [reduce.umap.kwargs].

Functions#

move_umap_to_reduce(→ tomlkit.toml_document.TOMLDocument)

Move the legacy [umap] and [umap.UMAP] to be under [reduce].

Module Contents#

move_umap_to_reduce(cfg: tomlkit.toml_document.TOMLDocument) tomlkit.toml_document.TOMLDocument[source]#

Move the legacy [umap] and [umap.UMAP] to be under [reduce].