Skip to content

Releases: pytorch/tlparse

v0.4.0

21 Aug 21:51
e7cf667
Compare
Choose a tag to compare
Update tlparse version to 0.4.0 (#139)

Update tlparse version to 0.4.0 because we have breaking change in this
version. The signature of `parse_path(path: &PathBuf, config:
&ParseConfig)` changed (from `ParseConfig` to `&ParseConfig`).