v4.5.1
This release includes support for the new reporting templates for the Global Observatory of Healthy and Sustainable Cities' 1000 Cities Challenge.
Major issues addressed are described in the closed pull request here.
As a result of the reporting template updates, phrases in our reports have changed and translations for existing languages require validation. Additionally, we have added preliminary support for approximately 30 languages at time of writing with more planned, however most of these are also awaiting final validation. Validated translations for languages other than English will be added periodically over the coming weeks and months.
If you are interested in validating translations for the project, or in having support for your language, please let us know through a github issue.
To list the available validated languages for reporting, if using Python within our Dockerised GHSCI software environment, run:
import ghsci
ghsci.get_languages()
What's Changed
- Updated GTFS analysis to address stop duplication across modes and provide more informative feed output as per #385 by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/386
- Update packages and methods for 2024 by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/384
- addressed frequncies.txt misreading, to ensure the copy read by gtfs-lite is used, as per #389 by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/390
- merging main branch (with 2024 package updates) into enhancements branch by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/391
- Update enhancements 2024 by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/392
- Jupyter Lab and Software set up on GitHub adjustments from issue #375 by @dapugacheva in https://github.com/global-healthy-liveable-cities/global-indicators/pull/387
- New reports by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/398
- Enhancements by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/400
- Webapp minor changes and conflicts solved by @rychennn in https://github.com/global-healthy-liveable-cities/global-indicators/pull/403
- Update packages and methods for 2024 by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/407
- Enhancements by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/426
- Merging changes in main (to citation) to enhancements by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/430
- Enhancements by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/429
New Contributors
- @dapugacheva made their first contribution in https://github.com/global-healthy-liveable-cities/global-indicators/pull/387
- @rychennn made their first contribution in https://github.com/global-healthy-liveable-cities/global-indicators/pull/403
Full Changelog: global-healthy-liveable-cities/global-indicators@4.4.10...v4.5.1