Skip to content

Commit fe65019

Browse files
Merge pull request #33 from camaraproject/jgarciahospital-patch-1
Create 0.1.0 branch
2 parents 7f93ec7 + 4c00d6b commit fe65019

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog PopulationDensityData
2+
3+
## Table of Contents
4+
5+
- [v0.1.0](#v010)
6+
7+
**Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.**
8+
9+
# v0.1.0
10+
11+
**This is the first alpha version of the Population Density Data API.**
12+
13+
- API [definition](https://github.com/camaraproject/PopulationDensityData/tree/release-v0.1.0/code/API_definitions)
14+
- API [documentation](https://github.com/camaraproject/PopulationDensityData/tree/release-v0.1.0/documentation/API_documentation)
15+
16+
## Please note:
17+
18+
- This is an **initial version**.
19+
- There are bug fixes to be expected and incompatible changes in upcoming versions.
20+
21+
## What's changed
22+
23+
* New API `Population Density Data`, v0.1.0, with a single operation for retrieving population density information in the specified area:
24+
- Given a specific area as a polygon shape, a precision level and a time interval in which the service provider wants to obtain the population density, the API will return the data set of time ranges and equal sized cells containing the estimated population densitity of each time slot and cell.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Repository to describe, develop, document and test the Population Density Data A
3030
## Status and released versions
3131

3232
* Note: Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**.
33-
* **This API is under Work In Progress, no Alpha or stable releases are available by this time**
34-
- WIP API definition **with inline documentation**:
35-
- OpenAPI [YAML spec file](https://github.com/camaraproject/PopulationDensityData/blob/main/code/API_definitions/population-density-data.yaml)
36-
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/main/code/API_definitions/population-density-data.yaml&nocors)
37-
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/main/code/API_definitions/population-density-data.yaml)
33+
* Release 0.1.0 of the API family is available within the [release-v0.1.0](https://github.com/camaraproject/PopulationDensityData/tree/release-v0.1.0) branch.
34+
- 0.1.0 Population Density Data API definition **with inline documentation**:
35+
- OpenAPI [YAML spec file](https://github.com/camaraproject/PopulationDensityData/blob/release-v0.1.0/code/API_definitions/population-density-data.yaml)
36+
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/release-v0.1.0/code/API_definitions/population-density-data.yaml&nocors)
37+
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/PopulationDensityData/release-v0.1.0/code/API_definitions/population-density-data.yaml)
3838

3939
## Contributorship and mailing list
4040
* To subscribe / unsubscribe to the mailing list of this Sub Project and thus be / resign as Contributor please visit <https://lists.camaraproject.org/g/sp-pdd>.

code/API_definitions/population-density-data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ info:
116116
license:
117117
name: Apache 2.0
118118
url: https://www.apache.org/licenses/LICENSE-2.0.html
119-
version: 0.1.0-rc2
119+
version: 0.1.0
120120
externalDocs:
121121
description: Product documentation at Camara.
122122
url: https://github.com/camaraproject/
123123
servers:
124-
- url: '{apiRoot}/population-density-data/v0'
124+
- url: '{apiRoot}/population-density-data/v0.1'
125125
variables:
126126
apiRoot:
127127
default: http://localhost:9091

0 commit comments

Comments
 (0)