Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xborder #3

Closed
wants to merge 166 commits into from
Closed

Xborder #3

wants to merge 166 commits into from

Commits on Oct 31, 2019

  1. Merge pull request #1 from ActivitySim/master

    pull latest updates
    bstabler authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    e48aa39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ActivitySim/master

    pull some prettier expression file formatting updates
    bstabler authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    5097ce8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    cf531a5 View commit details
    Browse the repository at this point in the history
  2. provide more flexibility for time periods.

    Clint Daniels committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    7233d1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b183297 View commit details
    Browse the repository at this point in the history
  4. Consistency and code syntax.

    Clint Daniels committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    8332226 View commit details
    Browse the repository at this point in the history
  5. code syntax.

    Clint Daniels committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    b511456 View commit details
    Browse the repository at this point in the history
  6. code syntax fixes.

    Clint Daniels committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    bfc6191 View commit details
    Browse the repository at this point in the history
  7. syntax fix.

    Clint Daniels committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    988a935 View commit details
    Browse the repository at this point in the history
  8. Add necessary change to test script settings.

    Clint Daniels committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    c9f890e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    333f13b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. restore 'hours' as deprecated for backwards compatibility.

    Clint Daniels committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    4bb9541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca17f3e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    174b5e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ActivitySim#275 from danielsclint/ft_schedule_flex

    Provide more flexibility for defining mandatory schedule specifications.
    bstabler authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    7db24a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. provide more flexibility for time periods.

    Clint Daniels committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    3de1879 View commit details
    Browse the repository at this point in the history
  2. Improve consistency in slicing and fix code syntax issues.

    Clint Daniels committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    c546f7c View commit details
    Browse the repository at this point in the history
  3. Consistency and code syntax.

    Clint Daniels committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    2272b4c View commit details
    Browse the repository at this point in the history
  4. code syntax fixes.

    Clint Daniels committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    3ebfcbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0795ec0 View commit details
    Browse the repository at this point in the history
  6. restore 'hours' as deprecated for backwards compatibility.

    Clint Daniels committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    a5654a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59dddfe View commit details
    Browse the repository at this point in the history
  8. Merge branch 'ft_time_period_flex' of https://github.com/danielsclint…

    …/activitysim into ft_time_period_flex
    Clint Daniels committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    7751fe9 View commit details
    Browse the repository at this point in the history
  9. Fix overflows

    Clint Daniels committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    82b6b72 View commit details
    Browse the repository at this point in the history
  10. Complete testing of the flexible time periods.

    Clint Daniels committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    345e666 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. pep8

    Clint Daniels committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    d3597cd View commit details
    Browse the repository at this point in the history
  2. test some floats too.

    Clint Daniels committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    889159b View commit details
    Browse the repository at this point in the history
  3. pep8

    Clint Daniels committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    772cb34 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Merge pull request ActivitySim#276 from danielsclint/ft_time_period_flex

    provide more flexibility for time periods.
    bstabler authored Dec 27, 2019
    Configuration menu
    Copy the full SHA
    e7664da View commit details
    Browse the repository at this point in the history
  2. Merge pull request ActivitySim#286 from danielsclint/ft_overflow

    Fix Integer Overflow
    bstabler authored Dec 27, 2019
    Configuration menu
    Copy the full SHA
    efc2bc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. start with csvs and write hdf5 outputs if desired (ActivitySim#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>
    bstabler and Blake authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    32dc999 View commit details
    Browse the repository at this point in the history
  2. Update travis.yml

    Blake Rosenthal committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    9d21d81 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Pandas 1.0 fixes

    Blake Rosenthal committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    1f02ce7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Location and mode choice logsums (ActivitySim#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>
    3 people authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    925d40e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Deprecate Py2 and add CLI

    Blake Rosenthal authored and Blake committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    f3955ec View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored and Blake committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    4255f03 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. write trip matrices (ActivitySim#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>
    bstabler and Blake Rosenthal authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    4ff7510 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    2e50281 View commit details
    Browse the repository at this point in the history
  2. wayward print statement

    toliwaga committed May 5, 2020
    Configuration menu
    Copy the full SHA
    2298dd6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    3299222 View commit details
    Browse the repository at this point in the history
  2. pycodestyle

    toliwaga committed May 6, 2020
    Configuration menu
    Copy the full SHA
    5d844d6 View commit details
    Browse the repository at this point in the history
  3. small fixes for semcog deployment (ActivitySim#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>
    3 people authored May 6, 2020
    Configuration menu
    Copy the full SHA
    1041bf6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Tnc updates and notebooks (#18)

    * move other resources into folder since examples now part of package as well
    
    * Add new skim lookups for the TNC bridge tolls return charges below.
    - odr - origin to destination reverse
    - dor - destination to origin reverse
    
    TNC revisions:
    - Update TNC bridge tolls so return charges are included
    - Added ride-hail single and taxi constants for trip mode choice within ride-hail tour mode choice
    - Reduced TNC wait time mean and sd slightly to in the highest density category
    - Turned on origin density index constant (already used for walk, bike and walk-transit modes) for TNC single and TNC shared
    
    * allow for a small number of stop locations within walking distance
    
    * updated tnc ascs from tm 1.5 run
    
    * add notebooks
    
    * add readme for notebooks folder
    
    * Interactive tutorial (#3)
    
    * Add verification jupyter notebook
    
    * add shapefile
    
    * code review
    
    * cleanup
    
    * update shapefile note
    
    Co-authored-by: Ben Stabler <bstabler@users.noreply.github.com>
    Co-authored-by: bstabler <benstabler@yahoo.com>
    
    * clean up folder setup
    
    * finish summaries notebook
    
    * updated getting started tutorial
    
    * continue work on the recipe book
    
    * estimation notebooks for larch (#19)
    
    * notebooks for auto ownership and workplace location estimation
    
    * minimally functional larch estimation mode notebooks
    
    includes auto ownership, workplace location, tour mode
    requires larch >= 5.3.7
    
    * revised notebooks
    
    uses new EDB for tour_mode_choice
    
    * update example EDBs and estimation notebooks
    
    * Fix tour mode choice notebook (#20)
    
    Fill in missing values in values DataFrame
    
    * update notebook
    
    * update getting started notebook
    
    * more notebook updates
    
    * notebook for estimating school location (#21)
    
    * create two and three zone test data, see also https://github.com/ActivitySim/activitysim/wiki/Multiple-Zone-Systems-Design
    
    * update notebook markdown
    
    * after merge from develop, resolve conflicts, pycodestyle, and add header to school location notebook
    
    * small doc fix
    
    * update tests EXPECT_TOUR_COUNT
    
    * resolve conflict
    
    Co-authored-by: Blake <blake.rosenthal@rsginc.com>
    Co-authored-by: Jeffrey Newman <jeff@newman.me>
    Co-authored-by: Jeff Doyle <toliwaga@gmail.com>
    4 people authored May 7, 2020
    Configuration menu
    Copy the full SHA
    981627e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    aca4e6b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    b14e36e View commit details
    Browse the repository at this point in the history
  2. Some doc updates, including dropping parking location choice since it…

    … has yet to be implemented and adding a draft estimation functionality flow chart
    bstabler committed May 12, 2020
    Configuration menu
    Copy the full SHA
    553215b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29cacac View commit details
    Browse the repository at this point in the history
  4. update estimation flow chart

    bstabler committed May 12, 2020
    Configuration menu
    Copy the full SHA
    d2faf1f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    5687f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3728707 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    1035cd8 View commit details
    Browse the repository at this point in the history
  2. no more stagger

    toliwaga committed May 14, 2020
    Configuration menu
    Copy the full SHA
    c53cc77 View commit details
    Browse the repository at this point in the history
  3. no more stagger

    toliwaga committed May 14, 2020
    Configuration menu
    Copy the full SHA
    b05db7a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. low level mp logging

    toliwaga committed May 15, 2020
    Configuration menu
    Copy the full SHA
    535566d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Configuration menu
    Copy the full SHA
    957eb85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f5817f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    967a843 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    f4576c5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    a909446 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    09fd741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32c96b7 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    d35f496 View commit details
    Browse the repository at this point in the history
  2. add template output folder

    bstabler committed May 29, 2020
    Configuration menu
    Copy the full SHA
    f85d451 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    f2f004e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    29d841b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    dcef79f View commit details
    Browse the repository at this point in the history
  2. rename taz fields to zone

    toliwaga committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    2ba102f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2eb025 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11b4d16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3619da4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ba82cb View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    87a3abe View commit details
    Browse the repository at this point in the history
  2. maz sparse skims blending

    toliwaga committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    04129f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. best_transit_path roughout

    toliwaga committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    6a54f21 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. 3 zone example tweaks

    toliwaga committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    955bf06 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Cli (#22)

    * download example data
    
    * comments, tests
    
    * use activitysim_resources
    
    * add estimation examples
    
    * add commented out examples
    
    Co-authored-by: bstabler <benstabler@yahoo.com>
    Blake and bstabler authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    65d82f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    56621e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Update tour_mode_choice.csv (#24)

    Fixed auto sufficiency conditions in tour_mode_choice.csv. (Issue ActivitySim#324)
    albabnoor authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    8595b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b66ea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    fc4eaf7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/develop' into develop

    # Conflicts:
    #	activitysim/abm/models/trip_purpose.py
    #	activitysim/abm/models/util/tour_frequency.py
    bstabler committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    4a74f1e View commit details
    Browse the repository at this point in the history
  3. increment to version 0.9.5

    bstabler committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e223349 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    ea1ca40 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. correct write trip matrices sampling expansion and add vehicle occupa…

    …ncy to the expression file
    bstabler committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    1080bb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    c852dd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. pycodestyle other resources

    bstabler committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    0abca62 View commit details
    Browse the repository at this point in the history
  2. correct notebook testing

    bstabler committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    a1c52f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fb2ec9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    3b6fcf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a132342 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    25bf422 View commit details
    Browse the repository at this point in the history
  2. major work on phase 5 (ActivitySim#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 ActivitySim#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
    bstabler authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    efe66b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    e628fea View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    0383d80 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    e118717 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/ActivitySim/activitysim

    …into ActivitySim-develop
    bstabler committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    0654046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0799578 View commit details
    Browse the repository at this point in the history
  4. drop module no longer needed

    bstabler committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    dfb743d View commit details
    Browse the repository at this point in the history
  5. additional updates for estimation integration (ActivitySim#328)

    * estimation integration updates ActivitySim#327
    * drop module no longer needed
    bstabler authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    05a25f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    41ca8b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. z3 running all models

    toliwaga committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    4218946 View commit details
    Browse the repository at this point in the history
  2. merge develop

    toliwaga committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    61e5d0f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. passing tests

    toliwaga committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    560b95f View commit details
    Browse the repository at this point in the history
  2. pcodestyle passes

    toliwaga committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    9b038c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. refactored test teardown

    toliwaga committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    7d4a2c8 View commit details
    Browse the repository at this point in the history
  2. update license, fix univ coeff bug, update estimation example (Activi…

    …tySim#339)
    
    * improve example setup for specifying input tables (#27)
    * improve LICENSE (#30)
    * correct univ coeff template lookup (#28)
    bstabler authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    fba45b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6b8de1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    205c391 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    f76f9c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4393b5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    152b359 View commit details
    Browse the repository at this point in the history
  4. correct doc links

    bstabler committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    2d07a37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    200485a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. tvpb tracing

    toliwaga committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    bd59d12 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. tvpb tracing roughout

    toliwaga committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    17475fc View commit details
    Browse the repository at this point in the history
  2. merge with develop

    toliwaga committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    cce048f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ebe0d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    161b8d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0433f50 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    6d594f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. tvpb estimate_chunk_overhead

    toliwaga committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    937d5b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. adaptive chunking

    toliwaga committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    d7727ef View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    ca27b44 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. 3 zone tap_tap uniquify

    toliwaga committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    437a9fb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. tvpb TableCache

    toliwaga committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    462e3d5 View commit details
    Browse the repository at this point in the history
  2. tvpb TableCache - all fiiels

    toliwaga committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    ae899b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. 3 zone with feather cache

    toliwaga committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    f1a4e8f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    3a581ec View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. memmap skims

    toliwaga committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c82fa35 View commit details
    Browse the repository at this point in the history
  2. memmap skims

    toliwaga committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    b579c21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe72f3b View commit details
    Browse the repository at this point in the history
  4. correct drive transit cost expression for miles/feet. Still need to a…

    …dd some additional missing expressions now that everything appears to be working correctly.
    bstabler committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    b262b1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    440adde View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. skim docstrings

    toliwaga committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    55f4ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    714556b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    0dd315a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. initialize_los

    toliwaga committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    c95ab48 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. 3 zone mp plumbing untested

    toliwaga committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    161509b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    d9bdf00 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    5f1949f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9909c92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95d3423 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    28a8f80 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    bbe17c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. multizone bug fixes

    Jeffrey Doyle committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    330424b View commit details
    Browse the repository at this point in the history
  2. bugs

    toliwaga committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    97f5297 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bf0745 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. tvpb cacha\e as array

    toliwaga committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    8af75f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    dc9cb48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a911ab View commit details
    Browse the repository at this point in the history
  3. chunk initialize_tvpb

    toliwaga committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    53e2f6a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. synthesize tours

    Max Gardner committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    841c5b0 View commit details
    Browse the repository at this point in the history
  2. first

    mxndrwgrdnr committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    ee58fab View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    2770e24 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. poe accessibility

    mxndrwgrdnr committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    cadc846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    848696a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    ee1e176 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    cc16a46 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. created abstract module for probabilistic scheduling, replaced logic …

    …in trip_scheduling, add new probabilistic tour scheduling model step
    mxndrwgrdnr committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    e6112eb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    7d6c894 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. tour mode choice now runs

    mxndrwgrdnr committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d7ca032 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    3427742 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    55b851a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    dc01d76 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. runs thru trip scheduling

    mxndrwgrdnr committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6d53821 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    fa04532 View commit details
    Browse the repository at this point in the history