Skip to content

Releases: JetBrains-Research/buckwheat

Add M1 support

27 Apr 11:23
371d272
Compare
Choose a tag to compare
  • Fix support of M1 architecture

Topic visualization project

23 Dec 12:15
337f32c
Compare
Choose a tag to compare
  • Fixes to be compatible with topic visualization project

Granularities, various parsing modes and output formats

04 Jul 05:11
9e2462a
Compare
Choose a tag to compare

The tool's functionality has been greatly updated.

  • The extraction can now be performed with different granularities (on different levels): functions, classes, files, projects.
  • Apart from the counters of identifiers, the tool can now also extract the sequences of identifiers with their parameters.
  • Apart from searching within all possible languages, the tool can now search in desired language only too.
  • The support of various output formats has been added, including JSON and Vowpal Wabbit.

Accounting for possible mistakes in input files

26 May 17:18
Compare
Choose a tag to compare
  • GitHub links can now be both HTTP and HTTPs
  • Incorrect links to GitHub and incorrect paths to directories will now be skipped

Support of Linux and MacOS

25 May 22:11
Compare
Choose a tag to compare
  • Identification of the user's OS
  • Support of MacOS
  • CI with GitHub Actions
  • Various small fixes

Initial release

23 May 22:51
9ca78af
Compare
Choose a tag to compare

Initial release.

  • Support of 16 languages
  • Options to work with GitHub and local projects
  • Advanced features for tokenizing: stemming, filtering, etc