Skip to content

Latest commit

 

History

History
190 lines (172 loc) · 27.1 KB

CHANGELOG.md

File metadata and controls

190 lines (172 loc) · 27.1 KB

0.4.0 (2023-09-19)

Bug Fixes

New Features

Maintainence

0.2.0 (2021-06-25)

Bug Fixes

Features

0.1.0 (2021-04-20)

Bug Fixes

  • add / in release badge [skip ci] (#100) (#101) (873655c)
  • add test options in text classification (#99) (0b1b535)
  • bump max_epochs to 5, get_handlers arguments (#58) (818585e)
  • convert DEV_MODE to int, mention in contributing.md (#82) (2342c52)
  • docstring and kwargs (#59) (fefaa33)
  • download datasets on local rank 0 in multi node (#65) (e9df949)
  • make a seed respect to distributed settings (#60) (b17397b), closes #62 #64
  • README -> _README (#81) (d709d99)
  • remove warning about earlystop and save best model (#73) (7a29e98)
  • app: show by filename, sidebar end with ignite specifics (#54) (23c87b4)
  • templates: merge handlers.py into utils.py (#55) (920ac61)
  • remade gan template (#39) (52f0ab0)
  • template file extension rename to .py (#43) [skip ci] (df65ca1)

Features

  • app: add an option to include test file (#97) (a9d774b), closes #94 #92 #93
  • add ignite loggers in sidebar [wip] (#29) (78b0def)
  • allow users give project name (#35) (07b1115)
  • color output for logger and mimic idist.show_config() for distributed configs (#63) (c791f60)
  • configurations in separate config file in single template (#38) (8d1227e)
  • run evaluation for 1 epoch before training (#57) (e79bff3)
  • show directory tree after generating (#28) (9b7d661)
  • single model, single optimizer template (#34) (ca80e3d), closes #30 #32 #32 #31
  • app: create a basic app (#1) (32c8cea)
  • download: add an option to archive and download (#6) (3f87b20)
  • handlers: add common training handlers template (#26) (5b2cbae)
  • template: add a gan template (#22) (9391807)
  • theme: upgrade streamlit to 0.79.0, add custom theme config (#21) (e9b7de0)

Reverts

  • put version back in app (9c10693)