Skip to content

Releases: Smart-DS/layerstack

Version 0.4.0

05 Aug 20:32
Compare
Choose a tag to compare

Basic improvements:

  • Stacks can look in multiple locations to find layers
  • Layer constructor accepts optional model argument to use when getting args and kwargs from ModelLayerBase layers
  • Improved Arg and Kwarg name handling

Fixes:

Version 0.3.1

02 Sep 15:29
Compare
Choose a tag to compare

Fixes the installed package so tests can be run using the command

pytest --pyargs layerstack

Version 0.3.0

02 Sep 15:09
Compare
Choose a tag to compare
  • Stack.load and CLI functions can look in alternate locations for Layers
  • ArgMode, Layer, and Stack can be imported directly from layerstack
  • Stack.save more robust to different object types
  • Testing and documentation improvements

Version 0.2.0

30 Oct 21:51
Compare
Choose a tag to compare
v0.2.0

Updates to documentation

Version 0.1.0

22 May 23:03
Compare
Choose a tag to compare

Introducing layerstack!