Releases: seedcase-project/example-seed-beetle
Releases · seedcase-project/example-seed-beetle
0.3.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- build(deps): bump ruff from 0.12.5 to 0.12.7 by @dependabot[bot] in #61
- build(deps): bump polars from 1.31.0 to 1.32.0 by @dependabot[bot] in #60
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #63
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #64
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #65
- build(deps): bump seedcase-sprout from 0.47.1 to 0.48.0 by @dependabot[bot] in #70
- build(deps): bump polars from 1.32.0 to 1.32.3 by @dependabot[bot] in #69
- build(deps): bump pre-commit from 4.2.0 to 4.3.0 by @dependabot[bot] in #68
- build(deps): bump ruff from 0.12.7 to 0.12.11 by @dependabot[bot] in #67
- build(deps): bump typos from 1.34.0 to 1.35.6 by @dependabot[bot] in #66
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #71
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #72
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #73
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #74
- build(deps): bump commitizen from 4.8.3 to 4.9.1 by @dependabot[bot] in #79
- build(deps): bump polars from 1.32.3 to 1.33.1 by @dependabot[bot] in #78
- build(deps): bump typos from 1.35.6 to 1.37.0 by @dependabot[bot] in #77
- build(deps): bump ruff from 0.12.11 to 0.13.2 by @dependabot[bot] in #76
- build(deps): bump seedcase-sprout from 0.48.0 to 0.48.1 by @dependabot[bot] in #75
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #80
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #81
- build(deps): bump typos from 1.37.0 to 1.39.0 by @dependabot[bot] in #84
- build(deps): bump ruff from 0.13.2 to 0.14.3 by @dependabot[bot] in #83
- build(deps): bump polars from 1.33.1 to 1.35.1 by @dependabot[bot] in #82
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #85
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #86
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #87
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #88
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #94
- build(deps): bump commitizen from 4.9.1 to 4.10.0 by @dependabot[bot] in #93
- build(deps): bump ruff from 0.14.3 to 0.14.7 by @dependabot[bot] in #92
- build(deps): bump typos from 1.39.0 to 1.40.0 by @dependabot[bot] in #91
- build(deps): bump polars from 1.35.1 to 1.35.2 by @dependabot[bot] in #90
- build(deps): bump pre-commit from 4.3.0 to 4.5.0 by @dependabot[bot] in #89
- build(deps): bump polars from 1.35.2 to 1.36.1 by @dependabot[bot] in #99
- build(deps): bump seedcase-sprout from 0.48.1 to 0.49.0 by @dependabot[bot] in #96
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #95
- build(deps-dev): bump pre-commit from 4.5.0 to 4.5.1 by @dependabot[bot] in #100
- build(deps-dev): bump ruff from 0.14.7 to 0.14.10 by @dependabot[bot] in #98
- build(deps-dev): bump commitizen from 4.10.0 to 4.11.0 by @dependabot[bot] in #97
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #101
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #102
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #104
- feat: ✨ add Git LFS by @martonvago in #103
New Contributors
- @dependabot[bot] made their first contribution in #61
- @martonvago made their first contribution in #103
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- chore: 🔀 setup the repo for the example by @K-Beicher in #1
- Feat: add data files by @K-Beicher in #4
- fix: install ruff correctly and run on files by @K-Beicher in #8
- feat: create datapackage json file by @K-Beicher in #11
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @lwjohnst86 in #14
- refactor: update scripts to create and edit datapackage by @K-Beicher in #16
- build: ♻️ switch to using uv rather than poetry by @lwjohnst86 in #18
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @lwjohnst86 in #17
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @lwjohnst86 in #19
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #24
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #25
- feat: REDCap friendly data set to export and import by @K-Beicher in #22
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #27
- refactor: ♻️ move content into
main.py, use scripts as functions by @lwjohnst86 in #29 - feat: add environment.yml file by @K-Beicher in #32
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #33
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #34
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #38
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #39
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #40
- build: ⬆️update
seedcase-sproutdependency by @signekb in #43 - build: ➕ add
requeststo dependencies by @signekb in #45 - chore: update
uv.lockby @signekb in #46 - chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #42
- chore: 🔥 remove the
data-raw/folder and its.gitignoreby @signekb in #52 - refactor: 🔥 remove REDCAP related scripts by @signekb in #50
- chore: 🔥 remove
environment.ymlby @signekb in #51 - refactor: ♻️ update with newest changes to Sprout by @signekb in #47
- build: ⬆️ upgrade sprout to 0.47.1 and rerun
main.pyby @signekb in #53 - chore: 🙈 add parquet files to
.gitignoreby @signekb in #54 - ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #58
- refactor: ♻️ use
template-data-packageby @signekb in #59 - ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #62
New Contributors
- @K-Beicher made their first contribution in #1
- @lwjohnst86 made their first contribution in #14
- @sync-files-token[bot] made their first contribution in #24
- @pre-commit-ci[bot] made their first contribution in #27
- @signekb made their first contribution in #43
Full Changelog: https://github.com/seedcase-project/example-seed-beetle/commits/0.2.0
What's Changed
- chore: 🔀 setup the repo for the example by @K-Beicher in #1
- Feat: add data files by @K-Beicher in #4
- fix: install ruff correctly and run on files by @K-Beicher in #8
- feat: create datapackage json file by @K-Beicher in #11
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @lwjohnst86 in #14
- refactor: update scripts to create and edit datapackage by @K-Beicher in #16
- build: ♻️ switch to using uv rather than poetry by @lwjohnst86 in #18
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @lwjohnst86 in #17
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @lwjohnst86 in #19
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #24
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #25
- feat: REDCap friendly data set to export and import by @K-Beicher in #22
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #27
- refactor: ♻️ move content into
main.py, use scripts as functions by @lwjohnst86 in #29 - feat: add environment.yml file by @K-Beicher in #32
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #33
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #34
- ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #38
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #39
- chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #40
- build: ⬆️update
seedcase-sproutdependency by @signekb in #43 - build: ➕ add
requeststo dependencies by @signekb in #45 - chore: update
uv.lockby @signekb in #46 - chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package by @sync-files-token[bot] in #42
- chore: 🔥 remove the
data-raw/folder and its.gitignoreby @signekb in #52 - refactor: 🔥 remove REDCAP related scripts by @signekb in #50
- chore: 🔥 remove
environment.ymlby @signekb in #51 - refactor: ♻️ update with newest changes to Sprout by @signekb in #47
- build: ⬆️ upgrade sprout to 0.47.1 and rerun
main.pyby @signekb in #53 - chore: 🙈 add parquet files to
.gitignoreby @signekb in #54 - ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot]...