Skip to content

Releases: ZhiyuanChen/CHANfiG

v0.0.57

10 Feb 12:35
Compare
Choose a tag to compare

Commits

  • e370169: add iter & next support to Variable (Zhiyuan Chen)

v0.0.56

09 Feb 12:37
Compare
Choose a tag to compare

Commits

  • 6233496: fix NestedDict won't work with out pytorch (Zhiyuan Chen)

v0.0.55

08 Feb 05:26
Compare
Choose a tag to compare

Commits

  • f51622c: reorganise code (Zhiyuan Chen)
  • e36b9d2: explicit ignore ipython_canary in missing (Zhiyuan Chen)
  • 2372f9d: fix value in config file overrided by default (Zhiyuan Chen)

v0.0.54

03 Feb 16:20
16ee263
Compare
Choose a tag to compare

Commits

  • f890fc9: fix Chinese website (Zhiyuan Chen)
  • 436ee49: manually reorganise methods in docs (Zhiyuan Chen)
  • 7f0454d: combine README & index (Zhiyuan Chen)
  • 824061e: add unlicense (Zhiyuan Chen)
  • 402bfd1: remove module docstring (Zhiyuan Chen)
  • c6a443c: use typing.Mapping instead of collection.abc (Zhiyuan Chen)
  • 09a82e5: add more type hints for variable (Zhiyuan Chen)
  • 8a2ab18: allow parse None as default in get/pop (Zhiyuan Chen)
  • d7b9e46: add wrap and unwrap for Variable (Zhiyuan Chen)
  • 0d4fa6b: update docs of utils (Zhiyuan Chen)
  • badde32: change base class of FlatDict to dict, support non-str key (Zhiyuan Chen)
  • 16ee263: reorganise code (Zhiyuan Chen)

v0.0.53

18 Jan 05:44
c5bea2c
Compare
Choose a tag to compare

Commits

  • c5bea2c: fix attributes shadows value in naming conflicts (Zhiyuan Chen)

v0.0.52

17 Jan 18:57
4149e3e
Compare
Choose a tag to compare

Commits

  • 4149e3e: add FlatDict.hasattr, update docs (Zhiyuan Chen)

v0.0.51

16 Jan 14:31
36f77ca
Compare
Choose a tag to compare

Commits

  • 36f77ca: allow no super().init() call in childern class (Zhiyuan Chen)

v0.0.50

16 Jan 10:46
1dee88e
Compare
Choose a tag to compare

Commits

  • bb651b2: remove remove method (Zhiyuan Chen)
  • 1dee88e: rewrite to() for tensor operations (Zhiyuan Chen)

v0.0.49

13 Jan 19:32
d1d9922
Compare
Choose a tag to compare

Commits

  • 2d2018d: make dict a standalone method instead of alias (Zhiyuan Chen)
  • d1d9922: revert #83f590b4ed67b for backward compatibility (Zhiyuan Chen)

v0.0.48

13 Jan 18:28
83f590b
Compare
Choose a tag to compare

Commits

  • 555add3: separate config to different files (Zhiyuan Chen)
  • 83f590b: support type arguments for FlatDict&OrderedDict (Zhiyuan Chen)