This repository was archived by the owner on Jul 20, 2024. It is now read-only.
Releases: Sparrow0hawk/mynearestleedsmarginal
Releases · Sparrow0hawk/mynearestleedsmarginal
v2023.02.2
This is a minor release that updates the app to remove Google Analytics and implement some minor backend logging.
It also updated the deployment script for 2023.
What's Changed
- Proper migration to CalVer
- update the deploy script for 2023 by @Sparrow0hawk in #28
- Remove google analytics by @Sparrow0hawk in #29
- add basic logging with message by @Sparrow0hawk in #30
Full Changelog: v2023-01...v2023.02.2
mynearestleedsmarginal 2023
This is the first release for the updated app for 2023. No major changes to app logic have been introduced, source data has been updated for 2023 (using results from 2022).
What's Changed
- Migrating versioning to a form of CalVer
- Package tidy up and docker base image by @Sparrow0hawk in #20
- [UPDATE] App update for 2022 by @Sparrow0hawk in #21
- updating majority calculating logic for multi member elec wards by @Sparrow0hawk in #22
- Update 2023 by @Sparrow0hawk in #25
Full Changelog: v3.1.0rc...v2023-01
v3.1.0rc - 2021 Version release candidate
This is a revamp of the app for local election in 2021. This is a release candidate and is subject to potential changes.
Summary of changes:
- Migrated repository to use renv for handling R dependencies rather than packrat
- Included some of the data used including Leeds GeoJSON for council wards
- Migrated internal app logic to use a single SpatialPolygonDataframe rather than separate polygons and data
- Included a Dockerfile
- Updated README to include instructions for deploying to GCP
- Wording updated for 2021
- Added a new button for connecting user straight to Dialogue for the specific returned council ward
- Updated app to run with R v4.0.3
- Included conda environment file for managing other dependencies