You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the ej-test branch is being used in some operational models. Let's open a PR to merge those changes into master, with some documentation in the PR writeup of what's been modified.
PR of ej-test -> master with documentation in the writeup
Let's also begin including dev version numbers that increment with each PR -- this helps us track which version of the code is being used in a model.
version = 0.1.dev1 in setup.py
add __version__ = '0.1.dev1' to urbansim_parcels/__init__.py
And we can add a changelog while we're at it!
create a CHANGELOG.md
See choicemodels or another recently updated UDST library as an example.
Can i assign this to @alephcero and/or @PyMap, with help if needed from @janowicz for figuring out what should be included in the PR and what the changes represent?
The text was updated successfully, but these errors were encountered:
I believe the
ej-test
branch is being used in some operational models. Let's open a PR to merge those changes intomaster
, with some documentation in the PR writeup of what's been modified.ej-test
->master
with documentation in the writeupLet's also begin including dev version numbers that increment with each PR -- this helps us track which version of the code is being used in a model.
setup.py
__version__ = '0.1.dev1'
tourbansim_parcels/__init__.py
And we can add a changelog while we're at it!
CHANGELOG.md
See choicemodels or another recently updated UDST library as an example.
Can i assign this to @alephcero and/or @PyMap, with help if needed from @janowicz for figuring out what should be included in the PR and what the changes represent?
The text was updated successfully, but these errors were encountered: