Skip to content

Releases: JetBrains-Research/code2seq

Code2Seq | 1.2.0

15 Nov 18:05
65a83ed
Compare
Choose a tag to compare
  • Update dependencies for PyTorch and PyTorch-Lightning
  • Use Rich progress bar while training
  • Report ChrF metric for validation and test holdouts for code2seq model

Code2Seq | 1.1.1

01 Nov 11:31
Compare
Choose a tag to compare
  • Vocabulary is built based on the number of occurrences of each token (used top-k before).
  • Decoder now returns attention weights
  • More flexible wandb configuration
  • Bugs fixes

Fix reseting metrics

25 Sep 11:52
1dd7abe
Compare
Choose a tag to compare

Call reset for each metric after end of epoch

Improve uploading callback behaviour

20 Sep 09:23
Compare
Choose a tag to compare

Update uploading checkpoint behaviour with respect to the new version of commode-utils

Optimize dataset usage

08 Sep 09:57
Compare
Choose a tag to compare

Remove using torch tensors from the path context dataset. Now, it returns lists of ints. This should speed up calculations.

code2seq v.1.0

22 Aug 08:33
e678f8b
Compare
Choose a tag to compare
  • Integrate commode-utils
  • Prettify all pipelines
  • Add tests
  • fix bugs

Specify install requirements

18 Aug 08:17
Compare
Choose a tag to compare

Remove dev dependencies from installation requirements. For now, black or mypy will not be installed along with code2seq.

Update astminer dependency

29 May 12:32
71d4023
Compare
Choose a tag to compare
0.0.3

Update version number

Correct CI&CD pipeline

01 Mar 17:09
Compare
Choose a tag to compare

Fixing pipeline in order to publish code2seq to the pip after each release.

code2seq release

01 Mar 17:00
Compare
Choose a tag to compare
0.0.1

Publish to pypi in case of releasing