Skip to content

Releases: WorldBank-Transport/ram-backend

Version 0.8.3

03 Apr 12:35
acfc0b7
Compare
Choose a tag to compare

A release with fixes and performance improvements:

  • fix call stack error when calculating max population
  • waitForEvents utility now supports multi-arguments
  • add table indexes to improve scenario results performance

Version 0.8.1

10 Jan 22:45
6eebfb8
Compare
Choose a tag to compare

Changelog:

  • fix a bug with large file uploads

Version 0.8.0

21 Dec 23:17
16573fc
Compare
Choose a tag to compare

This release contains the following changes:

  • adds support to run background processes (analysis and vector tile generation) on AWS Fargate
  • adds support for files with origins to be imported from the WB Data Catalog
  • increases the max upload size
  • fixes handling of errors on Overpass
  • documentation and environment variables for Hyper was removed. Service will be deactivated early January 2019
  • adds a latest tag when pushing images to Docker Hub

Version 0.7.0

22 Oct 17:17
7f9a265
Compare
Choose a tag to compare

This version includes the following new features:

  • Add support for World Bank catalog as a source for poi and admin boundaries (#214)
  • Add speed profile editor endpoints (#228)
  • Allow parallel instances of vector tiles generation
  • Refactor results endpoint to include population totals instead of percentages (support for WorldBank-Transport/ram-frontend#196)

Improvements to the integration of RAM with the Rural Accessibility Hub:

  • Allow users to omit the result data in the export to RAH
  • Export project meta information and results in faux GeoJSON format to power the RAH map
  • Use flat object structure for contact to allow editing through prose.io
  • Update pull request text when exporting to RAH to include moderators mention
  • Update folder name of RAH export to include the project name

Other improvements and bug fixes:

  • Fix race condition on Operation class
  • Refactor waitForEventsOnEmitter to account for past event emission
  • Handle non Point pois (#207)
  • Add new error handling system for try catch blocks
  • Improve code documentation
  • Partially refactor code to use ES6 features
  • Misc bug fixes

Version 0.6.0

07 Sep 20:38
ee6e06f
Compare
Choose a tag to compare

Changelog:

  • allow users to export their accessibility analysis to the Rural Accessibility Hub. This allows people to share the results of their analysis with a wider group, even after taking down their instance of RAM. More on technical approach..

Version 0.5.0

14 Jun 19:52
12c6d3c
Compare
Choose a tag to compare

Changelog:

  • allow searching of origin names in the scenario results
  • generate Vector Tiles for administrative bounds
  • import POIs into osmp2p, allowing them to be edited through the iD editor - #188
  • several bug fixes
  • change CI to Circle and version the Docker images with a release tag - #221
  • rename of Docker images from rra-api to ram-backend

v0.4.0

07 Aug 16:07
Compare
Choose a tag to compare

Changelog:

  • Improve source data validation
  • Add authentication through auth0
  • Add osm data import through overpass
  • Import road network into osm-p2p
  • Add some source data tests and bug fixing
  • Add endpoint to return scenario Poi
  • Population estimate no longer require a name
  • Multiple improvements and bug fixes

Version 0.3.0

26 Jun 12:33
Compare
Choose a tag to compare

Changelog:

  • Improve database structure
  • Better support for scenarios with large amounts of origins, and multiple POI
  • Improved performance through use of database instead of files to handle scenario data
  • Add option to abort analysis
  • Full compatibility with S3
  • Ground work for supporting different data sources (osm imports)
  • Add endpoint with aggregated and raw results. (Results aggregations is now done in the server instead of client)
  • Add endpoint with geo results for ETA map

Version 0.2.0

01 Jun 20:26
Compare
Choose a tag to compare

Refactor of the RRA backend.