Releases: radon-h2020/radon-repository-miner
Releases · radon-h2020/radon-repository-miner
Renamed module
-
The module miner has been renamed to repositoryminer, to avoid misleading imports in third-party applications.
Important: be sure to rename import miner into import repositoryminer in your code.
Another bugfix
0.2.4 fix bug
Bug-fixing in labeling
0.2.3 bug fixing
Bug-fixing
0.2.2 fixed bug
Replaced issues in get_closed_issues from set to list to fix error 'Unashable type: Issue'
0.2.1 update version and changelog
The repository miner works as a standalone tool now
0.2.0 added badges to readme
Added functionallity on CLI
- The mine-repository option is now supported
- Added repo's owner and name in RepositoryMiner to avoid relying on the path to identify owner and name.
Fixed bugs
Fixed bug on raised YAMLError that made the tool crash
Added command-line interface
- Added command-line interface
First release
0.0.2 ready for release on pip