UDST / sanfran_urbansim

An UrbanSim for San Francisco: an example implementation of the new framework
39 stars 27 forks source link

Upgrade to .15 #5

Closed fscottfoti closed 9 years ago

fscottfoti commented 9 years ago

@jiffyclub Matt you might want to try this out on .14 and .15 - it should work in both, I think. I'm not sure how old a version of Pandas it will work with though.

fscottfoti commented 9 years ago

Crap a must have made a new branch off of the sim-explorer branch. Should I just make these two changes in master again?

jiffyclub commented 9 years ago

You can make a new branch off of master and cherry-pick the one commit from here into that one.

jiffyclub commented 9 years ago

E.g.

git checkout -b new-branch master
git cherry-pick 952ab88