This release fixes a bug regarding saving and loading MPS/MPO models:
1. `update_bond_dim` now updates also the bond dimension of `left_node` and `right_node`.
2. `update_bond_dim` is called from `canonicalize`, `canonicalize_univocal` and `entropy`.
3. `change_size` of edges now extends or crops tensors at the beggining, instead of at the end of each dimension.
With this, if one saves the `state_dict` of `MPS/MPO` models after calling `update_bond_dim` (or methods like `canonicalize`), the model can be re-load by instantiating a model with the bond dimension equal to the bond dimension of the saved model, and loading its `state_dict`.