Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Jan 20, 2025
  2. Jan 17, 2025
  3. Jan 16, 2025
  4. Jan 15, 2025
    • LEGRAND Jonathan's avatar
      Add unit tests for graph creation and connection checks · 3c7558e2
      LEGRAND Jonathan authored
      Introduces tests for `initial_transformation_graph` and `check_all_nodes_connected_to_reference` methods.
      These validate node creation, graph connections, and edge cases like empty or improperly connected graphs.
      3c7558e2
    • LEGRAND Jonathan's avatar
      Refactor fusion logic to support dictionaries and graphs · 01c3868c
      LEGRAND Jonathan authored
      Updated image fusion tasks to handle dictionaries of images and transformations instead of lists, leveraging transformation graphs for improved flexibility.
      Added support for refining transformations, checking graph connectivity, and computing rigid transformations.
      Updated docstrings and examples for clarity and additional use cases.
      01c3868c
    • LEGRAND Jonathan's avatar
      Refactor dataset registry to DATA_REGISTRY and enhance URL handling · d5627004
      LEGRAND Jonathan authored
      Renamed `registry` to `DATA_REGISTRY` across the codebase for clarity and consistency.
      Improved URL file handling by adding proper filename extraction and ensuring hash validation support in `_image_from_url`.
      Updated function examples and docstrings to reflect these changes.
      d5627004
  5. Jan 14, 2025
Loading