Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace ORCA with non-global state (ActivitySim#654)
* recode mazs in maz-to-maz table * basic implementation of parquet pipeline * fix overrun caused by dtype optimization * pipeline is a real class * whales * refactoring * refactoring [ci-skip] * refactoring [skip ci] * refactoring * refactoring * refactor * refactoring * refactoring * refactoring * refactoring * refactoring * refactoring * refactor * refactoring * single process mtc ok * clean logging * refactor MP * refactor-mp * core.tests * fix mtc * style * test cli * bump python to 3.10 * 3.10 as str * test summarize * clean up checkpointing * clean checkpoints * various tests * fix vts * optimize imports * optimize imports * fix is_open and is_readonly * refactoring * estimation only when settings exist * fix circular import * test_mtc_progressive * mtc progressive test * persist sharrow cache * asim create always makes a subdir * cleaning out inject * testing xborder * run_if_exists * cleanup * refactor * refactoring * fix persons_merged * refactor * refactor * refactor * refactor * external examples * refactor * refactor * eval_str on annotations * GA external regional models * actions/cache@v3 * clean * state prep * whale to state * fixes * fixes * fix annotations as str * zarr fix * xborder fix * bugfix * fixes * extending * docstring * refactor * refactor * optional altair * viz clean * hist bounds * dataset accessor * steps use default args * duplicate_step_execution * trace validation * bugfixing * bugfixing * bugfixing * more error logging when external example fails * require appdirs * missing state * fix tests * cleanup * fix multizone * allow tar.gz trace validation * fix marin * test fixing * fix random seed * mtc_extended * mtc_ext * mtc_ext * mtc_ext * mtc_ext * don't require pytest for run * stray bracket * testing * fix xborder * ext pipeline * testing * better test * test parquet store * fix loading pickled tables in mp * doc * exercise pickling in store test * est updates * test est fix * cdap for est * fix t0 on error * allow aborted steps * repair sandag test * repaid sandag * reformat tables as requested * change in cdap est targets due to change in randomness * fix env * datastore * clean up * fix test * list checkpoint names * more * dependency changes * repair merge errors and inconsistencies * blacken * ignores * change index dtype to signed int for consistency * partial fix of external tests * ruff * rm datastore * state.run.all now handles mp * fix psrc example * trip scheduling logic_version * make skim_dataset known before getting it * allow missing skims * prevent inf recursion when checkpoint is None * update external link * fix outside auto own test * fix joint freq comp * upgrade testing * repair zone coding in test * ignore parquet * validate assign on settings * allow parquet inputs * allow disable sharrow in WFH * zarr write time * nan on missing * start docs * memory optimizations * check_for_variability cannot be None * accessibility improvements * pinderella * pandas in setup.cfg deps * doc nullstore * external:prototype_psrc_in_development * some docs * doc updates [makedocs] appdirs -> platformdirs sphinx accessor autodoc * branch docs on 3.10 * manual doc build [makedocs] * document download_external_example * repair cdap for joint * external examples doc [makedocs] * so much doc [makedocs] * checkpoints * checkpoint docs [makedocs] * estimation example * ext test * require sharrow 2.6 * add zstandard to envs * fix error in unpacking * update psrc ext link * allow maz_ceiling to be any kind of int * initialize_filesystem doc * doc updates [makedocs] * more docs * documentation [makedocs] * docs on decorators [makedocs] * cache env [makedocs] * various bug fixes * chunk_method is literal * interactive run docs [makedocs] * fix link * doc steps * class no init template * api on correct pages [makedocs] * fix bug in log file names closes ActivitySim#668 * fix error in MP resume_after closes ActivitySim#669 * doc duplicate_step_execution * fix link * docs * cdap est coefficients * test logging * annotate rng * update semcog model * docs for logging * fix semcog example test * only one add_size_tables func * better error msg * remove extra lines * multiple output dirs for tests * fix for chunking * blacken * remove vestigial log_df * undo junk * docstring * write log to output dir * more docs on logging * bigger chunksize, too small times out * clean up when missing TAZ input table * historian * allow state to be None * change recode_pipeline_columns default to false * update prototype_psrc_in_development * fix cdap for sharrow * import skim_dataset * recode pipeline for mtc * Multiprocessing Performance * Arithmetic on Logical Values * clarify * repair problems with tracing * suppress excessive performance warnings addresses ActivitySim#685 * cleanup * drop core.contrast from this PR * fix link * drop "warn" option for duplicate_step_execution * add check that land_use_taz matches skims * move land_use_taz check * land_use_taz check fix
- Loading branch information