What’s new#

  • “Enhancements” for new features

  • “Bugs” for bug fixes

  • “API changes” for backward-incompatible changes

Develop branch#

Enhancements#

Bugs#

  • Use a different scaling factor for input and output extensions. In addition, apply_change and extended_forward have now compatible behavior in terms of scaling factor. (#48 by Théo Rudkiewicz)

  • Fix the change application when updating the previous layer (#48 by Théo Rudkiewicz)

  • Fix the sub-selection of added neurons in the sequential case (#41 by Théo Rudkiewicz)

  • Correct codecov upload (#49 by Sylvain Chevallier)

  • Fix the data augmentation bug in get_dataset (#58 by Stéphane Rivaud)

  • Fix dataset input_shape: remove the flattening in data augmentation (#56 by Stéphane Rivaud)

API changes#

  • None