publish - #344

Merged
bstabler merged 44 commits into
masterfrom
develop
Sep 10, 2020
Merged

publish#344
bstabler merged 44 commits into
masterfrom
develop

Conversation

@bstabler

Copy link
Copy Markdown
Contributor

No description provided.

Clint Danielsand others added 30 commits December 5, 2019 12:49
Provide more flexibility for defining mandatory schedule specifications.
provide more flexibility for time periods.
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Blake Rosenthaland others added 14 commits February 3, 2020 16:51
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* estimation integration updates #327
* drop module no longer needed
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.3%) to 80.832% when pulling 152b359 on develop into 3b70dfc on master.

@coveralls

coveralls commented Sep 10, 2020

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.01%) to 81.093% when pulling 152b359 on develop into 3b70dfc on master.

@bstabler
bstabler merged commit fe2614d into masterSep 10, 2020
toliwaga added a commit that referenced this pull request Sep 16, 2020
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
danielsclint pushed a commit to danielsclint/activitysim that referenced this pull request Dec 15, 2020
…tivitySim#342)
* publish v0.9.5 (ActivitySim#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (ActivitySim#298)
* Tncs (ActivitySim#14)
* write trip matrices (ActivitySim#311)
* small fixes for semcog deployment (ActivitySim#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (ActivitySim#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (ActivitySim#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (ActivitySim#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (ActivitySim#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue ActivitySim#324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (ActivitySim#328)
* improve LICENSE (ActivitySim#30)
* correct univ coeff template lookup (ActivitySim#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* publish (ActivitySim#344)
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
bstabler added a commit that referenced this pull request Jan 12, 2021
* Provide more flexibility for defining mandatory schedule specifications.
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax.
* code syntax fixes.
* syntax fix.
* Add necessary change to test script settings.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* create develop branch so we can merge features here before merging (releasing) to master
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax fixes.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* Fix overflows
* Complete testing of the flexible time periods.
* pep8
* test some floats too.
* pep8
* start with csvs and write hdf5 outputs if desired (#290)
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
* Update travis.yml
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* Deprecate Py2 and add CLI
* Tncs (#14)
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* write trip matrices (#311)
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* additional updates for estimation integration (#328)
* estimation integration updates #327
* drop module no longer needed
* update license, fix univ coeff bug, update estimation example (#339)
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
* add license to package (#341)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Address Minor Issues Associated with ARC Update to Develop Branch (#342)
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
* fix#288 chunk joint_touyr_participation by chunk_id and update tests to catch such errors
* gitignore trivia
* Support for Multiple Zone Systems and Transit Virtual Path Building (#362)
* TransitVirtualPathBuilder first cut - get_tvpb_logsum computes logsums on demand
* tour_mode_choice logsums for 3-zone working for school and workplace location
* z3 running all models, but with hacked trip_mode_choice (no coefficient templates)
* z3 running all models
* passing tests
* pcodestyle passes
* refactored test teardown
* tvpb tracing
* tvpb tracing roughout
* build multizone test data before running test
* read_settings_file support include_settings
* read_settings_file support include_settings
* move constants to configs yaml and expressions from abm.util to core
* tvpb estimate_chunk_overhead
* adaptive chunking
* fixed bug in trip scheduling when no trips in leg after iteration
* 3 zone tap_tap uniquify
* tvpb TableCache
* tvpb TableCache - all fiiels
* 3 zone with feather cache
* tidy up notes around creating the marin example
* memmap skims
* memmap skims
* correct drive transit cost expression for miles/feet. Still need to add some additional missing expressions now that everything appears to be working correctly.
* skim docstrings
* disable 3 zone tap_tap caching for traced taps
* initialize_los
* 3 zone mp plumbing untested
* THREE_ZONE tvpb multiprocessing tests and fixes
* THREE_ZONE tvpb multiprocessing tests and fixes
* reanme core tvpb and cache modules
* reanme core tvpb and cache modules
* util.iprod alias for np.prod with dtype int64
* THREE_ZONE cache initialization bug bixes
* multizone bug fixes
* bugs
* multiprocessing mjultizone tweaks
* tvpb cacha\e as array
* complain if apporting with more process than slice rows
* complain if apporting with more process than slice rows
* chunk initialize_tvpb
* shorter trace file names because windows
* refactor pathbuilder sans DYNAMIC
* fix tour_scheduling_calc_row_size
* fix multiprocess resume across mp step bug
* pycodestyle
* minor chunk cleanup
* allow MemMapSkimFactory multiprocessing
* consolidate mtc and multizone configs
* commit updated marin example config files
* some more marin example config updates
* add validation summaries script
* some additional marin example updates
* update example skim time period settings to align with tm1 (#360)
* update example settings to align with tm1
* correct home_is_rural coding since tm1 was incorrect
* corrected skim time periods go in network_los.yaml now
* travis depends on these scripts for testing
* improve logging and increase travis timeout
* #359 (#364)
* updates for CDAP person type mapping
* allow duplicate time labels
* fix a copy small items for #359
* test updates
* pycodestyle
* 3 zone test fix
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
* longer travis timeout and avoid file permissions between tests related to caching
* test-travis
* ls fix
* add timeout
* fix path
* put in both locations for now
* reduce household sample sizes for tests to avoid travis timeout
* not sure what's taking so long with the second and third tests. It runs in 40 minutes with py 3.7 on my computer as well
* linux file paths
* cli test depends on py 3.7+
* add coveralls back
* test new architecture
* try build matrix
* setup environments
* correct matrix expansion
* correct duplicate key
* correct key
* correct env usage
* no need to specify architecture
* update inject settings for tests
* updated examples to use activitysim resources repo
* rename folder
* update survey test files so all example_manifest.yaml examples now running
* updated notebooks, default settings for examples, and updated rst files
* fix a couple typos
* add comments to travis script
* ARC Updates (#365)
Add parking_location_choice, trip_departure_choice, and trip_scheduling_choice models.
* add example_mtc_arc_extensions so arc extensions can be run and tested
* small doc update
* fix arc extensions example
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bstabler@coveralls
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

publish - #344

Merged
bstabler merged 44 commits into
masterfrom
develop
Sep 10, 2020
Merged

publish#344
bstabler merged 44 commits into
masterfrom
develop

Conversation

@bstabler

Copy link
Copy Markdown
Contributor

No description provided.

Clint Danielsand others added 30 commits December 5, 2019 12:49
Provide more flexibility for defining mandatory schedule specifications.
provide more flexibility for time periods.
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Blake Rosenthaland others added 14 commits February 3, 2020 16:51
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* estimation integration updates #327
* drop module no longer needed
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.3%) to 80.832% when pulling 152b359 on develop into 3b70dfc on master.

@coveralls

coveralls commented Sep 10, 2020

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.01%) to 81.093% when pulling 152b359 on develop into 3b70dfc on master.

@bstabler
bstabler merged commit fe2614d into masterSep 10, 2020
toliwaga added a commit that referenced this pull request Sep 16, 2020
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
danielsclint pushed a commit to danielsclint/activitysim that referenced this pull request Dec 15, 2020
…tivitySim#342)
* publish v0.9.5 (ActivitySim#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (ActivitySim#298)
* Tncs (ActivitySim#14)
* write trip matrices (ActivitySim#311)
* small fixes for semcog deployment (ActivitySim#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (ActivitySim#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (ActivitySim#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (ActivitySim#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (ActivitySim#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue ActivitySim#324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (ActivitySim#328)
* improve LICENSE (ActivitySim#30)
* correct univ coeff template lookup (ActivitySim#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* publish (ActivitySim#344)
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
bstabler added a commit that referenced this pull request Jan 12, 2021
* Provide more flexibility for defining mandatory schedule specifications.
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax.
* code syntax fixes.
* syntax fix.
* Add necessary change to test script settings.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* create develop branch so we can merge features here before merging (releasing) to master
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax fixes.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* Fix overflows
* Complete testing of the flexible time periods.
* pep8
* test some floats too.
* pep8
* start with csvs and write hdf5 outputs if desired (#290)
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
* Update travis.yml
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* Deprecate Py2 and add CLI
* Tncs (#14)
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* write trip matrices (#311)
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* additional updates for estimation integration (#328)
* estimation integration updates #327
* drop module no longer needed
* update license, fix univ coeff bug, update estimation example (#339)
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
* add license to package (#341)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Address Minor Issues Associated with ARC Update to Develop Branch (#342)
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
* fix#288 chunk joint_touyr_participation by chunk_id and update tests to catch such errors
* gitignore trivia
* Support for Multiple Zone Systems and Transit Virtual Path Building (#362)
* TransitVirtualPathBuilder first cut - get_tvpb_logsum computes logsums on demand
* tour_mode_choice logsums for 3-zone working for school and workplace location
* z3 running all models, but with hacked trip_mode_choice (no coefficient templates)
* z3 running all models
* passing tests
* pcodestyle passes
* refactored test teardown
* tvpb tracing
* tvpb tracing roughout
* build multizone test data before running test
* read_settings_file support include_settings
* read_settings_file support include_settings
* move constants to configs yaml and expressions from abm.util to core
* tvpb estimate_chunk_overhead
* adaptive chunking
* fixed bug in trip scheduling when no trips in leg after iteration
* 3 zone tap_tap uniquify
* tvpb TableCache
* tvpb TableCache - all fiiels
* 3 zone with feather cache
* tidy up notes around creating the marin example
* memmap skims
* memmap skims
* correct drive transit cost expression for miles/feet. Still need to add some additional missing expressions now that everything appears to be working correctly.
* skim docstrings
* disable 3 zone tap_tap caching for traced taps
* initialize_los
* 3 zone mp plumbing untested
* THREE_ZONE tvpb multiprocessing tests and fixes
* THREE_ZONE tvpb multiprocessing tests and fixes
* reanme core tvpb and cache modules
* reanme core tvpb and cache modules
* util.iprod alias for np.prod with dtype int64
* THREE_ZONE cache initialization bug bixes
* multizone bug fixes
* bugs
* multiprocessing mjultizone tweaks
* tvpb cacha\e as array
* complain if apporting with more process than slice rows
* complain if apporting with more process than slice rows
* chunk initialize_tvpb
* shorter trace file names because windows
* refactor pathbuilder sans DYNAMIC
* fix tour_scheduling_calc_row_size
* fix multiprocess resume across mp step bug
* pycodestyle
* minor chunk cleanup
* allow MemMapSkimFactory multiprocessing
* consolidate mtc and multizone configs
* commit updated marin example config files
* some more marin example config updates
* add validation summaries script
* some additional marin example updates
* update example skim time period settings to align with tm1 (#360)
* update example settings to align with tm1
* correct home_is_rural coding since tm1 was incorrect
* corrected skim time periods go in network_los.yaml now
* travis depends on these scripts for testing
* improve logging and increase travis timeout
* #359 (#364)
* updates for CDAP person type mapping
* allow duplicate time labels
* fix a copy small items for #359
* test updates
* pycodestyle
* 3 zone test fix
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
* longer travis timeout and avoid file permissions between tests related to caching
* test-travis
* ls fix
* add timeout
* fix path
* put in both locations for now
* reduce household sample sizes for tests to avoid travis timeout
* not sure what's taking so long with the second and third tests. It runs in 40 minutes with py 3.7 on my computer as well
* linux file paths
* cli test depends on py 3.7+
* add coveralls back
* test new architecture
* try build matrix
* setup environments
* correct matrix expansion
* correct duplicate key
* correct key
* correct env usage
* no need to specify architecture
* update inject settings for tests
* updated examples to use activitysim resources repo
* rename folder
* update survey test files so all example_manifest.yaml examples now running
* updated notebooks, default settings for examples, and updated rst files
* fix a couple typos
* add comments to travis script
* ARC Updates (#365)
Add parking_location_choice, trip_departure_choice, and trip_scheduling_choice models.
* add example_mtc_arc_extensions so arc extensions can be run and tested
* small doc update
* fix arc extensions example
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bstabler@coveralls
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

publish - #344

Merged
bstabler merged 44 commits into
masterfrom
develop
Sep 10, 2020
Merged

publish#344
bstabler merged 44 commits into
masterfrom
develop

Conversation

@bstabler

Copy link
Copy Markdown
Contributor

No description provided.

Clint Danielsand others added 30 commits December 5, 2019 12:49
Provide more flexibility for defining mandatory schedule specifications.
provide more flexibility for time periods.
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Blake Rosenthaland others added 14 commits February 3, 2020 16:51
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* estimation integration updates #327
* drop module no longer needed
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.3%) to 80.832% when pulling 152b359 on develop into 3b70dfc on master.

@coveralls

coveralls commented Sep 10, 2020

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.01%) to 81.093% when pulling 152b359 on develop into 3b70dfc on master.

@bstabler
bstabler merged commit fe2614d into masterSep 10, 2020
toliwaga added a commit that referenced this pull request Sep 16, 2020
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
danielsclint pushed a commit to danielsclint/activitysim that referenced this pull request Dec 15, 2020
…tivitySim#342)
* publish v0.9.5 (ActivitySim#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (ActivitySim#298)
* Tncs (ActivitySim#14)
* write trip matrices (ActivitySim#311)
* small fixes for semcog deployment (ActivitySim#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (ActivitySim#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (ActivitySim#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (ActivitySim#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (ActivitySim#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue ActivitySim#324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (ActivitySim#328)
* improve LICENSE (ActivitySim#30)
* correct univ coeff template lookup (ActivitySim#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* publish (ActivitySim#344)
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
bstabler added a commit that referenced this pull request Jan 12, 2021
* Provide more flexibility for defining mandatory schedule specifications.
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax.
* code syntax fixes.
* syntax fix.
* Add necessary change to test script settings.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* create develop branch so we can merge features here before merging (releasing) to master
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax fixes.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* Fix overflows
* Complete testing of the flexible time periods.
* pep8
* test some floats too.
* pep8
* start with csvs and write hdf5 outputs if desired (#290)
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
* Update travis.yml
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* Deprecate Py2 and add CLI
* Tncs (#14)
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* write trip matrices (#311)
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* additional updates for estimation integration (#328)
* estimation integration updates #327
* drop module no longer needed
* update license, fix univ coeff bug, update estimation example (#339)
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
* add license to package (#341)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Address Minor Issues Associated with ARC Update to Develop Branch (#342)
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
* fix#288 chunk joint_touyr_participation by chunk_id and update tests to catch such errors
* gitignore trivia
* Support for Multiple Zone Systems and Transit Virtual Path Building (#362)
* TransitVirtualPathBuilder first cut - get_tvpb_logsum computes logsums on demand
* tour_mode_choice logsums for 3-zone working for school and workplace location
* z3 running all models, but with hacked trip_mode_choice (no coefficient templates)
* z3 running all models
* passing tests
* pcodestyle passes
* refactored test teardown
* tvpb tracing
* tvpb tracing roughout
* build multizone test data before running test
* read_settings_file support include_settings
* read_settings_file support include_settings
* move constants to configs yaml and expressions from abm.util to core
* tvpb estimate_chunk_overhead
* adaptive chunking
* fixed bug in trip scheduling when no trips in leg after iteration
* 3 zone tap_tap uniquify
* tvpb TableCache
* tvpb TableCache - all fiiels
* 3 zone with feather cache
* tidy up notes around creating the marin example
* memmap skims
* memmap skims
* correct drive transit cost expression for miles/feet. Still need to add some additional missing expressions now that everything appears to be working correctly.
* skim docstrings
* disable 3 zone tap_tap caching for traced taps
* initialize_los
* 3 zone mp plumbing untested
* THREE_ZONE tvpb multiprocessing tests and fixes
* THREE_ZONE tvpb multiprocessing tests and fixes
* reanme core tvpb and cache modules
* reanme core tvpb and cache modules
* util.iprod alias for np.prod with dtype int64
* THREE_ZONE cache initialization bug bixes
* multizone bug fixes
* bugs
* multiprocessing mjultizone tweaks
* tvpb cacha\e as array
* complain if apporting with more process than slice rows
* complain if apporting with more process than slice rows
* chunk initialize_tvpb
* shorter trace file names because windows
* refactor pathbuilder sans DYNAMIC
* fix tour_scheduling_calc_row_size
* fix multiprocess resume across mp step bug
* pycodestyle
* minor chunk cleanup
* allow MemMapSkimFactory multiprocessing
* consolidate mtc and multizone configs
* commit updated marin example config files
* some more marin example config updates
* add validation summaries script
* some additional marin example updates
* update example skim time period settings to align with tm1 (#360)
* update example settings to align with tm1
* correct home_is_rural coding since tm1 was incorrect
* corrected skim time periods go in network_los.yaml now
* travis depends on these scripts for testing
* improve logging and increase travis timeout
* #359 (#364)
* updates for CDAP person type mapping
* allow duplicate time labels
* fix a copy small items for #359
* test updates
* pycodestyle
* 3 zone test fix
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
* longer travis timeout and avoid file permissions between tests related to caching
* test-travis
* ls fix
* add timeout
* fix path
* put in both locations for now
* reduce household sample sizes for tests to avoid travis timeout
* not sure what's taking so long with the second and third tests. It runs in 40 minutes with py 3.7 on my computer as well
* linux file paths
* cli test depends on py 3.7+
* add coveralls back
* test new architecture
* try build matrix
* setup environments
* correct matrix expansion
* correct duplicate key
* correct key
* correct env usage
* no need to specify architecture
* update inject settings for tests
* updated examples to use activitysim resources repo
* rename folder
* update survey test files so all example_manifest.yaml examples now running
* updated notebooks, default settings for examples, and updated rst files
* fix a couple typos
* add comments to travis script
* ARC Updates (#365)
Add parking_location_choice, trip_departure_choice, and trip_scheduling_choice models.
* add example_mtc_arc_extensions so arc extensions can be run and tested
* small doc update
* fix arc extensions example
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bstabler@coveralls
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

publish - #344

Merged
bstabler merged 44 commits into
masterfrom
develop
Sep 10, 2020
Merged

publish#344
bstabler merged 44 commits into
masterfrom
develop

Conversation

@bstabler

Copy link
Copy Markdown
Contributor

No description provided.

Clint Danielsand others added 30 commits December 5, 2019 12:49
Provide more flexibility for defining mandatory schedule specifications.
provide more flexibility for time periods.
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Blake Rosenthaland others added 14 commits February 3, 2020 16:51
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* estimation integration updates #327
* drop module no longer needed
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.3%) to 80.832% when pulling 152b359 on develop into 3b70dfc on master.

@coveralls

coveralls commented Sep 10, 2020

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.01%) to 81.093% when pulling 152b359 on develop into 3b70dfc on master.

@bstabler
bstabler merged commit fe2614d into masterSep 10, 2020
toliwaga added a commit that referenced this pull request Sep 16, 2020
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
danielsclint pushed a commit to danielsclint/activitysim that referenced this pull request Dec 15, 2020
…tivitySim#342)
* publish v0.9.5 (ActivitySim#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (ActivitySim#298)
* Tncs (ActivitySim#14)
* write trip matrices (ActivitySim#311)
* small fixes for semcog deployment (ActivitySim#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (ActivitySim#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (ActivitySim#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (ActivitySim#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (ActivitySim#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue ActivitySim#324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (ActivitySim#328)
* improve LICENSE (ActivitySim#30)
* correct univ coeff template lookup (ActivitySim#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* publish (ActivitySim#344)
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
bstabler added a commit that referenced this pull request Jan 12, 2021
* Provide more flexibility for defining mandatory schedule specifications.
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax.
* code syntax fixes.
* syntax fix.
* Add necessary change to test script settings.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* create develop branch so we can merge features here before merging (releasing) to master
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax fixes.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* Fix overflows
* Complete testing of the flexible time periods.
* pep8
* test some floats too.
* pep8
* start with csvs and write hdf5 outputs if desired (#290)
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
* Update travis.yml
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* Deprecate Py2 and add CLI
* Tncs (#14)
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* write trip matrices (#311)
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* additional updates for estimation integration (#328)
* estimation integration updates #327
* drop module no longer needed
* update license, fix univ coeff bug, update estimation example (#339)
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
* add license to package (#341)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Address Minor Issues Associated with ARC Update to Develop Branch (#342)
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
* fix#288 chunk joint_touyr_participation by chunk_id and update tests to catch such errors
* gitignore trivia
* Support for Multiple Zone Systems and Transit Virtual Path Building (#362)
* TransitVirtualPathBuilder first cut - get_tvpb_logsum computes logsums on demand
* tour_mode_choice logsums for 3-zone working for school and workplace location
* z3 running all models, but with hacked trip_mode_choice (no coefficient templates)
* z3 running all models
* passing tests
* pcodestyle passes
* refactored test teardown
* tvpb tracing
* tvpb tracing roughout
* build multizone test data before running test
* read_settings_file support include_settings
* read_settings_file support include_settings
* move constants to configs yaml and expressions from abm.util to core
* tvpb estimate_chunk_overhead
* adaptive chunking
* fixed bug in trip scheduling when no trips in leg after iteration
* 3 zone tap_tap uniquify
* tvpb TableCache
* tvpb TableCache - all fiiels
* 3 zone with feather cache
* tidy up notes around creating the marin example
* memmap skims
* memmap skims
* correct drive transit cost expression for miles/feet. Still need to add some additional missing expressions now that everything appears to be working correctly.
* skim docstrings
* disable 3 zone tap_tap caching for traced taps
* initialize_los
* 3 zone mp plumbing untested
* THREE_ZONE tvpb multiprocessing tests and fixes
* THREE_ZONE tvpb multiprocessing tests and fixes
* reanme core tvpb and cache modules
* reanme core tvpb and cache modules
* util.iprod alias for np.prod with dtype int64
* THREE_ZONE cache initialization bug bixes
* multizone bug fixes
* bugs
* multiprocessing mjultizone tweaks
* tvpb cacha\e as array
* complain if apporting with more process than slice rows
* complain if apporting with more process than slice rows
* chunk initialize_tvpb
* shorter trace file names because windows
* refactor pathbuilder sans DYNAMIC
* fix tour_scheduling_calc_row_size
* fix multiprocess resume across mp step bug
* pycodestyle
* minor chunk cleanup
* allow MemMapSkimFactory multiprocessing
* consolidate mtc and multizone configs
* commit updated marin example config files
* some more marin example config updates
* add validation summaries script
* some additional marin example updates
* update example skim time period settings to align with tm1 (#360)
* update example settings to align with tm1
* correct home_is_rural coding since tm1 was incorrect
* corrected skim time periods go in network_los.yaml now
* travis depends on these scripts for testing
* improve logging and increase travis timeout
* #359 (#364)
* updates for CDAP person type mapping
* allow duplicate time labels
* fix a copy small items for #359
* test updates
* pycodestyle
* 3 zone test fix
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
* longer travis timeout and avoid file permissions between tests related to caching
* test-travis
* ls fix
* add timeout
* fix path
* put in both locations for now
* reduce household sample sizes for tests to avoid travis timeout
* not sure what's taking so long with the second and third tests. It runs in 40 minutes with py 3.7 on my computer as well
* linux file paths
* cli test depends on py 3.7+
* add coveralls back
* test new architecture
* try build matrix
* setup environments
* correct matrix expansion
* correct duplicate key
* correct key
* correct env usage
* no need to specify architecture
* update inject settings for tests
* updated examples to use activitysim resources repo
* rename folder
* update survey test files so all example_manifest.yaml examples now running
* updated notebooks, default settings for examples, and updated rst files
* fix a couple typos
* add comments to travis script
* ARC Updates (#365)
Add parking_location_choice, trip_departure_choice, and trip_scheduling_choice models.
* add example_mtc_arc_extensions so arc extensions can be run and tested
* small doc update
* fix arc extensions example
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bstabler@coveralls
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

publish - #344

Merged
bstabler merged 44 commits into
masterfrom
develop
Sep 10, 2020
Merged

publish#344
bstabler merged 44 commits into
masterfrom
develop

Conversation

@bstabler

Copy link
Copy Markdown
Contributor

No description provided.

Clint Danielsand others added 30 commits December 5, 2019 12:49
Provide more flexibility for defining mandatory schedule specifications.
provide more flexibility for time periods.
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Blake Rosenthaland others added 14 commits February 3, 2020 16:51
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* estimation integration updates #327
* drop module no longer needed
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.3%) to 80.832% when pulling 152b359 on develop into 3b70dfc on master.

@coveralls

coveralls commented Sep 10, 2020

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.01%) to 81.093% when pulling 152b359 on develop into 3b70dfc on master.

@bstabler
bstabler merged commit fe2614d into masterSep 10, 2020
toliwaga added a commit that referenced this pull request Sep 16, 2020
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
danielsclint pushed a commit to danielsclint/activitysim that referenced this pull request Dec 15, 2020
…tivitySim#342)
* publish v0.9.5 (ActivitySim#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (ActivitySim#298)
* Tncs (ActivitySim#14)
* write trip matrices (ActivitySim#311)
* small fixes for semcog deployment (ActivitySim#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (ActivitySim#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (ActivitySim#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (ActivitySim#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (ActivitySim#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue ActivitySim#324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (ActivitySim#328)
* improve LICENSE (ActivitySim#30)
* correct univ coeff template lookup (ActivitySim#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* publish (ActivitySim#344)
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
bstabler added a commit that referenced this pull request Jan 12, 2021
* Provide more flexibility for defining mandatory schedule specifications.
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax.
* code syntax fixes.
* syntax fix.
* Add necessary change to test script settings.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* create develop branch so we can merge features here before merging (releasing) to master
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax fixes.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* Fix overflows
* Complete testing of the flexible time periods.
* pep8
* test some floats too.
* pep8
* start with csvs and write hdf5 outputs if desired (#290)
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
* Update travis.yml
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* Deprecate Py2 and add CLI
* Tncs (#14)
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* write trip matrices (#311)
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* additional updates for estimation integration (#328)
* estimation integration updates #327
* drop module no longer needed
* update license, fix univ coeff bug, update estimation example (#339)
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
* add license to package (#341)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Address Minor Issues Associated with ARC Update to Develop Branch (#342)
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
* fix#288 chunk joint_touyr_participation by chunk_id and update tests to catch such errors
* gitignore trivia
* Support for Multiple Zone Systems and Transit Virtual Path Building (#362)
* TransitVirtualPathBuilder first cut - get_tvpb_logsum computes logsums on demand
* tour_mode_choice logsums for 3-zone working for school and workplace location
* z3 running all models, but with hacked trip_mode_choice (no coefficient templates)
* z3 running all models
* passing tests
* pcodestyle passes
* refactored test teardown
* tvpb tracing
* tvpb tracing roughout
* build multizone test data before running test
* read_settings_file support include_settings
* read_settings_file support include_settings
* move constants to configs yaml and expressions from abm.util to core
* tvpb estimate_chunk_overhead
* adaptive chunking
* fixed bug in trip scheduling when no trips in leg after iteration
* 3 zone tap_tap uniquify
* tvpb TableCache
* tvpb TableCache - all fiiels
* 3 zone with feather cache
* tidy up notes around creating the marin example
* memmap skims
* memmap skims
* correct drive transit cost expression for miles/feet. Still need to add some additional missing expressions now that everything appears to be working correctly.
* skim docstrings
* disable 3 zone tap_tap caching for traced taps
* initialize_los
* 3 zone mp plumbing untested
* THREE_ZONE tvpb multiprocessing tests and fixes
* THREE_ZONE tvpb multiprocessing tests and fixes
* reanme core tvpb and cache modules
* reanme core tvpb and cache modules
* util.iprod alias for np.prod with dtype int64
* THREE_ZONE cache initialization bug bixes
* multizone bug fixes
* bugs
* multiprocessing mjultizone tweaks
* tvpb cacha\e as array
* complain if apporting with more process than slice rows
* complain if apporting with more process than slice rows
* chunk initialize_tvpb
* shorter trace file names because windows
* refactor pathbuilder sans DYNAMIC
* fix tour_scheduling_calc_row_size
* fix multiprocess resume across mp step bug
* pycodestyle
* minor chunk cleanup
* allow MemMapSkimFactory multiprocessing
* consolidate mtc and multizone configs
* commit updated marin example config files
* some more marin example config updates
* add validation summaries script
* some additional marin example updates
* update example skim time period settings to align with tm1 (#360)
* update example settings to align with tm1
* correct home_is_rural coding since tm1 was incorrect
* corrected skim time periods go in network_los.yaml now
* travis depends on these scripts for testing
* improve logging and increase travis timeout
* #359 (#364)
* updates for CDAP person type mapping
* allow duplicate time labels
* fix a copy small items for #359
* test updates
* pycodestyle
* 3 zone test fix
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
* longer travis timeout and avoid file permissions between tests related to caching
* test-travis
* ls fix
* add timeout
* fix path
* put in both locations for now
* reduce household sample sizes for tests to avoid travis timeout
* not sure what's taking so long with the second and third tests. It runs in 40 minutes with py 3.7 on my computer as well
* linux file paths
* cli test depends on py 3.7+
* add coveralls back
* test new architecture
* try build matrix
* setup environments
* correct matrix expansion
* correct duplicate key
* correct key
* correct env usage
* no need to specify architecture
* update inject settings for tests
* updated examples to use activitysim resources repo
* rename folder
* update survey test files so all example_manifest.yaml examples now running
* updated notebooks, default settings for examples, and updated rst files
* fix a couple typos
* add comments to travis script
* ARC Updates (#365)
Add parking_location_choice, trip_departure_choice, and trip_scheduling_choice models.
* add example_mtc_arc_extensions so arc extensions can be run and tested
* small doc update
* fix arc extensions example
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bstabler@coveralls
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

publish - #344

Merged
bstabler merged 44 commits into
masterfrom
develop
Sep 10, 2020
Merged

publish#344
bstabler merged 44 commits into
masterfrom
develop

Conversation

@bstabler

Copy link
Copy Markdown
Contributor

No description provided.

Clint Danielsand others added 30 commits December 5, 2019 12:49
Provide more flexibility for defining mandatory schedule specifications.
provide more flexibility for time periods.
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Blake Rosenthaland others added 14 commits February 3, 2020 16:51
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* estimation integration updates #327
* drop module no longer needed
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.3%) to 80.832% when pulling 152b359 on develop into 3b70dfc on master.

@coveralls

coveralls commented Sep 10, 2020

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.01%) to 81.093% when pulling 152b359 on develop into 3b70dfc on master.

@bstabler
bstabler merged commit fe2614d into masterSep 10, 2020
toliwaga added a commit that referenced this pull request Sep 16, 2020
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
danielsclint pushed a commit to danielsclint/activitysim that referenced this pull request Dec 15, 2020
…tivitySim#342)
* publish v0.9.5 (ActivitySim#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (ActivitySim#298)
* Tncs (ActivitySim#14)
* write trip matrices (ActivitySim#311)
* small fixes for semcog deployment (ActivitySim#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (ActivitySim#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (ActivitySim#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (ActivitySim#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (ActivitySim#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue ActivitySim#324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (ActivitySim#328)
* improve LICENSE (ActivitySim#30)
* correct univ coeff template lookup (ActivitySim#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* publish (ActivitySim#344)
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
bstabler added a commit that referenced this pull request Jan 12, 2021
* Provide more flexibility for defining mandatory schedule specifications.
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax.
* code syntax fixes.
* syntax fix.
* Add necessary change to test script settings.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* create develop branch so we can merge features here before merging (releasing) to master
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax fixes.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* Fix overflows
* Complete testing of the flexible time periods.
* pep8
* test some floats too.
* pep8
* start with csvs and write hdf5 outputs if desired (#290)
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
* Update travis.yml
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* Deprecate Py2 and add CLI
* Tncs (#14)
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* write trip matrices (#311)
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* additional updates for estimation integration (#328)
* estimation integration updates #327
* drop module no longer needed
* update license, fix univ coeff bug, update estimation example (#339)
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
* add license to package (#341)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Address Minor Issues Associated with ARC Update to Develop Branch (#342)
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
* fix#288 chunk joint_touyr_participation by chunk_id and update tests to catch such errors
* gitignore trivia
* Support for Multiple Zone Systems and Transit Virtual Path Building (#362)
* TransitVirtualPathBuilder first cut - get_tvpb_logsum computes logsums on demand
* tour_mode_choice logsums for 3-zone working for school and workplace location
* z3 running all models, but with hacked trip_mode_choice (no coefficient templates)
* z3 running all models
* passing tests
* pcodestyle passes
* refactored test teardown
* tvpb tracing
* tvpb tracing roughout
* build multizone test data before running test
* read_settings_file support include_settings
* read_settings_file support include_settings
* move constants to configs yaml and expressions from abm.util to core
* tvpb estimate_chunk_overhead
* adaptive chunking
* fixed bug in trip scheduling when no trips in leg after iteration
* 3 zone tap_tap uniquify
* tvpb TableCache
* tvpb TableCache - all fiiels
* 3 zone with feather cache
* tidy up notes around creating the marin example
* memmap skims
* memmap skims
* correct drive transit cost expression for miles/feet. Still need to add some additional missing expressions now that everything appears to be working correctly.
* skim docstrings
* disable 3 zone tap_tap caching for traced taps
* initialize_los
* 3 zone mp plumbing untested
* THREE_ZONE tvpb multiprocessing tests and fixes
* THREE_ZONE tvpb multiprocessing tests and fixes
* reanme core tvpb and cache modules
* reanme core tvpb and cache modules
* util.iprod alias for np.prod with dtype int64
* THREE_ZONE cache initialization bug bixes
* multizone bug fixes
* bugs
* multiprocessing mjultizone tweaks
* tvpb cacha\e as array
* complain if apporting with more process than slice rows
* complain if apporting with more process than slice rows
* chunk initialize_tvpb
* shorter trace file names because windows
* refactor pathbuilder sans DYNAMIC
* fix tour_scheduling_calc_row_size
* fix multiprocess resume across mp step bug
* pycodestyle
* minor chunk cleanup
* allow MemMapSkimFactory multiprocessing
* consolidate mtc and multizone configs
* commit updated marin example config files
* some more marin example config updates
* add validation summaries script
* some additional marin example updates
* update example skim time period settings to align with tm1 (#360)
* update example settings to align with tm1
* correct home_is_rural coding since tm1 was incorrect
* corrected skim time periods go in network_los.yaml now
* travis depends on these scripts for testing
* improve logging and increase travis timeout
* #359 (#364)
* updates for CDAP person type mapping
* allow duplicate time labels
* fix a copy small items for #359
* test updates
* pycodestyle
* 3 zone test fix
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
* longer travis timeout and avoid file permissions between tests related to caching
* test-travis
* ls fix
* add timeout
* fix path
* put in both locations for now
* reduce household sample sizes for tests to avoid travis timeout
* not sure what's taking so long with the second and third tests. It runs in 40 minutes with py 3.7 on my computer as well
* linux file paths
* cli test depends on py 3.7+
* add coveralls back
* test new architecture
* try build matrix
* setup environments
* correct matrix expansion
* correct duplicate key
* correct key
* correct env usage
* no need to specify architecture
* update inject settings for tests
* updated examples to use activitysim resources repo
* rename folder
* update survey test files so all example_manifest.yaml examples now running
* updated notebooks, default settings for examples, and updated rst files
* fix a couple typos
* add comments to travis script
* ARC Updates (#365)
Add parking_location_choice, trip_departure_choice, and trip_scheduling_choice models.
* add example_mtc_arc_extensions so arc extensions can be run and tested
* small doc update
* fix arc extensions example
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bstabler@coveralls
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

publish - #344

Merged
bstabler merged 44 commits into
masterfrom
develop
Sep 10, 2020
Merged

publish#344
bstabler merged 44 commits into
masterfrom
develop

Conversation

@bstabler

Copy link
Copy Markdown
Contributor

No description provided.

Clint Danielsand others added 30 commits December 5, 2019 12:49
Provide more flexibility for defining mandatory schedule specifications.
provide more flexibility for time periods.
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Blake Rosenthaland others added 14 commits February 3, 2020 16:51
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* estimation integration updates #327
* drop module no longer needed
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.3%) to 80.832% when pulling 152b359 on develop into 3b70dfc on master.

@coveralls

coveralls commented Sep 10, 2020

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.01%) to 81.093% when pulling 152b359 on develop into 3b70dfc on master.

@bstabler
bstabler merged commit fe2614d into masterSep 10, 2020
toliwaga added a commit that referenced this pull request Sep 16, 2020
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
danielsclint pushed a commit to danielsclint/activitysim that referenced this pull request Dec 15, 2020
…tivitySim#342)
* publish v0.9.5 (ActivitySim#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (ActivitySim#298)
* Tncs (ActivitySim#14)
* write trip matrices (ActivitySim#311)
* small fixes for semcog deployment (ActivitySim#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (ActivitySim#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (ActivitySim#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (ActivitySim#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (ActivitySim#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue ActivitySim#324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (ActivitySim#328)
* improve LICENSE (ActivitySim#30)
* correct univ coeff template lookup (ActivitySim#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* publish (ActivitySim#344)
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
bstabler added a commit that referenced this pull request Jan 12, 2021
* Provide more flexibility for defining mandatory schedule specifications.
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax.
* code syntax fixes.
* syntax fix.
* Add necessary change to test script settings.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* create develop branch so we can merge features here before merging (releasing) to master
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax fixes.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* Fix overflows
* Complete testing of the flexible time periods.
* pep8
* test some floats too.
* pep8
* start with csvs and write hdf5 outputs if desired (#290)
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
* Update travis.yml
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* Deprecate Py2 and add CLI
* Tncs (#14)
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* write trip matrices (#311)
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* additional updates for estimation integration (#328)
* estimation integration updates #327
* drop module no longer needed
* update license, fix univ coeff bug, update estimation example (#339)
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
* add license to package (#341)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Address Minor Issues Associated with ARC Update to Develop Branch (#342)
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
* fix#288 chunk joint_touyr_participation by chunk_id and update tests to catch such errors
* gitignore trivia
* Support for Multiple Zone Systems and Transit Virtual Path Building (#362)
* TransitVirtualPathBuilder first cut - get_tvpb_logsum computes logsums on demand
* tour_mode_choice logsums for 3-zone working for school and workplace location
* z3 running all models, but with hacked trip_mode_choice (no coefficient templates)
* z3 running all models
* passing tests
* pcodestyle passes
* refactored test teardown
* tvpb tracing
* tvpb tracing roughout
* build multizone test data before running test
* read_settings_file support include_settings
* read_settings_file support include_settings
* move constants to configs yaml and expressions from abm.util to core
* tvpb estimate_chunk_overhead
* adaptive chunking
* fixed bug in trip scheduling when no trips in leg after iteration
* 3 zone tap_tap uniquify
* tvpb TableCache
* tvpb TableCache - all fiiels
* 3 zone with feather cache
* tidy up notes around creating the marin example
* memmap skims
* memmap skims
* correct drive transit cost expression for miles/feet. Still need to add some additional missing expressions now that everything appears to be working correctly.
* skim docstrings
* disable 3 zone tap_tap caching for traced taps
* initialize_los
* 3 zone mp plumbing untested
* THREE_ZONE tvpb multiprocessing tests and fixes
* THREE_ZONE tvpb multiprocessing tests and fixes
* reanme core tvpb and cache modules
* reanme core tvpb and cache modules
* util.iprod alias for np.prod with dtype int64
* THREE_ZONE cache initialization bug bixes
* multizone bug fixes
* bugs
* multiprocessing mjultizone tweaks
* tvpb cacha\e as array
* complain if apporting with more process than slice rows
* complain if apporting with more process than slice rows
* chunk initialize_tvpb
* shorter trace file names because windows
* refactor pathbuilder sans DYNAMIC
* fix tour_scheduling_calc_row_size
* fix multiprocess resume across mp step bug
* pycodestyle
* minor chunk cleanup
* allow MemMapSkimFactory multiprocessing
* consolidate mtc and multizone configs
* commit updated marin example config files
* some more marin example config updates
* add validation summaries script
* some additional marin example updates
* update example skim time period settings to align with tm1 (#360)
* update example settings to align with tm1
* correct home_is_rural coding since tm1 was incorrect
* corrected skim time periods go in network_los.yaml now
* travis depends on these scripts for testing
* improve logging and increase travis timeout
* #359 (#364)
* updates for CDAP person type mapping
* allow duplicate time labels
* fix a copy small items for #359
* test updates
* pycodestyle
* 3 zone test fix
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
* longer travis timeout and avoid file permissions between tests related to caching
* test-travis
* ls fix
* add timeout
* fix path
* put in both locations for now
* reduce household sample sizes for tests to avoid travis timeout
* not sure what's taking so long with the second and third tests. It runs in 40 minutes with py 3.7 on my computer as well
* linux file paths
* cli test depends on py 3.7+
* add coveralls back
* test new architecture
* try build matrix
* setup environments
* correct matrix expansion
* correct duplicate key
* correct key
* correct env usage
* no need to specify architecture
* update inject settings for tests
* updated examples to use activitysim resources repo
* rename folder
* update survey test files so all example_manifest.yaml examples now running
* updated notebooks, default settings for examples, and updated rst files
* fix a couple typos
* add comments to travis script
* ARC Updates (#365)
Add parking_location_choice, trip_departure_choice, and trip_scheduling_choice models.
* add example_mtc_arc_extensions so arc extensions can be run and tested
* small doc update
* fix arc extensions example
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bstabler@coveralls
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

publish - #344

Merged
bstabler merged 44 commits into
masterfrom
develop
Sep 10, 2020
Merged

publish#344
bstabler merged 44 commits into
masterfrom
develop

Conversation

@bstabler

Copy link
Copy Markdown
Contributor

No description provided.

Clint Danielsand others added 30 commits December 5, 2019 12:49
Provide more flexibility for defining mandatory schedule specifications.
provide more flexibility for time periods.
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Blake Rosenthaland others added 14 commits February 3, 2020 16:51
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* estimation integration updates #327
* drop module no longer needed
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.3%) to 80.832% when pulling 152b359 on develop into 3b70dfc on master.

@coveralls

coveralls commented Sep 10, 2020

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.01%) to 81.093% when pulling 152b359 on develop into 3b70dfc on master.

@bstabler
bstabler merged commit fe2614d into masterSep 10, 2020
toliwaga added a commit that referenced this pull request Sep 16, 2020
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
danielsclint pushed a commit to danielsclint/activitysim that referenced this pull request Dec 15, 2020
…tivitySim#342)
* publish v0.9.5 (ActivitySim#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (ActivitySim#298)
* Tncs (ActivitySim#14)
* write trip matrices (ActivitySim#311)
* small fixes for semcog deployment (ActivitySim#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (ActivitySim#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (ActivitySim#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (ActivitySim#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (ActivitySim#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue ActivitySim#324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (ActivitySim#328)
* improve LICENSE (ActivitySim#30)
* correct univ coeff template lookup (ActivitySim#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* publish (ActivitySim#344)
* move notebooks to examples folder so they are installed and update docs as a result (ActivitySim#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
bstabler added a commit that referenced this pull request Jan 12, 2021
* Provide more flexibility for defining mandatory schedule specifications.
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax.
* code syntax fixes.
* syntax fix.
* Add necessary change to test script settings.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* create develop branch so we can merge features here before merging (releasing) to master
* provide more flexibility for time periods.
* Improve consistency in slicing and fix code syntax issues.
* Consistency and code syntax.
* code syntax fixes.
* Modify relevant section of the settings.yml for tests and examples.
* restore 'hours' as deprecated for backwards compatibility.
* Add default value for period_minutes for backwards compatibilitiy.
* Fix overflows
* Complete testing of the flexible time periods.
* pep8
* test some floats too.
* pep8
* start with csvs and write hdf5 outputs if desired (#290)
* add h5_store option to write_tables
* keep csv files as the default
* read input tables from CSV
* update docs, drop scripts no longer needed, include example files in package
* formatting
Co-authored-by: Blake <brosenthalpdx@gmail.com>
* Update travis.yml
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* optional logsums for location_choice and tour destination models
* mode choice logsums for trous and trips
* trip DEST_CHOICE_SAMPLE_TABLE_NAME
* update docs for writing logsums and also a couple small development page updates
* fix small py2 py 3 compatibility issue
* py2 py3 compatibility
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* Deprecate Py2 and add CLI
* Tncs (#14)
* add tncs
* lognormal_for_df broadcasts duplicate indexes
* lognormal_for_df broadcasts duplicate indexes code
* correct lognormal calculations and add functions to calculation lognormal location and scale
* clean-up tnc wait time expressions
* set taxi, tnc wait time standard deviations to zero until we have better data
* add scaled option to random.lognormal_for_df
* add mobility-as-a-service modes to docs
* updated tnc mode constants
* rename maas to ridehail
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* write trip matrices (#311)
require newer pandas
add ability to save trips table to pipeline and begin to finish example
all time periods
fix trip scheduling bug
add support for odt skims as well
Co-authored-by: Ben Stabler <benstabler@yahoo.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* pycodestyle
* deprecations in test code
* fix bug in handling of no viable trips case in choose_trip_destination
* add trace folder to example_mtc output folder
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add shapefile
* clean up folder setup
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* increment to version 0.9.5
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* updates to documentation for phase 5 work except multiple zone systems
* additional updates for estimation integration (#328)
* estimation integration updates #327
* drop module no longer needed
* update license, fix univ coeff bug, update estimation example (#339)
* improve example setup for specifying input tables (#27)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
* add license to package (#341)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Address Minor Issues Associated with ARC Update to Develop Branch (#342)
* publish v0.9.5 (#340)
* update docs, drop scripts no longer needed, include example files in package
* Pandas 1.0 fixes
* Location and mode choice logsums (#298)
* Tncs (#14)
* write trip matrices (#311)
* small fixes for semcog deployment (#319)
* improved validation diagnostics in trip_purpose and various windows-related int32/int64 conversions
* fix bug in handling of no viable trips case in choose_trip_destination
* major work on phase 5 (#325)
* estimation through atwork_subtour_mode_choice
* Tnc updates and notebooks (#18)
* move other resources into folder since examples now part of package as well
* add example zone shapefile
* estimation notebooks for larch (#19)
* multiprocessing related logging and error checking
* trip_destination handle all trips fail
* skim caching with numpy memmap to speed skim loading
* better chunking in vectorize_tour_scheduling
* Cli (#22)
* use activitysim_resources
Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue #324)
* correct write trip matrices sampling expansion and add vehicle occupancy to the expression file
* additional updates for estimation integration (#328)
* improve LICENSE (#30)
* correct univ coeff template lookup (#28)
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* publish (#344)
* move notebooks to examples folder so they are installed and update docs as a result (#343)
* correct doc links
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
* Remove duplicate coefficient.
* move coefficient processing up
* Update joint_tour_destination.py
* Fix reference to joint tour destination.yaml
* Error check for COEFFICIENT files
* Add person_id to joint choosers.
Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Co-authored-by: bstabler <benstabler@yahoo.com>
* fix#288 chunk joint_touyr_participation by chunk_id and update tests to catch such errors
* gitignore trivia
* Support for Multiple Zone Systems and Transit Virtual Path Building (#362)
* TransitVirtualPathBuilder first cut - get_tvpb_logsum computes logsums on demand
* tour_mode_choice logsums for 3-zone working for school and workplace location
* z3 running all models, but with hacked trip_mode_choice (no coefficient templates)
* z3 running all models
* passing tests
* pcodestyle passes
* refactored test teardown
* tvpb tracing
* tvpb tracing roughout
* build multizone test data before running test
* read_settings_file support include_settings
* read_settings_file support include_settings
* move constants to configs yaml and expressions from abm.util to core
* tvpb estimate_chunk_overhead
* adaptive chunking
* fixed bug in trip scheduling when no trips in leg after iteration
* 3 zone tap_tap uniquify
* tvpb TableCache
* tvpb TableCache - all fiiels
* 3 zone with feather cache
* tidy up notes around creating the marin example
* memmap skims
* memmap skims
* correct drive transit cost expression for miles/feet. Still need to add some additional missing expressions now that everything appears to be working correctly.
* skim docstrings
* disable 3 zone tap_tap caching for traced taps
* initialize_los
* 3 zone mp plumbing untested
* THREE_ZONE tvpb multiprocessing tests and fixes
* THREE_ZONE tvpb multiprocessing tests and fixes
* reanme core tvpb and cache modules
* reanme core tvpb and cache modules
* util.iprod alias for np.prod with dtype int64
* THREE_ZONE cache initialization bug bixes
* multizone bug fixes
* bugs
* multiprocessing mjultizone tweaks
* tvpb cacha\e as array
* complain if apporting with more process than slice rows
* complain if apporting with more process than slice rows
* chunk initialize_tvpb
* shorter trace file names because windows
* refactor pathbuilder sans DYNAMIC
* fix tour_scheduling_calc_row_size
* fix multiprocess resume across mp step bug
* pycodestyle
* minor chunk cleanup
* allow MemMapSkimFactory multiprocessing
* consolidate mtc and multizone configs
* commit updated marin example config files
* some more marin example config updates
* add validation summaries script
* some additional marin example updates
* update example skim time period settings to align with tm1 (#360)
* update example settings to align with tm1
* correct home_is_rural coding since tm1 was incorrect
* corrected skim time periods go in network_los.yaml now
* travis depends on these scripts for testing
* improve logging and increase travis timeout
* #359 (#364)
* updates for CDAP person type mapping
* allow duplicate time labels
* fix a copy small items for #359
* test updates
* pycodestyle
* 3 zone test fix
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
* longer travis timeout and avoid file permissions between tests related to caching
* test-travis
* ls fix
* add timeout
* fix path
* put in both locations for now
* reduce household sample sizes for tests to avoid travis timeout
* not sure what's taking so long with the second and third tests. It runs in 40 minutes with py 3.7 on my computer as well
* linux file paths
* cli test depends on py 3.7+
* add coveralls back
* test new architecture
* try build matrix
* setup environments
* correct matrix expansion
* correct duplicate key
* correct key
* correct env usage
* no need to specify architecture
* update inject settings for tests
* updated examples to use activitysim resources repo
* rename folder
* update survey test files so all example_manifest.yaml examples now running
* updated notebooks, default settings for examples, and updated rst files
* fix a couple typos
* add comments to travis script
* ARC Updates (#365)
Add parking_location_choice, trip_departure_choice, and trip_scheduling_choice models.
* add example_mtc_arc_extensions so arc extensions can be run and tested
* small doc update
* fix arc extensions example
Co-authored-by: Clint Daniels <clint.daniels@wsp.com>
Co-authored-by: Blake <brosenthalpdx@gmail.com>
Co-authored-by: Blake Rosenthal <blake.rosenthal@rsginc.com>
Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
Co-authored-by: Jeffrey Doyle <jeff.doyle@rsginc.com>
Co-authored-by: Jeffrey Newman <jeff@newman.me>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bstabler@coveralls