Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 15:08
· 31 commits to main since this release

v0.2.0 (2024-10-29)

Chores

  • chore: fix linting errors (f308ccc)

  • chore: restructure directory so date binning in forecast app folder (0ad9cef)

  • chore: black formatting (49dcc01)

  • chore: ignore .python-version (b7ace56)

  • chore: black formatting (2be78c3)

  • chore: fix flake8 errors (344c292)

  • chore: add copyright, fix typing (f1c972f)

  • chore: remove date binning testing notebook (moved to pytests) (2059caa)

  • chore: remove html docs (ebd30cb)

  • chore: rename notebook for clarity (e663f62)

  • chore: bump pytest version to avoid attribute error (d74e8ef)

  • chore: remove .python-version as tracked file (a2cdba4)

Continuous Integration

  • ci: add python 3.12, use for linting (1890d7b)

  • ci: expand permissions for coverage comment (672b634)

  • ci: remove unsupported redirection chars from tox commands (924e4a7)

  • ci: change pipe to > (f73b7f2)

  • ci: update pytest cov command (a6d32f8)

  • ci: check for coverage file before running comment step (730702b)

  • ci: rename workflow (c33096e)

  • ci: add pytest coverage (e3be4c9)

  • ci: add python 3.11 to ci (b98f425)

  • ci: install poetry, add black linting (807808a)

  • ci: add black options (526e006)

  • ci: add tox for tests, linting, python semantic release (7b3dbd0)

  • ci: add linting config (5958e6d)

  • ci: add pre-commit (2ff893d)

  • ci: add pre-commit and formatting config (86ca718)

  • ci: don't bother moving files (4da25c5)

  • ci: more debug statements (6317b65)

  • ci: add debug statement (73013ef)

  • ci: mkdir with parent directories (16679ac)

  • ci: create folder (42e2242)

  • ci: add debug ls (8f87c7d)

  • ci: copy instead of move (92450e7)

  • ci: select all files (41fc915)

  • ci: move png files (c0fb036)

  • ci: remove comma (87089f3)

  • ci: export pngs too (c80e068)

  • ci: embed images (f466c8a)

  • ci: export md, not html (d1cfb75)

  • ci: update branch (7e98298)

  • ci: add output-dir to nbconvert (658ad91)

  • ci: fix flag typo (5a76395)

  • ci: add notebook conversion workflow (2f602de)

Documentation

  • docs: Automatic commit of updated Jupyter notebook (76b4c29)

  • docs: Automatic commit of updated Jupyter notebook (d02d832)

  • docs: Automatic commit of updated Jupyter notebook (90ec3a0)

  • docs: Automatic commit of updated Jupyter notebook conversions (0498ddb)

  • docs: export to markdown instead of HTML (86001fc)

  • docs: Automatic commit of updated Jupyter notebook conversions (b4b6506)

Features

  • feat: remove stub for cal month, quarter, inclusive end date is default (476517e)

  • feat: update for custom days, labels (5453196)

Testing

  • test: add tests for full coverage (ed1a65c)

  • test: add custom date format for labels using start date test (4cfc0de)

  • test: update for weekly, biweekly change, add labels (b242e33)

Unknown

  • Merge pull request #9 from agritheory/date_binning

feat: add date binning functionality (7e6b6bb)

  • Merge branch 'main' into date_binning (a57b14f)

  • Merge pull request #14 from agritheory/tox_ci

ci: lint and test with tox, add py sem release (416b836)

  • Merge branch 'main' into tox_ci (087ea69)

  • Merge branch 'main' into tox_ci (b0160de)

  • Merge branch 'main' into date_binning (3387eb0)

  • Merge pull request #17 from agritheory/export_to_markdown

ci: export md, not html (061f009)

  • Merge pull request #16 from agritheory/export_to_markdown

CI: rename job (9f7ded0)

  • CI: rename job (84119c7)

  • Merge pull request #15 from agritheory/export_to_markdown

docs: export to markdown instead of HTML (5e0ae51)

  • Merge pull request #13 from agritheory/jupyter_to_html

ci: convert Jupyter notebooks to html (eafa949)