Recent Releases of torchwrench

torchwrench - Version 0.7.4

[0.7.4] 2025-07-24

Added

  • col_kwds args in pack_to_hdf function to add opts like 'compression' in hdf file.

- Python
Published by Labbeti 9 months ago

torchwrench - Version 0.7.3

[0.7.3] 2025-07-18

Added

  • pack_to_hdf now supports mapping of sequences.
  • Argument orient in load_csv now supports dataframe and auto to returns a dataframe by default when pandas is installed.

Modified

  • torchwrench.nn.Module no longer uses torchwrench.nn.EModule by default to avoid isinstance errors like isinstance(torch.nn.Module(), torchwrench.nn.Module) == False.

- Python
Published by Labbeti 9 months ago

torchwrench - Version 0.7.2

[0.7.2] 2025-06-29

Fixed

  • Global import when pyyaml is not installed.

- Python
Published by Labbeti 10 months ago

torchwrench - Version 0.7.1

[0.7.1] 2025-06-26

Added

  • Support for Python 3.8.
  • dump_yaml and load_yaml are now in global context.

- Python
Published by Labbeti 10 months ago

torchwrench - Version 0.7.0

[0.7.0] 2025-06-23

Rename project torchwrench and split python utilities into pythonwrench repository.

Added

  • SplitTagLoader to load yaml tag without instantiating them.

Fixed

  • checksum with np.generic instances.
  • Move serializations functions aliases in global context.

- Python
Published by Labbeti 10 months ago