v0.4.0
What's new
Changed ⚠️
- Default log level is
WARNING
instead ofERROR
. - The web UI now renders the step graph left-to-right.
- The web UI now shows runs by date, with the most recent run at the top.
- The web UI now shows steps in a color-coded way.
- The
--include-package
flag now also accepts paths instead of module names.
Fixed ✅
- Ensure tqdm log lines always make it into the log file
out.log
even when log level isWARNING
orERROR
.
Commits
5ff51d6 Fix GPT2 example. (#158)
4011482 make --include-package accept paths (#157)
92b8fe5 Merge pull request #148 from allenai/RunsWithDates
a4417e5 fix gpt2 config
797e3e8 minor logging tweaks (#145)
42654e6 Prepare for release v0.4.0rc5
df301ef Merge pull request #119 from allenai/RunGeneration
42535c9 Add TorchEvalStep to torch integration, use "device_count" in TorchTrainStep instead of "devices" (#120)
ecc6087 Store log output to a file in run directory, other logging improvements (#132)
9008255 Merge pull request #141 from allenai/dependabot/pip/sphinx-4.4.0
8e09b66 Merge pull request #139 from allenai/remove-no-logging
26318b2 Merge pull request #133 from allenai/dependabot/pip/mypy-0.931
7c91c4b Merge pull request #126 from allenai/dependabot/pip/sphinx-4.3.2
a178076 Merge pull request #128 from allenai/dependabot/pip/mypy-0.930
106a8cf Merge pull request #130 from allenai/dependabot/pip/furo-2022.1.2
6db7b4c Merge pull request #129 from allenai/run-name-at-end
b93d22d Add typing info to package (PEP 561) (#131)
e8867ae fix StopEarlyCallback state recovery
465a525 Prepare for release v0.4.0rc4
7a65540 CHANGELOG quick fix
31622d1 add logo to docs and README (#121)
b17d325 fix bug with StepInfo (#122)
d5698a0 Bump myst-parser from 0.16.0 to 0.16.1 (#118)
69d1dc8 Bump mypy from 0.910 to 0.920 (#117)
9739944 Prepare for release v0.4.0rc3
20138ce improve release notes generation script
760b4f2 Add DatasetsFormat, making LoadDataset cacheable, fix bug with KeyboardInterrupt (#114)
e51691f Improvements to W&B callback (#115)
d044f6e Add pre/post epoch callbacks (#113)
ae1ae0b Bump myst-parser from 0.15.2 to 0.16.0 (#111)
c605a1e Merge pull request #90 from allenai/SqliteDictFormat
8d6804d Prepare for release v0.4.0rc2
f404541 Merge pull request #110 from allenai/Conda
c154c92 Merge pull request #101 from allenai/Euler
288e02f ensure all integrations are imported if we can't find registered name (#109)
e033170 Bump black from 21.11b1 to 21.12b0 (#102)
b2781fd FAQ not FAQs :) (#108)
81e1225 add FAQs to docs (#107)
2148b74 Merge pull request #106 from allenai/Favicon
f812b73 fix bug with resolving lazy step inputs (#105)
110fc79 Merge pull request #104 from allenai/why-tango
eab62d8 fix bug in distributed training (#103)
901631f Removed scary warning
e86b843 Better summary
3bfd7c1 adjust dependency pinning (#100)
72aaa53 Merge pull request #79 from allenai/jon/html-viz
d45ec0c Merge pull request #99 from allenai/SkipGitTests
98b022b make sure workspaces can be imported from base module (#98)
07ac494 Merge pull request #97 from allenai/lower-click-pin
5ccefa9 fix prelease indicator condition in CI
04a5ab8 Prepare for release v0.4.0rc1
b2c09e3 fix typo in example (#96)
aba5758 Merge pull request #94 from allenai/dependabot/pip/cached-path-gte-0.3.3-and-lt-1.1.0
48b0b24 Merge pull request #92 from allenai/dependabot/pip/datasets-gte-1.12-and-lt-1.17
0107672 Merge pull request #91 from allenai/dependabot/pip/sphinx-4.3.1
7d9d919 Merge pull request #93 from allenai/NoOverrides
b5907de Merge pull request #67 from allenai/ResponsibleSteps
20951ea Bump furo from 2021.11.16 to 2021.11.23 (#89)
8bb00c4 Bump black from 21.11b0 to 21.11b1 (#88)
f240ac4 update filelock + cached_path, improve release scripts (#87)
eba4b8e Bump black from 21.10b0 to 21.11b0 (#86)
bc80bb8 Merge pull request #85 from allenai/dependabot/pip/filelock-gte-3.3-and-lt-3.5
17d28c7 Bump furo from 2021.11.15 to 2021.11.16 (#84)
4118912 Merge pull request #82 from allenai/dependabot/pip/furo-2021.11.15
cb1b853 Merge pull request #62 from allenai/dependabot/pip/pytorch-lightning-gte-1.4.0-and-lt-1.6.0
30f7a13 W&B log as step+1 (#76)
aab58b6 add some conda instructions to CONTRIBUTING.md (#81)