Releases: scikit-package/scikit-package-manuscript
Releases · scikit-package/scikit-package-manuscript
0.2.1
0.2.0
Added:
- Add RevTeX template
0.2.0-rc.3
What's Changed
- feat: add Revtex template by @sbillinge in #87
- fix: update workflows to new names by @sbillinge in #88
- fix: escape error messages in tests so it passes on windows by @sbillinge in #89
- fix: correct maintainer_github_username entry by @sbillinge in #90
- use scikit-package build and release workflow by @sbillinge in #91
Full Changelog: 0.1.0...0.2.0-rc.3
0.1.0
=====
Added:
- Build user_filesystem for testing in
contest.py. - Add workflows form
scikit-package. - Add function
copy_all_filestopost_gen_project.py. - Add pre-commit setup, Github release workflow.
- Add function
load_headerstopost_gen_project.py. - Add function
load_bib_infotopost_gen_project.py. - Add function
initialize_projectto wrap all other functions inmain.
Fixed:
- Remove non-latex files in the template to avoid copying duplicate files from user-supplied repo.
0.1.0-rc.0
What's Changed
- feat: added template handling. Still needs debugging by @sbillinge in #1
- fix: broken template and
post_gen_project.pyby @ycexiao in #4 - chore: update latex filenames from snake_case to dash-case by @ycexiao in #8
- chore: add skpkg issue templates. by @ycexiao in #17
- chore: update .pre-commit-config.yaml by adding pre-commit hooks by @zmx27 in #19
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #25
- fix: enable template selection in all versions of cookiecutter by @ycexiao in #24
- fix: incorrect copy path in
package create manuscriptby @ycexiao in #30 - feat: insert latex headers in the manuscript by @ycexiao in #33
- feat: set a new default source for fetching headers by @ycexiao in #35
- add: article template by @sbillinge in #36
- fix precommit by @sbillinge in #37
- fix: much light pre-commit for latex projects by @sbillinge in #38
- fix: debug post-gen hook by @sbillinge in #39
- Fix file copying without clone by @sbillinge in #40
- better error message for unfound template_dir by @sbillinge in #41
- fix: different approach to finding cookiecutter location by @sbillinge in #42
- find tmplt by @sbillinge in #43
- chore: correct the typo in the generated
manuscript.texby @ycexiao in #45 - find tmplt by @sbillinge in #47
- tests by @sbillinge in #52
- tests: implemented with parametarize as an example by @sbillinge in #56
- Add release workflow on GitHub push, add pre-commit by @bobleesj in #55
- Add license file by @bobleesj in #59
- feat: skeleton of functions for header and bib munging by @sbillinge in #61
- ci: add workflows by @ycexiao in #63
- Add CHANGELOG file to enable release. by @bobleesj in #67
- test: add
conftest.pyby @ycexiao in #71 - refactor: add
copy_all_filesfunction by @ycexiao in #65 - refactor: add
load_headersfunction by @ycexiao in #69 - Use CODE-OF-CONDUCT and tests.txt by @bobleesj in #73
- test: add test for function
load_bib_infoby @ycexiao in #72 - refactor: add function
initialize_projectby @ycexiao in #77 - refactor: add function
initialize_projectby @ycexiao in #78 - fix: delete non-latex files in the template. by @ycexiao in #80
- docs: update
README.mdby @ycexiao in #81
New Contributors
- @sbillinge made their first contribution in #1
- @ycexiao made their first contribution in #4
- @zmx27 made their first contribution in #19
- @pre-commit-ci[bot] made their first contribution in #25
- @bobleesj made their first contribution in #55
Full Changelog: https://github.com/scikit-package/scikit-package-manuscript/commits/0.1.0-rc.0