Skip to content

Releases: JetBrains-Research/code2seq

Code2Seq | 1.2.0

Choose a tag to compare

@SpirinEgor SpirinEgor released this 15 Nov 18:05
65a83ed
  • 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

Choose a tag to compare

@SpirinEgor SpirinEgor released this 01 Nov 11:31
  • 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

Choose a tag to compare

@SpirinEgor SpirinEgor released this 25 Sep 11:52
1dd7abe

Call reset for each metric after end of epoch

Improve uploading callback behaviour

Choose a tag to compare

@SpirinEgor SpirinEgor released this 20 Sep 09:23

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

Optimize dataset usage

Choose a tag to compare

@SpirinEgor SpirinEgor released this 08 Sep 09:57

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

code2seq v.1.0

Choose a tag to compare

@SpirinEgor SpirinEgor released this 22 Aug 08:33
e678f8b
  • Integrate commode-utils
  • Prettify all pipelines
  • Add tests
  • fix bugs

Specify install requirements

Choose a tag to compare

@SpirinEgor SpirinEgor released this 18 Aug 08:17

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

Update astminer dependency

Choose a tag to compare

@SpirinEgor SpirinEgor released this 29 May 12:32
71d4023
0.0.3

Update version number

Correct CI&CD pipeline

Choose a tag to compare

@SpirinEgor SpirinEgor released this 01 Mar 17:09

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

code2seq release

Choose a tag to compare

@SpirinEgor SpirinEgor released this 01 Mar 17:00
0.0.1

Publish to pypi in case of releasing