Skip to content

1.1.0 Release

Compare
Choose a tag to compare
@coreylammie coreylammie released this 13 Feb 10:04
27b1880

Added

  1. Unit tests and removed system CUDA dependency;
  2. Support for Conv1d and Conv3d Layers;
  3. Legacy support;
  4. MANIFEST.in and resolved header dependency;
  5. Native toggle for forward_legacy and size arguments to tune;
  6. codecov integration;
  7. Support for all torch.distributions;
  8. 1R programming routine and non-linear device simulation during inference;
  9. Stanford PKU and A Data Driven Verilog a ReRAM memristor models;
  10. Modular crossbar tile support;
  11. ADC and variable input voltage range support, and modularized all memtorch.mn modules;
  12. cibuildwheel integration to automatically generate build wheels.

Enhanced

  1. Mapping functionality;
  2. Reduced pooling memory usage with maxtasksperchild;
  3. Programming routine;
  4. set_conductance;
  5. apply_cycle_variability.

Fixed

  1. Dimension mismatch error for convolutional layers with non-zero padding;
  2. reg.coef_ and reg.intercept_ extraction process for N-dimensional arrays;
  3. Various semantic errors.