Releases: healthysustainablecities/global-indicators
v4.7.3
What's Changed
- updated Docker environment by @carlhiggs in #505
- Enhancements (a bug and some features) by @carlhiggs in #512
Full Changelog: v4.7.2...v4.7.3
v4.7.2
Updated FigShare workflow
I updated the FigShare workflow file for uploading new releases to FigShare --- this still contained our previous organization name, which was why the upload of releases was failing. This should now be corrected, although I need to make a new release to trigger the workflow in order to test this!
v4.7.0
What's Changed
Updated GHSCI software environment dependencies (software version is now 4.7.0)
moved towards #495 (updated OSMnx to 1.9.4)
addressed #496 improving web app user experience.
added improved feedback for users on identifying and correcting invalid YAML, and CI test to detect both valid and invalid YAML as per #497
and other general enhancements by @carlhiggs in
Full Changelog: v4.6.1...v4.7.0
v4.6.1
What's Changed
- Added a tooltip to the study region button in the GHSCI app with @jiy… by @carlhiggs in #484
- updated app to provide more informative error messages, and a way to … by @carlhiggs in #488
- Updated Catalan and Spanish translations, with minor report layout and GUI updates by @carlhiggs, with thanks to @JaviMolina-Garcia and @dapugacheva in #489
Full Changelog: v4.6.0...v4.6.1
v4.6.0
What's Changed
- Enhancements by @carlhiggs in #455
- merge main into enhancements by @carlhiggs in #461
- fix links post repo move by @gboeing in #460
- Enhancements by @carlhiggs in #466
- Enhancements by @carlhiggs in #468
- Enhancements by @carlhiggs in #471
- Enhancements by @carlhiggs in #473
- Allow command line dropping of database as per #475 by @carlhiggs in #477
- updated Catalan and Spanish translations by @carlhiggs in #479
- updated Finnish translation, and added fix to address #480 by @carlhiggs in #481
- Enhancements by @carlhiggs in #482
- updated policy report generation to more flexibly specify required cu… by @carlhiggs in #483
Full Changelog: v4.5.3...v4.6.0
v4.5.3
What's Changed
- added in example image used in reports unintentionally omitted by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/444
- Corrected error in a particularly part of analysis.R; referred to r.h… by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/445
- corrected error in analysis.R that wasn't about r.header (which is a … by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/447
Full Changelog: global-healthy-liveable-cities/global-indicators@v4.5.2...v4.5.3
v4.5.2
Improved text wrapping to optionally support wrapping on characters instead of words for languages using ideograms (e.g. Chinese and Japanese), so that translated reports are correctly formatted in these languages. (see #433)
Also updated software dependencies and made minor tweaks to UI and Jupter Lab example notebook phrasing.
What's Changed
- improved warning message for attempt to generate report for language … by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/432
- Enhancements by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/437
- added manual override of language validation check when generating re… by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/439
- Enhancements by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/440
- updated some translation details in report template by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/443
Full Changelog: global-healthy-liveable-cities/global-indicators@v4.5.1...v4.5.2
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
4.4.10
Adds a new 'interpolate_stop_times' option for GTFS feeds to deal with the possible case of stop_times.txt missing departure times values. If that's the case, analysis of regular service frequencies cannot proceed accurately for that GTFS feed. As per the GTFS reference specification, missing departure or arrival times may be interpolated using the stop sequence start and end times within each trip id.
The new interpolate_stop_times
option/function if set fills null arrival and departure values using a linear interpolation according to the provided stop sequence start and end times within each trip_id. This is an approximation based on the available information, and results may still differ from the actual service frequencies at these stops. However, in the absence of further information, a user may judge it as an adequate approximation (using the values implicit in the data itself), in which case it would allow analysis to proceed.
What's Changed
- Enhancements by @carlhiggs in https://github.com/global-healthy-liveable-cities/global-indicators/pull/360
Full Changelog: global-healthy-liveable-cities/global-indicators@v4.4.9...4.4.10