Adding municipality meeting summaries (discussion #113)

#115
Danish Foundation Models org
edited Feb 27

According to discussion #113, adding the municipality meeting summaries from sprogteknologi.dk

balsab changed pull request title from Adding municipal meeting summaries (discussion #113) to Adding municipality meeting summaries (discussion #113)
Danish Foundation Models org

Checklist

  • I have run the test suite using make test and all tests pass
  • I have added/changed a dataset:
    • I have updated descriptive statistics using make update-descriptive-statistics
    • I have bumped the version use make bump-version
  • If I have added a create.py script I have added the script dependencies required to run that script.
  • I have updated the CHANGELOG.md if appropriate

Notes

For some reason the packages used for the figure creation had to be updated, otherwise they would not work. (I suspect some OS differences). I don't think these changes break any plot functionality, but that doesn't mean they won't.

the updates made to pyproject.toml:

  • dynaword 1.2.13
    ´´´# figures
    "plotnine>=0.14.5",
    "plotly>=6.0.1",
    "nbformat>=4.2.0",
    "kaleido==0.2.1"
    ´´´
  • dynaword 1.2.14
    ´´´# figures
    "plotnine>=0.14.5",
    "plotly>=6.5.1",
    "nbformat>=4.2.0",
    "kaleido>=1.0.0"
    ´´´
balsab changed pull request status to open
Danish Foundation Models org

Looks great!

KennethEnevoldsen changed pull request status to merged

Sign up or log in to comment