Releases: dbt-labs/jaffle-shop-generator
v0.4.4
Test release with publish workflow now running on Linux, which is required for the PyPI publish action.
v0.4.3
Test release to make sure the publish workflow can execute properly.
v0.4.2
Adds a pyproject.toml and should get the build and publish flow working.
v0.4.1
Release to test publishing to PyPI is triggered on release creation.
v0.4.0
This release greatly streamlines the repo to focus on modern Python tooling with ruff
as the linter, and typer
as the CLI framework. It changes the syntax for the CLI to a clearer structure, and improves the robustness and clarity of the code internally.
v0.3.1
v0.2.1
v0.2.0
What's new
Added 🎉
jafgen
now takes an argument (an integer between 1 and 10)--years
to control the length of the simulation
Fixed ✅
- Create directory
jaffle-data
for output if it doesn't already exist
Commits
7d026b9 Add arg to control number of years
f88fc6a Create dir for data artifacts if needed
v0.1.0
What's new
Added 🎉
- Functioning
jafgen
command generating a fixed amount of synthetic jaffle shop data
Commits
dfaa1bd Bump version to v0.1.0 for release
0c72c7d Fix changelog
ce04c91 Bump version to v0.1.0 for release
87da449 Add added section to v0.1.0 in changelog
60c088f Bump version to v0.1.0 for release
79076e5 Spike out README
f6e8d32 Add initial tests
2928494 Remove export indexes and expand simultation
d94ab72 Merge pull request #2 from dbt-labs/dependabot/pip/black-22.12.0
5c90593 Merge pull request #3 from dbt-labs/dependabot/pip/mypy-0.991
5e19d13 Merge pull request #13 from dbt-labs/fix/types-versions-linting-docs
74fab50 Remove python 3.7 testing, support 3.10 and up only
ce1bbf8 Merge branch 'main' of github.com:dbt-labs/jaffle-shop-generator
1f75d7c Get command line entry point working
414df51 Fix src path issues
1b30f9e Oops remove and ignore data artifacts
b43c745 Refactor notebook into package
49f878d Fix initial settings mistakes
095298e Initial commit packaging jaffle-shop-generator from template
dde0480 Initial commit