v1.4.0
Breaking changes!!!
Copier version 8.0 introduces several breaking changes. We've made the decision to push forward, and update our template and instructions to ONLY work with copier versions >= 8.0.
Please update copier before attempting to create new projects from this template, or update existing projects.
What's Changed
- Update pull_request_template.md by @drewoldag in #207
- pin copier below 8.0 by @cchris28 in #211
- how to convert to namespace project by @cchris28 in #210
- renamed namepace to namespace by @cchris28 in #213
- Updating PPT to handle Copier 8 by @drewoldag in #214
- support for older git versions at the cost of making the script less readable by @cchris28 in #220
- Add pylintrc configuration section to docs by @smcguire-cmu in #223
- Configure pytest to look in tests by default by @drewoldag in #222
- Completed "TODO" section of Best Practices: Linting by @drewoldag in #224
- Add Schmidt Futures blurb and line breaks. by @delucchi-cmu in #218
- Make all of sphinx documentation optional by @delucchi-cmu in #221
- Fixing a little bug in the template CI. by @drewoldag in #229
- Allow committing to main branch by @drewoldag in #225
- Switched black and pylint options in
copier.yml
by @drewoldag in #232 - List dependencies. Add help text. by @delucchi-cmu in #234
- Slim template for pull request description by @delucchi-cmu in #235
- Match RTD build steps by @delucchi-cmu in #236
Full Changelog: v1.3.5...v1.4.0