ActivitySim / activitysim

An Open Platform for Activity-Based Travel Modeling
https://activitysim.github.io
BSD 3-Clause "New" or "Revised" License
190 stars 99 forks source link

Change "working" branches. #802

Closed jpn-- closed 7 months ago

jpn-- commented 7 months ago

Currently, the project is organized like this:

This design is understandable but problematic. By having our "main" branch be not our most up-to-date development version, we end up with contributors submitting pull requests against "main" that then need to be reconciled with "develop". Instead, we should adopt the organization system used by most other popular public repos (pandas, array, and even Python itself):