1.2.3
Added
- More unit tests
- Code coverage reporting
Changed
- Unify shuffle and split procedure names
- Change handling of magnitude optional argument in renormalise_sum
- Convert copy and reduce to child procedures of network_type
- Set already_initialised to False by default for random_setup
- Update list of file descriptions in README
Fixed
- Index reference in initialiser_ident
- avgpool3d forward pass from max to sum
- avgpool3d output shape initialisation
- Correct handling of "valid" padding method
- Random seed for shuffle
- conv2d input gradient calculation
- conv3d input gradient calculation
- Incorrect set_gradient spread dimension
- MAE total loss using MSE instead of MAE
- metric_dict allocation handling error
- icount field separator
- Optional argument handling in renormalise_norm
Removed
- Remove assign_list procedure from mod_tools_infile
- Remove assign_listvec procedure from mod_tools_infile
- Remove cat procedure from mod_tools_infile
Full Changelog: 1.2.2...1.2.3