Skip to content

Commit 66b67cd

Browse files
committed
release: v0.2.0
1 parent 22dd969 commit 66b67cd

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

CHANGELOG.md

+51
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
# [0.2.0](https://github.com/pytorch-ignite/code-generator/compare/v0.1.0...v0.2.0) (2021-06-25)
2+
3+
### Bug Fixes
4+
5+
- add score_function in saving best models ([#145](https://github.com/pytorch-ignite/code-generator/issues/145)) ([c349450](https://github.com/pytorch-ignite/code-generator/commit/c349450db8af7e03357d687b7d810c36221084e0))
6+
- address comments from [#136](https://github.com/pytorch-ignite/code-generator/issues/136) ([#137](https://github.com/pytorch-ignite/code-generator/issues/137)) ([9682276](https://github.com/pytorch-ignite/code-generator/commit/96822767d0ba4595447d7de3a48b23ff93c5b447))
7+
- bump epochs batch size to larger ones, update READMEs ([#155](https://github.com/pytorch-ignite/code-generator/issues/155)) ([2145a85](https://github.com/pytorch-ignite/code-generator/commit/2145a858ad5008da817d652a011e46487f016d29))
8+
- change `replaceAll` to `replace` ([ee32211](https://github.com/pytorch-ignite/code-generator/commit/ee32211c4d6235eb984fc01a38f2ae721afb25db))
9+
- change back to have previous UI ([#126](https://github.com/pytorch-ignite/code-generator/issues/126)) ([7d1e510](https://github.com/pytorch-ignite/code-generator/commit/7d1e51076d2f617c5efdec780838909b48a653b0))
10+
- correct naming for loggers ([#149](https://github.com/pytorch-ignite/code-generator/issues/149)) ([a802644](https://github.com/pytorch-ignite/code-generator/commit/a802644402545a1c1f86fb3302686ac49e9e5bc3))
11+
- default value in store, save on mount ([#141](https://github.com/pytorch-ignite/code-generator/issues/141)) ([d799a94](https://github.com/pytorch-ignite/code-generator/commit/d799a947df5a14768b4cc1c35fc26655d5b0b74d))
12+
- disable clicking if no template is chosen ([#153](https://github.com/pytorch-ignite/code-generator/issues/153)) ([7a9e176](https://github.com/pytorch-ignite/code-generator/commit/7a9e176e83320bdd3042906aa45edfab16cb85a6))
13+
- do not download VOCSegmentation by default ([#144](https://github.com/pytorch-ignite/code-generator/issues/144)) ([cff1946](https://github.com/pytorch-ignite/code-generator/commit/cff194697cba706a374a0365d7a1c5393d54e066))
14+
- download after template, move download & colab under each left tab ([#161](https://github.com/pytorch-ignite/code-generator/issues/161)) ([0677621](https://github.com/pytorch-ignite/code-generator/commit/067762107ca6e34b794e154d26a757c545843bd3))
15+
- empty `store.code` after changing templates ([#138](https://github.com/pytorch-ignite/code-generator/issues/138)) ([f0d3094](https://github.com/pytorch-ignite/code-generator/commit/f0d3094e65832640a13d8e34a41d8d51fc197b31)), closes [/github.com/pytorch-ignite/code-generator/pull/131#issuecomment-848225158](https://github.com//github.com/pytorch-ignite/code-generator/pull/131/issues/issuecomment-848225158)
16+
- include pytest in requirements.txt ([#150](https://github.com/pytorch-ignite/code-generator/issues/150)) ([917867c](https://github.com/pytorch-ignite/code-generator/commit/917867c2a6aac0f4e23ac2b1b156a456b0cfa787))
17+
- make sensible default for handlers ([#154](https://github.com/pytorch-ignite/code-generator/issues/154)) ([90b8649](https://github.com/pytorch-ignite/code-generator/commit/90b8649188e32ae8e3dd4bc6a5d0b23b96b57c45))
18+
- make UI consistent across browsers ([#120](https://github.com/pytorch-ignite/code-generator/issues/120)) ([18298cf](https://github.com/pytorch-ignite/code-generator/commit/18298cf6ccdc7f000a1c35b9df973bf3d9de8082))
19+
- margin 0 on mobile ([#140](https://github.com/pytorch-ignite/code-generator/issues/140)) ([bf9e534](https://github.com/pytorch-ignite/code-generator/commit/bf9e534bca2f75092559f0bf8af421a59d1f16c8))
20+
- no alpha in message box bg, origin url in dev mode, change instruction for mobile ([#125](https://github.com/pytorch-ignite/code-generator/issues/125)) ([b662e06](https://github.com/pytorch-ignite/code-generator/commit/b662e06fa839b29eaefcd9c3e1f3ba5720eee394))
21+
- open in colab ([#162](https://github.com/pytorch-ignite/code-generator/issues/162)) ([1564bb9](https://github.com/pytorch-ignite/code-generator/commit/1564bb99e1d5c5ff8afb3afe18dcddd2011aa5ce))
22+
- padding-right for right-pane-tabs ([#139](https://github.com/pytorch-ignite/code-generator/issues/139)) ([3bb7d50](https://github.com/pytorch-ignite/code-generator/commit/3bb7d501c047d93962645c78c94fff6eb18c27ee))
23+
- restructure and add more Ignite core features ([#116](https://github.com/pytorch-ignite/code-generator/issues/116)) ([7483c04](https://github.com/pytorch-ignite/code-generator/commit/7483c0483ee1fc9c4c59796562aa11308bb5a85d))
24+
- scroll to top when navigate ([#151](https://github.com/pytorch-ignite/code-generator/issues/151)) ([ea8e4b7](https://github.com/pytorch-ignite/code-generator/commit/ea8e4b790a877bb4ad640fa3a72825d0dff3ef4b))
25+
- set 2em instead of 2rem for hamburger icon ([fec7efd](https://github.com/pytorch-ignite/code-generator/commit/fec7efda2004b0b3c1e7e2552b393bce6de70140))
26+
- sidebar open from right for right pane on mobile ([#143](https://github.com/pytorch-ignite/code-generator/issues/143)) ([027d036](https://github.com/pytorch-ignite/code-generator/commit/027d03653489d822550b9882b215cba43239c1f0))
27+
- split the panes by 40/60 ([#148](https://github.com/pytorch-ignite/code-generator/issues/148)) ([04023f5](https://github.com/pytorch-ignite/code-generator/commit/04023f5a14de908ef921d3f18f54e1f724154d2f))
28+
- whitespaces and \n(s) ([#152](https://github.com/pytorch-ignite/code-generator/issues/152)) ([7572419](https://github.com/pytorch-ignite/code-generator/commit/7572419f12fb44833a5320f67aa93fc9818bb9b5))
29+
- **sampler:** call set_epoch every epoch start in distributed training ([#130](https://github.com/pytorch-ignite/code-generator/issues/130)) ([0c19ad2](https://github.com/pytorch-ignite/code-generator/commit/0c19ad2f6b98168bd31550ae8b635ca2401ca6cf))
30+
- **template-segmentation:** call .step() / attach to engine ([#134](https://github.com/pytorch-ignite/code-generator/issues/134)) ([3806a38](https://github.com/pytorch-ignite/code-generator/commit/3806a380a526050673960b22ef3168de3fad03d4))
31+
32+
### Features
33+
34+
- add help for getting started steps ([#156](https://github.com/pytorch-ignite/code-generator/issues/156)) ([7834585](https://github.com/pytorch-ignite/code-generator/commit/78345853010f177c8bdf0e95c19ead55d4e3d6f7))
35+
- add open in colab ([#160](https://github.com/pytorch-ignite/code-generator/issues/160)) ([c5d4ad8](https://github.com/pytorch-ignite/code-generator/commit/c5d4ad80719f1e183b0f0e42765ec5a03bdf9532))
36+
- reset state when switching routes ([#158](https://github.com/pytorch-ignite/code-generator/issues/158)) ([44c2a45](https://github.com/pytorch-ignite/code-generator/commit/44c2a455291bfa979e277fd28ce183d51550a9b6))
37+
- **template:** add dcgan template ([#119](https://github.com/pytorch-ignite/code-generator/issues/119)) ([c8cc755](https://github.com/pytorch-ignite/code-generator/commit/c8cc755a4c5be9a03a4d5801b9ec6d14186d5f1d))
38+
- **template:** complete cifar10 classification ([#118](https://github.com/pytorch-ignite/code-generator/issues/118)) ([41e2d14](https://github.com/pytorch-ignite/code-generator/commit/41e2d14cf5b006b94fee0eb5a875e2ac7025ab60))
39+
- **templates:** add a image segmentation template ([#129](https://github.com/pytorch-ignite/code-generator/issues/129)) ([9ca5397](https://github.com/pytorch-ignite/code-generator/commit/9ca5397c9fa1854117574ed91364fbdde51aa9d5))
40+
- **templates:** port text classification template (WIP) ([#131](https://github.com/pytorch-ignite/code-generator/issues/131)) ([7683ede](https://github.com/pytorch-ignite/code-generator/commit/7683edeb37aae848543c0eb7870872619c986aca))
41+
- add copy button for code ([#106](https://github.com/pytorch-ignite/code-generator/issues/106)) ([eeb3b9d](https://github.com/pytorch-ignite/code-generator/commit/eeb3b9da6c97e16c2db0b21d299cb3c12f953874))
42+
- add error and info message box ([#121](https://github.com/pytorch-ignite/code-generator/issues/121)) ([df41cc6](https://github.com/pytorch-ignite/code-generator/commit/df41cc6e639bd748f7ae28d5b3fe764129775185))
43+
- add file icons beside file names ([#110](https://github.com/pytorch-ignite/code-generator/issues/110)) ([db234b8](https://github.com/pytorch-ignite/code-generator/commit/db234b8f433432ace64ad22312c3bd5b52e75eff))
44+
- add getting started instruction and loading code status ([e34da95](https://github.com/pytorch-ignite/code-generator/commit/e34da956f6aa4cd00e4752827bb0a3ca6c3c4f5a))
45+
- add sidebar for left pane for mobile ([#108](https://github.com/pytorch-ignite/code-generator/issues/108)) ([b238b16](https://github.com/pytorch-ignite/code-generator/commit/b238b16f20fcc6145ea7c46bea1c6705eb3a7202))
46+
- make app looks good on mobile ([#105](https://github.com/pytorch-ignite/code-generator/issues/105)) ([6fe04bc](https://github.com/pytorch-ignite/code-generator/commit/6fe04bc2e084e0f15dd86dfbac7ad0f2dce385e5))
47+
- save the configs as config-lock.yaml ([6213893](https://github.com/pytorch-ignite/code-generator/commit/6213893a05aa61a1e1dcf98d6401c915b0ef094b))
48+
- show git commit on nav bar ([#112](https://github.com/pytorch-ignite/code-generator/issues/112)) ([53a645f](https://github.com/pytorch-ignite/code-generator/commit/53a645fb6848314f042cfa01756aeb7136a9f7a8))
49+
- show thanksgiving message after download ([#109](https://github.com/pytorch-ignite/code-generator/issues/109)) ([8b2e9bf](https://github.com/pytorch-ignite/code-generator/commit/8b2e9bfe55895ade1ad5c5ed5e2e6e0729dd5f04))
50+
- template setup and render with ejs ([#111](https://github.com/pytorch-ignite/code-generator/issues/111)) ([7fc6af1](https://github.com/pytorch-ignite/code-generator/commit/7fc6af1f73ce71fdf5cd982cb322ffc996b38f14))
51+
152
# [0.1.0](https://github.com/pytorch-ignite/code-generator/compare/32c8cea6dce8355764022af04b084cc597e1c5c9...v0.1.0) (2021-04-20)
253

354
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pytorch-ignite/code-generator",
3-
"version": "0.2.0-beta.0",
3+
"version": "0.2.0",
44
"scripts": {
55
"dev": "vite",
66
"build": "vite build",

src/assets/code-generator-preview.png

14.2 KB
Loading

0 commit comments

Comments
 (0)