Skip to content

Releases: maasglobal/sustainable-mobility-api

v0.3.0

20 May 08:36
Compare
Choose a tag to compare

New

Improved

  • Unit tests simplified to improve readability and maintainability
  • Documentation extended to describe the CO2 estimation methodology

v0.2.0

15 Apr 07:27
Compare
Choose a tag to compare

New

  • Add unit tests for code quality
  • Add Docker file for easy deployment
  • Add Serverless project for easy cloud-native deployment
  • Use Black for code formatting

Improved

  • Improve linting configuration for code quality
  • Use correct float parsing in JavaScript
  • Changes so the project can run locally
  • HTTP requests always return a result (or error)

v0.1.2

15 Apr 07:38
Compare
Choose a tag to compare

New

  • Use Connexion for HTTP API scaffolding
  • Use Swagger UI to render documentation

Improved

  • Reorganize project structure
  • HTTP API request parameters for occupancy and distance_km
  • API endpoint docs
  • Dependency updates
  • Corrected project metadata

v0.1.1

15 Apr 07:46
Compare
Choose a tag to compare

New

  • Add Code of Conduct for community stewardship
  • Add pylinting configuration
  • Add Python project metadata for easier PyPI publication
  • Add usage examples in README

0.1 - Eunice Newton Foote

15 Apr 08:01
353a3f9
Compare
Choose a tag to compare

New

  • Initial Python package for CO2 estimation based on transport mode and distance
  • Add documentation with usage instructions
  • Add packaging metadata for PyPI