Commit graph

9 commits

Author SHA1 Message Date
19d7b6f3cc
Finalize release 0.4.0 2021-09-13 11:20:53 +02:00
6c03261b07
Merge branch 'main' into develop 2021-03-01 14:45:24 +01:00
40471b883c
Add infos on tactical demand forecasting 2021-02-04 16:12:25 +01:00
b9c3697434
Move notebooks into the research folder 2020-12-14 16:56:27 +01:00
88a9b8101c
Merge branch 'research-clean-data' into develop 2020-09-30 13:52:01 +02:00
6d9e5ffcef
Add info about the data cleaning 2020-09-30 13:43:00 +02:00
4c633cec3d
Finalize release 0.2.0 2020-09-30 12:20:21 +02:00
79f0ddf0fe
Add installation and contributing info 2020-08-11 11:02:09 +02:00
de8afa6335
Initial commit
- add the following files:
  + .gitignore => ignore poetry's and pyenv's artifacts
  + LICENSE.txt => MIT license as the project is scientific research
  + README.md => rough description of the project
  + poetry.lock
  + pyproject.toml
  + src/urban_meal_delivery/__init__.py => source code package
- use a "src" layout structure:
  + ensure that pytest runs the tests against a packaged and pip
    installed version of the source code, not the *.py files in the
    project directory
  + more info: https://hynek.me/articles/testing-packaging/
2020-08-03 20:19:42 +02:00