Update HISTORY.md
parent
1ba0cfc7bc
commit
9e6474e5a6
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
python: '3.7'
|
python: '3.7'
|
||||||
dist: xenial
|
dist: xenial
|
||||||
- stage: coverage
|
- stage: coverage
|
||||||
python: 3.6
|
python: '3.6'
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
- codecov --verbose
|
- codecov --verbose
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,10 @@ master
|
||||||
* Downgrade numpy version from 1.15.2 to 1.13.3.
|
* Downgrade numpy version from 1.15.2 to 1.13.3.
|
||||||
* Add requirements.txt for readthedocs.
|
* Add requirements.txt for readthedocs.
|
||||||
|
|
||||||
|
**Improvements**
|
||||||
|
|
||||||
|
* Add Makefile and make codecov run only once. [#132](https://github.com/socialcopsdev/camelot/pull/132) by [Vaibhav Mule](https://github.com/vaibhavmule).
|
||||||
|
|
||||||
**Documentation**
|
**Documentation**
|
||||||
|
|
||||||
* Add "Using conda" section to installation instructions.
|
* Add "Using conda" section to installation instructions.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue