ITADN
pyOpenSci/pyos-package-template

版本发布 8

v0.6.9 Release :sparkles:v0.6.9
? · 2025-11-05

## What's Changed * fix: trigger publish only on release by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/140 * release v0.6.9 by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/141 **Full Changelog**: https://github.com/pyOpenSci/pyos-package-template/compare/v0.6.8...v0.6.9

v0.6.7 Releasev0.6.7
? · 2025-11-03

## [v0.6.7] ### Fixed * Fix RTD build for Sphinx and move docs dependencies to `optional-dependencies` (@lwasser, #126, #130, #131) * Remove typing annotations in FULL template mode (@lwasser, #134) * Make `test_audit` script that doesn't fail (@erik-whiting, #120) * Remove readthedocs.io URL from pyproject.toml for minimal version (@Michael-Howes, #119) * Move all dependencies to `optional-dependencies` and use hatch features (@lwasser, #132) * bug: ensure sphinx build works by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/130 * Move all dependencies to `optional.deps` and use hatch features (@lwasser, #131) ### Added * Add and configure Dependabot (@agriyakhetarpal, #79) ### Contributors * @erik-whiting made their first contribution in #120 * @Michael-Howes made their first contribution in #119 * @agriyakhetarpal made their first contribution in #79 * @dependabot[bot] made their first contribution in #128 ## New Contributors ✨ * @erik-whiting made their first contribution in https://github.com/pyOpenSci/pyos-package-template/pull/120 * @Michael-Howes made their first contribution in https://github.com/pyOpenSci/pyos-package-template/pull/119 * @agriyakhetarpal made their first contribution in https://github.com/pyOpenSci/pyos-package-template/pull/79

v0.6.6 Releasev0.6.6
? · 2025-07-04

Is it possible to have too many releases in a day? This is another patch to ensure UV is triggered to run hatch envs. ## What's Changed * enh: development instructions for hatch envt by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/115 * Add: uv by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/116 **Full Changelog**: https://github.com/pyOpenSci/pyos-package-template/compare/v0.6.5...v0.6.6

Release 0.6.4.1v0.6.4.1
? · 2025-07-03

A tiny patch that updates the readme and the first question to be more user-friendly. ## What's Changed * enh: coc and readme update by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/111 **Full Changelog**: https://github.com/pyOpenSci/pyos-package-template/compare/v0.6.4...v0.6.4.1

Release v0.6.4v0.6.4
? · 2025-07-03

This updates the copier workflow to make it more user-friendly. It also removes some extra items from the "minimal version" of the package. ## What's Changed * rename use_default to template_mode in file/dir level template strings by @sneakers-the-rat in https://github.com/pyOpenSci/pyos-package-template/pull/103 * reorder minimal questions, make email optional by @sneakers-the-rat in https://github.com/pyOpenSci/pyos-package-template/pull/107 * Cleanup: readme file and a few more extra files that we don't need for "minimal mode" by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/105 * enh: cleanup and organization pyproject.toml by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/109 **Full Changelog**: https://github.com/pyOpenSci/pyos-package-template/compare/v0.6.3...v0.6.4

Release v0.6.3v0.6.3
? · 2025-07-02

This release adds a more customized workflow with 3 main branches: minimal, full with defaults and full but select options you want to use! ## What's Changed * Restore tests, fix #88 by @sneakers-the-rat in https://github.com/pyOpenSci/pyos-package-template/pull/92 * Fix: contributing guide for template has typos by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/93 * Fix: typos in the contributing template by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/95 * enh(user experience): reorganize copier.yml template by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/99 **Full Changelog**: https://github.com/pyOpenSci/pyos-package-template/compare/v0.6.2...v0.6.3

v0.6.2 release: add docs and tests to minimal buildv0.6.2
? · 2025-06-27

## What's Changed * docs: add sneakers-the-rat as a contributor for code, and review by @allcontributors in https://github.com/pyOpenSci/pyos-package-template/pull/66 * docs: add ucodery as a contributor for code, and review by @allcontributors in https://github.com/pyOpenSci/pyos-package-template/pull/68 * docs: add lwasser as a contributor for code, and review by @allcontributors in https://github.com/pyOpenSci/pyos-package-template/pull/69 * Add: zenodo badge to repo by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/67 * Allow for optional v prefix to tags by @yuvipanda in https://github.com/pyOpenSci/pyos-package-template/pull/70 * Update Readme file to walk someone through using the template by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/71 * cleanup tests after run by @sneakers-the-rat in https://github.com/pyOpenSci/pyos-package-template/pull/65 * Add optional deps if not using hatch by @sneakers-the-rat in https://github.com/pyOpenSci/pyos-package-template/pull/59 * docs: add agriyakhetarpal as a contributor for review by @allcontributors in https://github.com/pyOpenSci/pyos-package-template/pull/76 * fix: pydoclint needs a dir path by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/77 * Fix: update release workflow to follow pypa and pypi guidelines by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/73 * Update default start year by @yuvipanda in https://github.com/pyOpenSci/pyos-package-template/pull/80 * docs: add yuvipanda as a contributor for code, and review by @allcontributors in https://github.com/pyOpenSci/pyos-package-template/pull/81 * feat:pydoclint config by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/85 * Bug: year defaults to 2024 by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/83 * feat: update minimal example with basic tests and docs by @lwasser in https://github.com/pyOpenSci/pyos-package-template/pull/88 ## New Contributors * @lwasser made their first contribution in https://github.com/pyOpenSci/pyos-package-template/pull/67 * @yuvipanda made their first contribution in https://github.com/pyOpenSci/pyos-package-template/pull/70 **Full Changelog**: https://github.com/pyOpenSci/pyos-package-template/compare/v0.6.1...v0.6.2

v0.6.1 pyos package templatev0.6.1
? · 2024-11-07

## What's Changed * docs: add Midnighter as a contributor for code, review, and ideas by @allcontributors in https://github.com/pyOpenSci/pyos-package-template/pull/45 * docs: add blink1073 as a contributor for code, review, and ideas by @allcontributors in https://github.com/pyOpenSci/pyos-package-template/pull/46 * Enable concurrent tests by @Midnighter in https://github.com/pyOpenSci/pyos-package-template/pull/55 * Support multi-line descriptions by @Midnighter in https://github.com/pyOpenSci/pyos-package-template/pull/51 * Unitize/dedupe tests by @sneakers-the-rat in https://github.com/pyOpenSci/pyos-package-template/pull/60 * add copyleft licenses by @sneakers-the-rat in https://github.com/pyOpenSci/pyos-package-template/pull/58 * Remove Python version floor by @ucodery in https://github.com/pyOpenSci/pyos-package-template/pull/63 ## New Contributors * @allcontributors made their first contribution in https://github.com/pyOpenSci/pyos-package-template/pull/45 * @sneakers-the-rat made their first contribution in https://github.com/pyOpenSci/pyos-package-template/pull/60 * @ucodery made their first contribution in https://github.com/pyOpenSci/pyos-package-template/pull/63 **Full Changelog**: https://github.com/pyOpenSci/pyos-package-template/compare/v0.6...v0.6.1