Changelog

v0.1.2 (2025-08-14)

Contributors: Blaise Gauvin St-Denis (@bstdenis)

Changes

  • Add DenseUNet class to neural_networks_unet module. (PR/11)

  • Add DenseUNetConfig class to neural_networks_unet module. (PR/11)

  • Refactor handling of initialization functions in neural network modules. (PR/11)

  • Add data_loader_utils module. (PR/11)

v0.1.1 (2025-07-29)

Contributors: Blaise Gauvin St-Denis (@bstdenis), Trevor James Smith (@Zeitsperre).

Changes

  • Add network_manager module. (PR/8).
    • nb_of_parameters function to count the number of parameters in a network.

  • Add neural_networks_basic module. (PR/8).
    • ModuleWithInitTracker and ModuleInitFnTracker classes to track module initialization functions.

    • SEBlock class for Squeeze-and-Excitation blocks.

  • Add neural_networks_unet module. (PR/8).
    • UNet class for U-Net architecture.

  • First release of resoterre on PyPI.