My project’s changelog¶
There is now a
replace_text.shsimple script to replace project templates in files. One can also use an IDE’s global replacement abilities.Changes in project versioning
Project root is now automatically detected for codecov uploads using Github actions. See Issue #1.
For the install step, we now use
pip install -e .in lieu of the now deprecatedsetup.py installand/oreasy_install.The
install_requiresfield insetup.pyis now automatically generated by reading each line inrequirements.txt. See Issue #2.We added support for some feature
We fixed some bug(s). See link to some issue related to the bug.