Version 3.3rc1 - #246
Merged
Merged
Version 3.3rc1#246
Conversation
Fixes four dead links (the UDST docs site, the UrbanSim research page, the retired web portal repo, and a classing tutorial), updates links that only worked through redirects, and joins a URL split across lines. Updates the code samples on the developer page and the examples page from Python 2 print statements and the pre-Orca "sim" module to current syntax, and no longer claims the San Francisco example is kept running under Travis CI. Copyright years in the Sphinx footer.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets the version to
3.3rc1and consolidates the changelog into the v3.3 entry, with credits. This is the release candidate for a dry run of the new automated release process (#244); the final 3.3 release PR will follow.Also a pass through the documentation: fixes four dead links and several that only worked through redirects, updates the code samples on the developer and examples pages from Python 2
printstatements and the pre-Orcasimmodule to current syntax, and drops the claim that the San Francisco example is kept running under Travis CI.The
Publishworkflow's manual dry run onmainalready passed: both distributions passtwine check --strict, the wheel installs cleanly, and all 193 tests pass against the installed wheel.After merging
v3.3rc1on the merge commit and publish a GitHub pre-release with the changelog text as the notespypideployment when thePublishworkflow pauses for itpip install --pre urbansim==3.3rc1in a fresh environment, and installurbansim_templatesagainst it