Recent Releases of Mobility
Mobility - v0.2.0
New Features
- Mobility can now be installed from PyPI as
mobility-tools, while keeping the Python import namemobility. (#371) - Added a GitHub release workflow that builds release artifacts and publishes to PyPI with trusted publishing. (#371, #381, #382)
- Added reproducible GTFS source selection for public transport routing, so projects can share and reuse the same GTFS source catalog. (#369)
- Added support for Swiss data and improved French communal data. (#87, #85)
- Added modelling support for school, leisure, studies, carpool, public transport, congestion, and multimodal workflows. (#115, #262, #200, #136, #113, #205, #203)
- Added group day trip simulation with scenario-aware runs, iteration states, diagnostics, result tables, metrics, sensitivity analysis, and restart support. (#323, #341, #342, #348, #367, #261)
- Added scenario-aware and time-varying parameters, parameter validation, parameter reports, and default scenario fallbacks. (#258, #282, #340, #240, #366)
- Added transport-zone preparation improvements, sparse-zone merging, Python backend support, map helpers, and transport-zone reports. (#271, #332, #344, #331, #347)
- Added route, traffic, public transport, and travel-cost evaluation tools. (#211, #205, #222, #203)
- Added a Dash asset DAG viewer to inspect runtime dependencies. (#360)
Bug Fixes
- Fixed package runtime resources so installed users get the data files needed by Mobility. (#371, #382)
- Fixed public transport leg parameter resolution for scenario-and-iteration-dependent access and egress costs. (#370)
- Fixed GTFS parsing and routing edge cases, including missing
agency_id, malformedcalendar_dates, and GTFS time-offset issues. (#180, #175, #217) - Fixed high memory usage and improved memory handling in long simulations. (#328, #343)
- Fixed bugs in PopulationTrips, destination sampling, trip home returns, metrics, probability calculations, and flow reuse between runs. (#164, #238, #310, #327, #214, #215, #260, #349)
- Fixed transport graph and congestion issues, including cleanup, OSM filtering, one-way tags, restricted roads, ferry links, and lane capacity parsing. (#306, #234, #207, #176, #320)
- Fixed CI download progress crashes caused by overlapping Rich progress displays. (#378)
- Fixed compatibility issues with newer pandas, pyarrow, R, and dependency versions. (#60, #67, #119, #275)
Chores
- Reworked the release process around PyPI, GitHub releases, trusted publishing, release docs, and packaged artifact checks. (#371, #377, #380, #381, #382)
- Simplified the release build so it no longer depends on the custom CI container image. (#381)
- Added and improved CI workflows, coverage reporting, Codecov, Dependabot, macOS install checks, and a prebuilt CI image for normal tests. (#29, #32, #102, #139, #243, #249, #278, #355, #356, #357)
- Improved dependency management for users, tests, Python packages, and R packages. (#275, #168, #371)
- Added a PR template and clearer contribution workflow. (#286)
- Reworked documentation, README files, Read the Docs setup, quickstart material, examples, model pages, API notes, and dependency notes. (#30, #33, #63, #64, #65, #66, #72, #73, #74, #75, #186, #321, #368)
- Switched the maintained quickstart and tests to the Limoges example. (#354)
Migration Notes
Install from PyPI with:
pip install mobility-tools
Keep importing the package as before:
import mobility
Public transport routing now expects explicit GTFS routing inputs such as gtfs_reference_date and gtfs_sources_folder for reproducible runs. (#369)
Existing projects should be reviewed before rerunning because model internals, transport costs, parameters, dependencies, and public transport inputs changed substantially since v0.0.1.
Changelog
This is a broad catch-up release after several years without a formal release. The highlights above summarize the main user-facing changes; the full generated changelog below includes feature work, fixes, documentation, CI, packaging, and internal refactors.
What's Changed
- Bases demande opportunite by @AntoineGauchot in https://github.com/mobility-team/mobility/pull/17
- [example] improve Millau example by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/21
- add flake8 and pytest by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/29
- ajout de codecov by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/32
- Create README.md by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/30
- Improve docstrings by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/34
- Création d'un README pour les données by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/33
- Add db comparison example by @louisegontier in https://github.com/mobility-team/mobility/pull/40
- Update scripts groupe 1 by @AyoubFOUNDOU in https://github.com/mobility-team/mobility/pull/46
- Comments by @AyoubFOUNDOU in https://github.com/mobility-team/mobility/pull/50
- Update scripts groupe 1 by @cpequign in https://github.com/mobility-team/mobility/pull/49
- Update scripts groupe 1 by @cpequign in https://github.com/mobility-team/mobility/pull/52
- Update scripts groupe 1 by @AnasLahmar in https://github.com/mobility-team/mobility/pull/53
- Update scripts groupe 1 by @AnasLahmar in https://github.com/mobility-team/mobility/pull/54
- readme update by @AnasLahmar in https://github.com/mobility-team/mobility/pull/55
- Add trip type and BLOGDIST by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/36
- fix bug in emp_2019 parser by @louisegontier in https://github.com/mobility-team/mobility/pull/56
- Add info about INSEE data in the readme by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/41
- Add numeric_only arg to pandas sum to avoid an error by @FlxPo in https://github.com/mobility-team/mobility/pull/60
- Carbon by @louisegontier in https://github.com/mobility-team/mobility/pull/31
- Small docstrings improvements by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/62
- Add config for readthedocs by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/63
- Improve doc config by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/64
- Amélioration des README by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/65
- Change doc config by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/66
- Test doc by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/70
- Test doc by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/71
- Use myst_parser for readthedocs by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/72
- Add a (Markdown) index in doc by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/73
- Various improvements by Centrale Lyon students by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/58
- Change Sphinx configuration by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/74
- Add Readthedocs configuration by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/75
- Ajout de pyarrow dans les packages nécessaires by @FlxPo in https://github.com/mobility-team/mobility/pull/67
- Departments radiation functions are now main functions by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/76
- Add badges by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/77
- Change test strategy by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/78
- Update test_ademe_base_carbone_api.py by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/86
- [Data] Update communal data in France by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/85
- Add Swiss data by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/87
- Update conf.py by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/93
- Localisation multimodale des trajets domicile-travail by @FlxPo in https://github.com/mobility-team/mobility/pull/113
- Montée de version de R de 4.1.3 à 4.4.1 by @FlxPo in https://github.com/mobility-team/mobility/pull/119
- Create install-mac.yml by @FlxPo in https://github.com/mobility-team/mobility/pull/139
- Add all changes from carpool branch by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/136
- Ajout de la possibilité de calibrer le modèle de radiation pour le motif domicile-travail by @FlxPo in https://github.com/mobility-team/mobility/pull/114
- R packages errors by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/128
- Correction de bugs dans la préparation des données GTFS by @FlxPo in https://github.com/mobility-team/mobility/pull/161
- Correction d'une erreur de colonne manquante dans Population by @FlxPo in https://github.com/mobility-team/mobility/pull/164
- Refactoring et documentation PopulationTrips by @FlxPo in https://github.com/mobility-team/mobility/pull/165
- Suppression de la dépendance au package R readxl by @FlxPo in https://github.com/mobility-team/mobility/pull/168
- Correction de la méthode de construction de la variable socio_pro_category by @FlxPo in https://github.com/mobility-team/mobility/pull/172
- Forcer les noms de colonnes de la table calendar_dates des GTFS quand le parsing échoue by @FlxPo in https://github.com/mobility-team/mobility/pull/175
- Suppression des voies taggées "ferry" dans OSM dans les graphes de transport by @FlxPo in https://github.com/mobility-team/mobility/pull/176
- Améliorer la stratégie de gestion du cache by @FlxPo in https://github.com/mobility-team/mobility/pull/178
- Ajout de la colonne agency_id si manquante by @FlxPo in https://github.com/mobility-team/mobility/pull/180
- Une classe Results pour analyser les résultats de PopulationTrips by @FlxPo in https://github.com/mobility-team/mobility/pull/167
- Calcul de la colonne time dans PublicTransportGeneralizedCost.get by @FlxPo in https://github.com/mobility-team/mobility/pull/184
- Extraire la couche multipolygons des fichiers pbf dans prepare_transport_zones.R by @FlxPo in https://github.com/mobility-team/mobility/pull/182
- Calcul de la colonne time dans DetailedCarpoolGeneralizedCost.get by @FlxPo in https://github.com/mobility-team/mobility/pull/187
- Improve doc and readme by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/186
- Update geofabrik reference date by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/190
- Correction de conflit de types de colonnes int32 int64 by @FlxPo in https://github.com/mobility-team/mobility/pull/191
- Filtrage des résultats par statut inner/outer des zones de transport + Découpage des géométries TransportZones / StudyArea by @FlxPo in https://github.com/mobility-team/mobility/pull/195
- Ajout du motif “Études” à la modélisation des déplacements by @lucas-boh in https://github.com/mobility-team/mobility/pull/200
- Ajout d'une classe TravelCostsEvaluation by @FlxPo in https://github.com/mobility-team/mobility/pull/203
- Evaluation des estimations de trafic by @FlxPo in https://github.com/mobility-team/mobility/pull/205
- [US] Ajouter une interface Dash Minimale - Carte et indicateur global by @adam-benyekkou in https://github.com/mobility-team/mobility/pull/188
- Ajout de la possibilité de visualiser les itinéraires routiers du modèle avec une classe RoutingEvaluation by @FlxPo in https://github.com/mobility-team/mobility/pull/211
- Filtrage des voies réservées aux poids lourds / covoiturage / service / accès restreint by @FlxPo in https://github.com/mobility-team/mobility/pull/207
- Correction d'une erreur dans le calcul des probabilités lorsque les coûts sont très élevés by @FlxPo in https://github.com/mobility-team/mobility/pull/214
- Correction d'une erreur dans le calcul des probabilités lorsque les coûts sont très élevés v2 by @FlxPo in https://github.com/mobility-team/mobility/pull/215
- Erreur de décalage temporel entre données de GTFSRouter et de GTFSStops by @FlxPo in https://github.com/mobility-team/mobility/pull/217
- Corrections et améliorations by @FlxPo in https://github.com/mobility-team/mobility/pull/220
- Correction pour les modes non représentés dans les enquêtes (survey_ids=[]) by @FlxPo in https://github.com/mobility-team/mobility/pull/221
- Correction d'un bug possible lors de la création de PublicTransportNetworkEvaluation by @FlxPo in https://github.com/mobility-team/mobility/pull/222
- correct link for installation by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/224
- update examples by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/225
- Méthode alternative d'installation de pak by @FlxPo in https://github.com/mobility-team/mobility/pull/228
- Force oneway tags to be either yes or no to avoid a bug in dodgr by @FlxPo in https://github.com/mobility-team/mobility/pull/234
- Suppression du parallélisme dans prepare_transport_zones.R by @FlxPo in https://github.com/mobility-team/mobility/pull/232
- Calcul séquentiel pour les transport zones + Fix clustering quand n buildings < n clusters by @FlxPo in https://github.com/mobility-team/mobility/pull/235
- Rendre les résultats de PopulationTrips constants à seed fixe by @FlxPo in https://github.com/mobility-team/mobility/pull/238
- [US] Visualiser l'offre de transport décrite par les GTFS #197 by @mariegrandclement in https://github.com/mobility-team/mobility/pull/230
- Améliorer la documentation de PopulationTrips et la validation de ses arguments by @FlxPo in https://github.com/mobility-team/mobility/pull/239
- add cost_per_person by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/236
- Get back coverage reports by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/243
- Create .coveragerc by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/246
- Lower coverage targets by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/247
- Use Pydantic to manage parameter metadata and validation by @FlxPo in https://github.com/mobility-team/mobility/pull/258
- Fix a typo in prepare_transport_zones.R by @FlxPo in https://github.com/mobility-team/mobility/pull/259
- Avoid leakage of flows data between subsequent runs by @FlxPo in https://github.com/mobility-team/mobility/pull/260
- Update README.md by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/252
- Align stay-home baseline utility with min_activity_time_constant by @FlxPo in https://github.com/mobility-team/mobility/pull/265
- Use saturation-weighted effective sink in destination sampling by @FlxPo in https://github.com/mobility-team/mobility/pull/267
- Leisures by @lucas-boh in https://github.com/mobility-team/mobility/pull/262
- Replace clara clustering by kmeans + knn clustering when building transport zones by @FlxPo in https://github.com/mobility-team/mobility/pull/271
- Add state-transition waterfall diagnostic by @FlxPo in https://github.com/mobility-team/mobility/pull/269
- [US] Établir un rapport de tous les paramètres d'entrée #198 by @mariegrandclement in https://github.com/mobility-team/mobility/pull/240
- Add checkpoints to PopulationTrips so runs restart from the last computed iteration by @FlxPo in https://github.com/mobility-team/mobility/pull/261
- Add walk as default value for first and last legs in PublicTransportMode by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/245
- Create motives.md by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/106
- Remove now useless error raising in LeisureMotive by @FlxPo in https://github.com/mobility-team/mobility/pull/272
- Tests with cov by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/249
- External mobility surveys by @FlxPo in https://github.com/mobility-team/mobility/pull/274
- Improve dependencies management for users and testing by @FlxPo in https://github.com/mobility-team/mobility/pull/275
- Add dependabot config by @FlxPo in https://github.com/mobility-team/mobility/pull/278
- align car and PT beeline OD cutoffs by @FlxPo in https://github.com/mobility-team/mobility/pull/273
- Update pytest-cov requirement from <7,>=5 to >=5,<8 by @dependabot[bot] in https://github.com/mobility-team/mobility/pull/280
- Update myst-parser requirement from <5,>=3 to >=3,<6 by @dependabot[bot] in https://github.com/mobility-team/mobility/pull/279
- Add a PR description template by @FlxPo in https://github.com/mobility-team/mobility/pull/286
- Replace data.cquest.org downloads with carte.gouv.fr downloads by @FlxPo in https://github.com/mobility-team/mobility/pull/291
- Refactor by @FlxPo in https://github.com/mobility-team/mobility/pull/289
- Add time varying parameters by @FlxPo in https://github.com/mobility-team/mobility/pull/282
- Ability to control the allowed state transitions during a simulation by @FlxPo in https://github.com/mobility-team/mobility/pull/284
- Evaluations by iteration by @FlxPo in https://github.com/mobility-team/mobility/pull/296
- Host BPE24 on data.gouv.fr to avoid intermittent download issues by @FlxPo in https://github.com/mobility-team/mobility/pull/292
- Oscillations by @FlxPo in https://github.com/mobility-team/mobility/pull/303
- Change flow disagregation strategy in load_path_graph.R by @FlxPo in https://github.com/mobility-team/mobility/pull/305
- Fix congestion artifacts clean up by @FlxPo in https://github.com/mobility-team/mobility/pull/306
- Optimizations to speed up simulations by @FlxPo in https://github.com/mobility-team/mobility/pull/307
- Fix last "go home" trip bug by @FlxPo in https://github.com/mobility-team/mobility/pull/310
- Correct quickstart by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/313
- Add SurveyPlanAssets by @FlxPo in https://github.com/mobility-team/mobility/pull/312
- Add a way to skip errors for download_file by @FlxPo in https://github.com/mobility-team/mobility/pull/308
- Filter out OSM buildings that are huts by @FlxPo in https://github.com/mobility-team/mobility/pull/315
- Rust backend to speed up modes sequences search by @FlxPo in https://github.com/mobility-team/mobility/pull/317
- Update activities duration when travel times change because of congestion by @FlxPo in https://github.com/mobility-team/mobility/pull/318
- Lane capacity and traffic lights parsing by @FlxPo in https://github.com/mobility-team/mobility/pull/320
- Update installation.md by @Mind-the-Cap in https://github.com/mobility-team/mobility/pull/321
- Add convergence and model quality metrics by @FlxPo in https://github.com/mobility-team/mobility/pull/322
- Group day trips by @FlxPo in https://github.com/mobility-team/mobility/pull/323
- R runner observability by @FlxPo in https://github.com/mobility-team/mobility/pull/324
- Detour penalty by @FlxPo in https://github.com/mobility-team/mobility/pull/326
- Fix metrics bug by @FlxPo in https://github.com/mobility-team/mobility/pull/327
- Fix high memory usage by @FlxPo in https://github.com/mobility-team/mobility/pull/328
- Prevent truncated destination draws from reaching mode sequence search by @FlxPo in https://github.com/mobility-team/mobility/pull/329
- Configure transport graph congestion loading by @FlxPo in https://github.com/mobility-team/mobility/pull/330
- Add Python transport zone backend by @FlxPo in https://github.com/mobility-team/mobility/pull/332
- Add transport zone report maps by @FlxPo in https://github.com/mobility-team/mobility/pull/331
- Add destination shadow price controls by @FlxPo in https://github.com/mobility-team/mobility/pull/333
- Add plan transition stability controls by @FlxPo in https://github.com/mobility-team/mobility/pull/334
- Refresh active destination candidates by @FlxPo in https://github.com/mobility-team/mobility/pull/335
- Forward group day trip parameters by @FlxPo in https://github.com/mobility-team/mobility/pull/336
- Add group day trip diagnostics and metrics by @FlxPo in https://github.com/mobility-team/mobility/pull/337
- Refine group day trip utility calibration by @FlxPo in https://github.com/mobility-team/mobility/pull/338
- Add scenario-aware parameter values by @FlxPo in https://github.com/mobility-team/mobility/pull/340
- Add scenario-aware group day trip runs by @FlxPo in https://github.com/mobility-team/mobility/pull/341
- Add group day trip result tables API by @FlxPo in https://github.com/mobility-team/mobility/pull/342
- Add transport-zone metric map helpers by @FlxPo in https://github.com/mobility-team/mobility/pull/347
- Add group day trip result metrics by @FlxPo in https://github.com/mobility-team/mobility/pull/348
- Add opt-in idle monitoring for R scripts by @FlxPo in https://github.com/mobility-team/mobility/pull/343
- Merge sparse transport zones during preparation by @FlxPo in https://github.com/mobility-team/mobility/pull/344
- Expose transport-zone study area countries by @FlxPo in https://github.com/mobility-team/mobility/pull/345
- Use run parameters for iteration settings by @FlxPo in https://github.com/mobility-team/mobility/pull/346
- Fix anchor destination sampling by @FlxPo in https://github.com/mobility-team/mobility/pull/349
- Cache group day trip iteration states by @FlxPo in https://github.com/mobility-team/mobility/pull/350
- Reuse unchanged group-day-trip iteration assets by @FlxPo in https://github.com/mobility-team/mobility/pull/351
- Add group-day-trip progress feedback modes by @FlxPo in https://github.com/mobility-team/mobility/pull/352
- Make group-day-trip sequence indexes cache-safe by @FlxPo in https://github.com/mobility-team/mobility/pull/353
- Add CI image build workflow by @FlxPo in https://github.com/mobility-team/mobility/pull/355
- Add gpg to CI image by @FlxPo in https://github.com/mobility-team/mobility/pull/357
- Use prebuilt CI image for tests by @FlxPo in https://github.com/mobility-team/mobility/pull/356
- Switch quickstart and tests to Limoges by @FlxPo in https://github.com/mobility-team/mobility/pull/354
- Share congestion flows through asset dependencies by @FlxPo in https://github.com/mobility-team/mobility/pull/358
- Fix runtime asset DAG traversal by @FlxPo in https://github.com/mobility-team/mobility/pull/359
- Add Dash asset DAG viewer by @FlxPo in https://github.com/mobility-team/mobility/pull/360
- Clean up travel-cost selectors by @FlxPo in https://github.com/mobility-team/mobility/pull/361
- Add asset resolver context by @FlxPo in https://github.com/mobility-team/mobility/pull/363
- Improve GTFS builder UX by @FlxPo in https://github.com/mobility-team/mobility/pull/364
- Add no-transition behavior change scope by @FlxPo in https://github.com/mobility-team/mobility/pull/365
- Use default scenario as parameter fallback by @FlxPo in https://github.com/mobility-team/mobility/pull/366
- Improve user documentation by @FlxPo in https://github.com/mobility-team/mobility/pull/368
- Add group day trips sensitivity analysis by @FlxPo in https://github.com/mobility-team/mobility/pull/367
- Make GTFS source selection reproducible by @FlxPo in https://github.com/mobility-team/mobility/pull/369
- Resolve public transport leg cost parameters by iteration by @FlxPo in https://github.com/mobility-team/mobility/pull/370
- Prepare package releases by @FlxPo in https://github.com/mobility-team/mobility/pull/371
- Update release CI image digest by @FlxPo in https://github.com/mobility-team/mobility/pull/377
- Fix CI download progress display by @FlxPo in https://github.com/mobility-team/mobility/pull/378
- Add wheel to CI build dependencies by @FlxPo in https://github.com/mobility-team/mobility/pull/380
- Simplify release artifact build by @FlxPo in https://github.com/mobility-team/mobility/pull/381
- Check wheel resources without importing package by @FlxPo in https://github.com/mobility-team/mobility/pull/382
New Contributors
- @Mind-the-Cap made their first contribution in https://github.com/mobility-team/mobility/pull/21
- @louisegontier made their first contribution in https://github.com/mobility-team/mobility/pull/40
- @AyoubFOUNDOU made their first contribution in https://github.com/mobility-team/mobility/pull/46
- @cpequign made their first contribution in https://github.com/mobility-team/mobility/pull/49
- @AnasLahmar made their first contribution in https://github.com/mobility-team/mobility/pull/53
- @lucas-boh made their first contribution in https://github.com/mobility-team/mobility/pull/200
- @adam-benyekkou made their first contribution in https://github.com/mobility-team/mobility/pull/188
- @mariegrandclement made their first contribution in https://github.com/mobility-team/mobility/pull/230
- @dependabot[bot] made their first contribution in https://github.com/mobility-team/mobility/pull/280
Full Changelog: https://github.com/mobility-team/mobility/compare/v0.0.1...v0.2.0
Consumption - Mobility and Transportation
- Python
Published by github-actions[bot] about 1 month ago
Mobility - Mobility v0.0.1
What's Changed
- Scripts de préparation des données ENTD 2008 - EMP 2019 by @FlxPo in https://github.com/mobility-team/mobility/pull/8
- Initialisation de setup.py pour le packaging by @FlxPo in https://github.com/mobility-team/mobility/pull/9
- Nv meth echantillonnage by @AntoineGauchot in https://github.com/mobility-team/mobility/pull/11
New Contributors
- @FlxPo made their first contribution in https://github.com/mobility-team/mobility/pull/8
- @AntoineGauchot made their first contribution in https://github.com/mobility-team/mobility/pull/11
Full Changelog: https://github.com/mobility-team/mobility/commits/v0.0.1
Consumption - Mobility and Transportation
- Python
Published by FlxPo about 4 years ago