Releases: radon-h2020/radon-repository-miner
Releases · radon-h2020/radon-repository-miner
Update dependency
Merge pull request #15 from radon-h2020/stefanodallapalma-patch-2 Update setup.py
v1.0.3
Update setup.py
Using PyDriller 2.5
v1.0.2 Update setup.py
Refactoring mining.base class
Refactored mining.BaseMiner
. Code for method discard_undesired_fixing_commits()
has been abstracted and moved to the parent class BaseMiner instead of its children AnsibleMiner and ToscaMiner. To that end, that method uses the abstract method ignore_file()
to function properly.
Release 1.0
Release 1.0 is ready!
- 100% test coverage
- Uses PyDriller 2.0 to fasten the mining.
Dependency update
Removed verision for ansiblemetrics so it uses always the latest version
Dependencies update
v0.9.5 Updated dependencies
Patched concrete classes' constructor
v0.9.4 Updated dependencies
Added flag to specify clone directory
v0.9.3 Closes #11
Bug fixing on installation with pip
The previous version on PyPI could not be installed because of a typo in the setup.py.