From 33c0e73a98bac7aeaedc2ed84d2475165e79dba6 Mon Sep 17 00:00:00 2001 From: jpn-- Date: Tue, 14 May 2024 06:05:12 +0000 Subject: [PATCH] deploy: 5b968ae86a632ea2751ce46f251f83e5f00d05d8 --- .buildinfo | 2 +- _modules/index.html | 6 +- _modules/sharrow/dataset.html | 14 +- _modules/sharrow/flows.html | 6 +- _modules/sharrow/relationships.html | 6 +- api.html | 6 +- genindex.html | 6 +- index.html | 6 +- intro.html | 6 +- search.html | 6 +- searchindex.js | 2 +- walkthrough/encoding.html | 736 +++++++++--------- walkthrough/index.html | 6 +- walkthrough/one-dim.html | 830 +++++++------------- walkthrough/sparse.html | 1090 +++++++++++++-------------- walkthrough/two-dim.html | 390 +++++----- 16 files changed, 1429 insertions(+), 1689 deletions(-) diff --git a/.buildinfo b/.buildinfo index 6f6d3b2..cf56777 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 07e5a3cf4dd2e08ac8403d2b2638bb49 +config: 0352412374c9b171ccf155afca3acd24 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/index.html b/_modules/index.html index 9b1cd66..44c98e7 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -7,7 +7,7 @@ - Overview: module code — v2.9.0 + Overview: module code — v2.9.1 @@ -151,8 +151,8 @@ - v2.9.0 - Home - + v2.9.1 - Home + diff --git a/_modules/sharrow/dataset.html b/_modules/sharrow/dataset.html index dd29c64..ddd68c5 100644 --- a/_modules/sharrow/dataset.html +++ b/_modules/sharrow/dataset.html @@ -7,7 +7,7 @@ - sharrow.dataset — v2.9.0 + sharrow.dataset — v2.9.1 @@ -151,8 +151,8 @@ - v2.9.0 - Home - + v2.9.1 - Home + @@ -339,6 +339,7 @@

Source code for sharrow.dataset

 import re
 import time
 from collections.abc import Hashable, Iterable, Mapping, Sequence
+from pathlib import Path
 from typing import TYPE_CHECKING, Any
 
 import numpy as np
@@ -959,7 +960,7 @@ 

Source code for sharrow.dataset

     use_file_handles = []
     opened_file_handles = []
     for filename in omx:
-        if isinstance(filename, str):
+        if isinstance(filename, (str, Path)):
             import openmatrix
 
             h = openmatrix.open_file(filename)
@@ -986,6 +987,11 @@ 

Source code for sharrow.dataset

 
                 if time_period_sep in data_name:
                     data_name_x, data_name_t = data_name.split(time_period_sep, 1)
+                    if data_name_x not in dataset:
+                        logger.info(
+                            f"skipping {data_name} because {data_name_x} not in dataset"
+                        )
+                        continue
                     if len(dataset[data_name_x].dims) != 3:
                         raise ValueError(
                             f"dataset variable {data_name_x} has "
diff --git a/_modules/sharrow/flows.html b/_modules/sharrow/flows.html
index bb185b6..d2fd90d 100644
--- a/_modules/sharrow/flows.html
+++ b/_modules/sharrow/flows.html
@@ -7,7 +7,7 @@
   
     
     
-    sharrow.flows — v2.9.0
+    sharrow.flows — v2.9.1
   
   
   
@@ -151,8 +151,8 @@
       
     
     
-    v2.9.0 - Home
-    
+    v2.9.1 - Home
+    
   
   
 
diff --git a/_modules/sharrow/relationships.html b/_modules/sharrow/relationships.html index f0d71d0..45fb197 100644 --- a/_modules/sharrow/relationships.html +++ b/_modules/sharrow/relationships.html @@ -7,7 +7,7 @@ - sharrow.relationships — v2.9.0 + sharrow.relationships — v2.9.1 @@ -151,8 +151,8 @@ - v2.9.0 - Home - + v2.9.1 - Home +
diff --git a/api.html b/api.html index ff97503..9506b86 100644 --- a/api.html +++ b/api.html @@ -8,7 +8,7 @@ - API Reference — v2.9.0 + API Reference — v2.9.1 @@ -151,8 +151,8 @@ - v2.9.0 - Home - + v2.9.1 - Home +
diff --git a/genindex.html b/genindex.html index e61f718..57d4249 100644 --- a/genindex.html +++ b/genindex.html @@ -7,7 +7,7 @@ - Index — v2.9.0 + Index — v2.9.1 @@ -151,8 +151,8 @@ - v2.9.0 - Home - + v2.9.1 - Home + diff --git a/index.html b/index.html index 54e70db..ca581b3 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - sharrow — v2.9.0 + sharrow — v2.9.1 @@ -155,8 +155,8 @@ - v2.9.0 - Home - + v2.9.1 - Home + diff --git a/intro.html b/intro.html index 4da3184..8cccdff 100644 --- a/intro.html +++ b/intro.html @@ -8,7 +8,7 @@ - Getting Started — v2.9.0 + Getting Started — v2.9.1 @@ -152,8 +152,8 @@ - v2.9.0 - Home - + v2.9.1 - Home + diff --git a/search.html b/search.html index 2d665b2..f6fd9b6 100644 --- a/search.html +++ b/search.html @@ -6,7 +6,7 @@ - Search - v2.9.0 + Search - v2.9.1 @@ -153,8 +153,8 @@ - v2.9.0 - Home - + v2.9.1 - Home + diff --git a/searchindex.js b/searchindex.js index 1ff0d5a..1a2b980 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"API Reference": [[0, "api-reference"]], "Accessing Logsums": [[7, "accessing-logsums"]], "ActivitySim": [[1, "activitysim"]], "Attributes": [[0, "attributes"], [0, "id1"]], "Batch Simulation": [[5, "batch-simulation"]], "Building the Documentation": [[2, "building-the-documentation"]], "Code Formatting": [[2, "code-formatting"]], "Constructors": [[0, "constructors"]], "Convenience": [[0, "convenience"]], "Creating a DataTree Iteratively": [[7, "creating-a-datatree-iteratively"]], "Data Encoding": [[3, "data-encoding"]], "Data Trees and Flows": [[5, "data-trees-and-flows"]], "DataTree": [[0, "datatree"]], "Dataset": [[0, "dataset"]], "Datasets": [[0, "datasets"]], "Dictionary Encoding": [[3, "dictionary-encoding"]], "Digital Encoding": [[0, "digital-encoding"]], "Digitization": [[0, "digitization"]], "Dot": [[0, "dot"]], "Dynamically Defined Flows": [[7, "dynamically-defined-flows"]], "Editing": [[0, "editing"]], "Example Data": [[3, "example-data"], [5, "example-data"], [7, "example-data"]], "Fixed Point Encoding": [[3, "fixed-point-encoding"]], "Flow": [[0, "flow"]], "Getting Started": [[2, "getting-started"]], "Gotchas": [[7, "gotchas"]], "History": [[1, "history"]], "Indexing": [[0, "indexing"]], "Installation": [[2, "installation"]], "Joint Dict Encoding": [[3, "joint-dict-encoding"]], "License": [[1, "license"]], "Linear-in-Parameters Functions": [[5, "linear-in-parameters-functions"], [7, "linear-in-parameters-functions"]], "Load": [[0, "load"]], "Logit": [[0, "logit"]], "Multi-Dimensional Analysis": [[7, "multi-dimensional-analysis"], [7, "id1"]], "Multinomial Logit Simulation": [[5, "multinomial-logit-simulation"], [7, "multinomial-logit-simulation"]], "Nested Logit Simulation": [[5, "nested-logit-simulation"]], "Pandas Categorical Dtype": [[3, "pandas-categorical-dtype"]], "Relationship": [[0, "relationship"]], "Setup Flow": [[0, "setup-flow"]], "Shared Memory": [[0, "shared-memory"]], "Sharrow Basics": [[5, "sharrow-basics"]], "Spec Files": [[5, "spec-files"]], "Testing": [[2, "testing"]], "User Guide": [[4, "user-guide"]], "Using Sparse MAZ Skims": [[6, "using-sparse-maz-skims"]], "Using at and iat": [[6, "using-at-and-iat"]], "sharrow": [[1, "sharrow"]]}, "docnames": ["api", "index", "intro", "walkthrough/encoding", "walkthrough/index", "walkthrough/one-dim", "walkthrough/sparse", "walkthrough/two-dim"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["api.rst", "index.md", "intro.md", "walkthrough/encoding.ipynb", "walkthrough/index.md", "walkthrough/one-dim.ipynb", "walkthrough/sparse.ipynb", "walkthrough/two-dim.ipynb"], "indexentries": {"add_dataset() (datatree method)": [[0, "sharrow.DataTree.add_dataset", false]], "add_relationship() (datatree method)": [[0, "sharrow.DataTree.add_relationship", false]], "analog (relationship attribute)": [[0, "sharrow.Relationship.analog", false]], "at() (dataset method)": [[0, "sharrow.Dataset.at", false]], "child_data (relationship attribute)": [[0, "sharrow.Relationship.child_data", false]], "child_name (relationship attribute)": [[0, "sharrow.Relationship.child_name", false]], "construct() (in module sharrow.dataset)": [[0, "sharrow.dataset.construct", false]], "datatree (class in sharrow)": [[0, "sharrow.DataTree", false]], "df() (dataset.at method)": [[0, "sharrow.Dataset.at.df", false]], "df() (dataset.iat method)": [[0, "sharrow.Dataset.iat.df", false]], "digitize_relationships() (datatree method)": [[0, "sharrow.DataTree.digitize_relationships", false]], "dot() (flow method)": [[0, "sharrow.Flow.dot", false]], "dot_dataarray() (flow method)": [[0, "sharrow.Flow.dot_dataarray", false]], "ensure_integer() (dataset method)": [[0, "sharrow.Dataset.ensure_integer", false]], "flow (class in sharrow)": [[0, "sharrow.Flow", false]], "from_named_objects() (in module sharrow.dataset)": [[0, "sharrow.dataset.from_named_objects", false]], "from_omx() (in module sharrow.dataset)": [[0, "sharrow.dataset.from_omx", false]], "from_omx_3d() (in module sharrow.dataset)": [[0, "sharrow.dataset.from_omx_3d", false]], "from_shared_memory() (dataset.shm class method)": [[0, "sharrow.Dataset.shm.from_shared_memory", false]], "from_table() (in module sharrow.dataset)": [[0, "sharrow.dataset.from_table", false]], "from_zarr() (in module sharrow.dataset)": [[0, "sharrow.dataset.from_zarr", false]], "iat() (dataset method)": [[0, "sharrow.Dataset.iat", false]], "iloc() (dataset method)": [[0, "sharrow.Dataset.iloc", false]], "indexing (relationship attribute)": [[0, "sharrow.Relationship.indexing", false]], "info() (dataset.digital_encoding method)": [[0, "sharrow.Dataset.digital_encoding.info", false]], "is_shared_memory (dataset.shm attribute)": [[0, "sharrow.Dataset.shm.is_shared_memory", false]], "load() (flow method)": [[0, "sharrow.Flow.load", false]], "load_dataarray() (flow method)": [[0, "sharrow.Flow.load_dataarray", false]], "load_dataframe() (flow method)": [[0, "sharrow.Flow.load_dataframe", false]], "logit_draws() (flow method)": [[0, "sharrow.Flow.logit_draws", false]], "parent_data (relationship attribute)": [[0, "sharrow.Relationship.parent_data", false]], "parent_name (relationship attribute)": [[0, "sharrow.Relationship.parent_name", false]], "preload_shared_memory_size() (dataset.shm static method)": [[0, "sharrow.Dataset.shm.preload_shared_memory_size", false]], "relationship (class in sharrow)": [[0, "sharrow.Relationship", false]], "relationships_are_digitized (datatree attribute)": [[0, "sharrow.DataTree.relationships_are_digitized", false]], "release_shared_memory() (dataset.shm method)": [[0, "sharrow.Dataset.shm.release_shared_memory", false]], "replace_datasets() (datatree method)": [[0, "sharrow.DataTree.replace_datasets", false]], "replacement_filters (datatree attribute)": [[0, "sharrow.DataTree.replacement_filters", false]], "root_node_name (datatree attribute)": [[0, "sharrow.DataTree.root_node_name", false]], "set() (dataset.digital_encoding method)": [[0, "sharrow.Dataset.digital_encoding.set", false]], "setup_flow() (datatree method)": [[0, "sharrow.DataTree.setup_flow", false]], "shared_memory_key (dataset.shm attribute)": [[0, "sharrow.Dataset.shm.shared_memory_key", false]], "shared_memory_size (dataset.shm attribute)": [[0, "sharrow.Dataset.shm.shared_memory_size", false]], "show_code() (flow method)": [[0, "sharrow.Flow.show_code", false]], "subspaces (datatree attribute)": [[0, "sharrow.DataTree.subspaces", false]], "to_shared_memory() (dataset.shm method)": [[0, "sharrow.Dataset.shm.to_shared_memory", false]]}, "objects": {"sharrow": [[0, 0, 1, "", "DataTree"], [0, 0, 1, "", "Flow"], [0, 0, 1, "", "Relationship"]], "sharrow.DataTree": [[0, 1, 1, "", "add_dataset"], [0, 1, 1, "", "add_relationship"], [0, 1, 1, "", "digitize_relationships"], [0, 2, 1, "", "relationships_are_digitized"], [0, 1, 1, "", "replace_datasets"], [0, 2, 1, "", "replacement_filters"], [0, 2, 1, "", "root_node_name"], [0, 1, 1, "", "setup_flow"], [0, 2, 1, "", "subspaces"]], "sharrow.Dataset": [[0, 1, 1, "", "at"], [0, 1, 1, "", "ensure_integer"], [0, 1, 1, "", "iat"], [0, 1, 1, "", "iloc"]], "sharrow.Dataset.at": [[0, 1, 1, "", "df"]], "sharrow.Dataset.digital_encoding": [[0, 1, 1, "", "info"], [0, 1, 1, "", "set"]], "sharrow.Dataset.iat": [[0, 1, 1, "", "df"]], "sharrow.Dataset.shm": [[0, 1, 1, "", "from_shared_memory"], [0, 2, 1, "", "is_shared_memory"], [0, 1, 1, "", "preload_shared_memory_size"], [0, 1, 1, "", "release_shared_memory"], [0, 2, 1, "", "shared_memory_key"], [0, 2, 1, "", "shared_memory_size"], [0, 1, 1, "", "to_shared_memory"]], "sharrow.Flow": [[0, 1, 1, "", "dot"], [0, 1, 1, "", "dot_dataarray"], [0, 1, 1, "", "load"], [0, 1, 1, "", "load_dataarray"], [0, 1, 1, "", "load_dataframe"], [0, 1, 1, "", "logit_draws"], [0, 1, 1, "", "show_code"]], "sharrow.Relationship": [[0, 2, 1, "", "analog"], [0, 2, 1, "", "child_data"], [0, 2, 1, "", "child_name"], [0, 2, 1, "", "indexing"], [0, 2, 1, "", "parent_data"], [0, 2, 1, "", "parent_name"]], "sharrow.dataset": [[0, 3, 1, "", "construct"], [0, 3, 1, "", "from_named_objects"], [0, 3, 1, "", "from_omx"], [0, 3, 1, "", "from_omx_3d"], [0, 3, 1, "", "from_table"], [0, 3, 1, "", "from_zarr"]]}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "method", "Python method"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "function", "Python function"]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:attribute", "3": "py:function"}, "terms": {"": [0, 1, 2, 3, 5, 6, 7], "0": [0, 3, 5, 6, 7], "000": 5, "00000": 7, "000000": 5, "000123": 6, "0002938775510204082read": 6, "001": 7, "01": [3, 6, 7], "0111": 6, "0129": 5, "012900": 5, "0134": 5, "0144": 3, "014400": 6, "01497111": 7, "015": 7, "01730855": 7, "0196": 3, "01971475": 7, "01compress": 6, "02": 3, "02116722": 7, "02175669": 7, "02502164": 7, "02711131": 7, "028900": 6, "02999997": 7, "03": 3, "0313424": 7, "033856": 6, "035372": 7, "03619669": 7, "03846856": 7, "03896772": 7, "03972635": 7, "04": [3, 7], "04651197": 7, "05": 3, "0513": 5, "05250299": 7, "053": 7, "0531535": 7, "05456484": 7, "05695": 5, "0576": 3, "05999994": 7, "06": [3, 7], "06363645": 7, "06487329": 7, "065526": 5, "06579": 5, "065794": 5, "06648009": 7, "06913442": 7, "07": [3, 5], "071149": 7, "07166818": 7, "0784": 3, "08": 3, "08209198": 7, "08727995": 7, "0875": 5, "087502": 5, "09": 3, "09915999": 5, "0arrai": [3, 5], "0blend_distwalk_dist": 6, "0digital_encod": 3, "0m": 5, "0xarrai": 3, "1": [0, 3, 5, 6, 7], "10": [3, 5, 6, 7], "100": [3, 5, 6], "100000": 5, "100000alt_col": 5, "100000mode": 5, "100_000": 5, "101": [3, 6, 7], "102": [3, 6], "10210799": 5, "103": [3, 6], "103000": 3, "10315963": 7, "104": [3, 6], "105": [3, 6], "106": [3, 5, 6], "1069": 7, "107": [3, 5, 6, 7], "107594": 7, "107597": 7, "107616": 7, "107628": 7, "107631": 7, "107640": 7, "107642": 7, "1078253": 5, "108": [3, 5, 6], "1080": 5, "1081": 5, "1082": 5, "1083": 5, "1084": 5, "1085": 5, "109": [3, 5, 6], "109218": 3, "11": [3, 5, 6, 7], "110": [3, 5, 6], "110706": 3, "111": [3, 5, 6], "111378": 5, "112": [3, 5, 6], "112141": 3, "112477": [3, 5, 7], "113": [3, 5, 6], "114": [3, 5, 6], "114168": 5, "115": [3, 5, 6], "116": [3, 5, 6], "117": [3, 5, 6, 7], "118": [3, 5, 6], "119": [3, 5, 6], "11907123": 7, "119394": 5, "1194": 5, "12": [3, 5, 6, 7], "120": [3, 5, 6], "1200": 6, "120b": 6, "121": [3, 5, 6], "122": [3, 5, 6], "123": [3, 6, 7], "124": [3, 5, 6], "124888": 5, "125": [3, 5, 6], "12595999": 5, "126": [3, 5, 6], "127": [3, 5, 6], "128": [3, 6], "129": [3, 6], "12kb": [3, 5, 6, 7], "13": [3, 5, 6, 7], "130": [3, 6], "13000": 7, "13050658": 7, "131": [3, 6], "13100": 3, "132": [3, 6], "13200": 7, "133": [3, 6], "134": [6, 7], "135": [3, 6], "136": [3, 5, 6], "1369": 3, "13690001": 3, "137": [3, 6], "137arrai": 3, "138": [3, 5, 6], "139": [3, 5, 6, 7], "13999999": 7, "14": [3, 5, 6, 7], "140": [3, 5, 6], "14043199": 5, "141": [3, 5, 6], "142": [3, 6], "143": [3, 5, 6], "144": [3, 5, 6, 7], "145": [3, 5, 6], "146": [3, 6], "14684": 7, "147": [3, 6, 7], "148": [3, 6], "14800": 3, "14800arrai": 3, "149": [3, 5, 6], "15": [3, 5, 6, 7], "150": [3, 6], "1500": 6, "15000": [3, 5], "1500001": 7, "151": [3, 5, 6, 7], "152": [3, 5, 6], "15230284": 7, "153": [3, 5, 6, 7], "154": [3, 5, 6], "155": [3, 5, 6], "156": [3, 5, 6], "157": [3, 5, 6], "157316": 5, "1574": 5, "1575": 5, "1576": 5, "1577": 5, "158": [3, 5, 6], "159": [3, 5, 6], "16": [0, 3, 5, 6, 7], "160": [3, 5, 6], "160b": 3, "161": [3, 5, 6], "162": [3, 5, 6], "163": [3, 5, 6], "1631117": 5, "164": [3, 6], "165": [3, 6], "16500": [3, 5, 7], "16565": 5, "166": [3, 6], "167": [3, 6], "168": [3, 6], "169": [3, 6], "16arrai": 6, "17": [3, 5, 6, 7], "170": [3, 5, 6, 7], "1700": 6, "171": [3, 6], "172": [3, 6], "173": [3, 5, 6], "174": [3, 5, 6], "175": [3, 5, 6], "175coordin": 6, "175dmaz": 6, "176": [3, 5, 6], "177": [3, 5, 6], "1774303": 5, "178": [3, 5, 6], "179": [3, 6], "17arrai": 6, "18": [3, 5, 6, 7], "180": [3, 6], "181": [3, 6], "182": [3, 6], "183": [3, 6], "184": [3, 6], "1840": 6, "185": [3, 6], "186": [3, 6], "187": [3, 6], "1874724": 5, "188": [3, 6], "189": [3, 6], "19": [3, 5, 6, 7], "190": [3, 5, 6], "1908": 5, "191": [3, 5, 6], "192": [3, 5, 6], "192coordin": 3, "193": 6, "1936": 3, "194": [5, 6], "195": [5, 6], "196": [5, 6], "197": [5, 6], "197000": [3, 5, 7], "198": [5, 6], "199": [5, 6], "1arrai": 5, "1kb": 6, "1m": 5, "1mb": 5, "1munsaf": 5, "2": [0, 3, 5, 6, 7], "20": [3, 5, 6, 7], "200": [3, 6], "200b": [3, 5, 6, 7], "201": [5, 6], "202": [5, 6], "2022": 1, "203": [5, 6], "204": [5, 6], "2049372": 3, "205": [5, 6], "206": [3, 6], "207": 6, "207882": 7, "208": 6, "209": 6, "20b": 6, "21": [3, 5, 6, 7], "210": [6, 7], "211": 6, "212": 6, "213": 6, "214": [6, 7], "215": 6, "216": 6, "217": 6, "218": 6, "218600": 5, "219": 6, "22": [3, 5, 6, 7], "220": [3, 6], "2200": [3, 5, 7], "2202": [5, 7], "2203": [5, 7], "221": 6, "222": 6, "2222791": [3, 5, 7], "223": [6, 7], "224": 6, "224676": 3, "225": 6, "226": [5, 6], "226880": 3, "227": [5, 6], "228": [5, 6], "229": 6, "22arrai": 5, "23": [3, 5, 6, 7], "230": [3, 6], "2307193": 3, "231": 6, "23104": 3, "232": 6, "233": 6, "234": 6, "235": 6, "236": [5, 6], "237": [5, 6], "238": [5, 6], "23845311": 7, "239": [5, 6, 7], "24": [3, 5, 6, 7], "240": [5, 6, 7], "24000": 7, "241": 6, "242": [5, 6], "243": [5, 6], "244": [3, 5, 6], "245": 6, "246": [5, 6], "247": [5, 6], "248": [5, 6], "249": 6, "24arrai": 6, "25": [3, 5, 6, 7], "250": [3, 6, 7], "25000": 7, "251": 6, "252": 6, "253": [6, 7], "254": 6, "255": [3, 6], "256": [5, 6], "2564": 5, "256612": 3, "2566803": 5, "25671": [3, 5, 7], "25675": [3, 5, 7], "25678": [3, 5, 7], "25683": [3, 5, 7], "25684": [3, 5, 7], "25691": [3, 5], "25692": [3, 5], "257": [5, 6], "25704": [3, 5], "25725": [3, 5], "25734": [3, 5], "258": [5, 6], "259": [5, 6], "25arrai": [3, 5, 6, 7], "25coordin": 7, "25dtaz": [3, 5, 6, 7], "25express": 7, "25time_period": [3, 5, 6, 7], "25xarrai": 7, "26": [3, 7], "260": [5, 6], "260325": 5, "261": [5, 6], "26177": 3, "262": 6, "263": 6, "264": 6, "265": 6, "266": 6, "2662": 5, "26696813": 7, "267": [6, 7], "268": 6, "269": 6, "27": [3, 5, 7], "270": 6, "271": 6, "2715386": [5, 7], "2717868": [3, 5, 7], "272": [5, 6], "273": [5, 6], "274": [5, 6], "274arrai": 6, "275": 5, "276": 5, "2762199": 3, "277": 7, "27956": 3, "2798": 5, "279800": 5, "28": [3, 7], "281": 3, "2822651": 7, "2822660": 7, "2822668": 7, "2822702": 7, "2822725": 7, "285": 7, "2863454": 3, "2863467": 3, "2863494": 3, "2863496": 3, "2863498": 3, "2863513": 3, "2863520": 3, "2863524": [3, 5], "2863552": [3, 5], "2863568": [3, 5], "2863568arrai": [3, 5], "289": 7, "29": [3, 5], "290": 3, "291": 3, "29658": 5, "2arrai": 5, "2kb": [3, 5, 6, 7], "2mb": [3, 5, 6, 7], "2xarrai": 5, "3": [0, 1, 3, 5, 6, 7], "30": [3, 5, 6, 7], "300": 3, "30000": [3, 5], "302885": 7, "303arrai": 7, "305": 5, "306": 5, "307": 5, "308": 5, "309": 5, "30999994": 7, "31": [3, 5, 7], "310": 5, "311": 5, "312": 5, "313": 5, "31361022": 7, "31368188": 7, "3137": 7, "3138090": 5, "32": [0, 3, 5], "320": 3, "321": 5, "327": 3, "3286812": [5, 7], "33": [3, 5, 7], "339": 3, "34": [3, 5], "349": 5, "35": [3, 5, 7], "350": 5, "351": 5, "352": 5, "353": 5, "3533": 5, "354": 5, "355": 5, "356": 5, "357": 5, "35718197": 7, "358": 5, "3596408": 5, "35kb": 7, "36": [3, 7], "360": 3, "3608229": 5, "361": 5, "361000": [3, 5, 7], "362": 5, "3628": 5, "362800": 5, "363": 5, "365": 5, "366": 5, "368187": 7, "37": [3, 7], "370": 3, "370491": [3, 5, 7], "38": 3, "387825": 5, "38mb": 3, "39": [3, 5, 7], "393": 5, "3974": 5, "397400": 5, "399202930": 5, "3999996": 5, "3arrai": 5, "4": [3, 5, 6, 7], "40": [3, 5, 6, 7], "40b": [3, 5, 6, 7], "40jointwb": 3, "40kb": 3, "41": [3, 5, 7], "416b": 7, "42": [3, 5, 7], "427": 7, "43": [3, 5, 7], "432000": 3, "435000": 3, "4361": 7, "4361taz": 7, "44": [3, 5, 6, 7], "440325": 5, "443": 5, "444": 5, "445": 5, "45": [3, 5], "450000": 3, "457400": 3, "46": [3, 5, 7], "4600": 7, "462000": 3, "47": [3, 5, 7], "47000003": 7, "474": 3, "476": 7, "477": 5, "478": 5, "479": 5, "48": [3, 5, 7], "480": 5, "481": 5, "49": [3, 7], "491": 5, "492": 5, "493": 5, "494": 5, "495": 5, "496": 5, "497": 5, "498": 5, "499": 5, "4th": 7, "5": [0, 3, 5, 6, 7], "50": [3, 6, 7], "500": [3, 5], "5000": 3, "500000": 5, "5000coordin": 3, "5000incom": 3, "50065": 5, "500650": 5, "501": 1, "5058053": 5, "509": 5, "51": [3, 5, 7], "510": 5, "511": 5, "512": 5, "513": 5, "5149": 7, "5177101": 7, "52": [3, 5, 7], "52555": 7, "5299997": 5, "53": 3, "53231": 7, "534": 5, "535": 5, "536": 5, "5360279": [5, 7], "537": 5, "538": 5, "539": 5, "54": [3, 5, 7], "540": 5, "541": 5, "542": 5, "543": 5, "55": [3, 5, 7], "5500": 5, "56": [3, 7], "5600": 7, "565": 5, "566": 5, "567": 5, "568499": 3, "57": [3, 7], "570708": 3, "58": [3, 7], "58000004": 7, "581": 5, "582": 5, "583": 5, "58575577": 7, "5887": 7, "59": 3, "59220": [3, 5, 7], "5arrai": 5, "5coordin": [3, 5, 6, 7], "5joined_0": 3, "5kb": 3, "5kstorag": 6, "5omaz": 6, "6": [3, 5, 6, 7], "60": [3, 6, 7], "6000": 7, "60000": [3, 5], "6010011": 5, "604": 5, "605": 5, "606": 5, "607": 5, "608": 5, "609": 5, "61": [3, 7], "610": 5, "6101575": 7, "611": [5, 7], "612": 5, "614": 5, "615": 5, "615499": 5, "6154995": 5, "616": 5, "61834913": 7, "62": [3, 5, 7], "62236819": 7, "6224": 7, "625b": 3, "626": 3, "63": [3, 5], "632600": 3, "6352806": 5, "64": 3, "6404002": 5, "64330": 7, "64468189": 7, "65": [3, 5], "650000": 3, "652070": 3, "66": [3, 7], "660000": 3, "6600001": 7, "6692": 5, "669200": 5, "66kb": 5, "67": [3, 5], "671": 7, "6756": 7, "67561017": 7, "678": 5, "679": 5, "68": [3, 5], "680": 5, "681": 5, "6818776": 7, "682": 5, "68300291": 7, "68627596": 5, "6887183": [5, 7], "69": 3, "690": 5, "691": 5, "692": 5, "693": 5, "694": 5, "695": 5, "696": 5, "697": 5, "698": 5, "6arrai": 5, "7": [1, 3, 5, 6, 7], "70": [3, 6], "70000005": 7, "70123664": 7, "702559": 3, "702559arrai": 3, "7043": 5, "709": 5, "71": 3, "710": 5, "711": 5, "712": 5, "713": 5, "714": 5, "72": [3, 7], "7200": [5, 7], "72220": 7, "72229": 7, "72235": 7, "727": 5, "728": 5, "729": 5, "73": 3, "733000": 3, "733000arrai": 3, "73837185": 5, "7384": 5, "74": [3, 5, 7], "742": 5, "743": 5, "746": 5, "747": 5, "748": 5, "749": 5, "74933606": 5, "75": [3, 5], "750": 5, "751": 5, "7513938": 7, "7513939": 7, "7513948": 7, "7513962": 7, "7513972": 7, "7513986": 7, "7513995": 7, "7514003": 7, "7514037": 7, "7514060": 7, "7514060arrai": 7, "752": 5, "753": 5, "754": 5, "755": 5, "7552545": 5, "7553": 5, "7554789": 5, "7554802": 5, "7554829": 5, "7554831": 5, "7554833": 5, "7554848": 5, "7554855": 5, "7554859": 5, "7554887": 5, "7554903": 5, "7554903arrai": 5, "756": 5, "757": 5, "7574615": 5, "7575arrai": 5, "7578729": 5, "758": 5, "759": 5, "76": [3, 5], "760": 5, "761": 5, "762": 5, "763899": [3, 5, 7], "764": 5, "765": 5, "768b": 3, "77": [3, 7], "77132": [5, 7], "78": 3, "782359": 5, "79": [3, 7], "79287107": 7, "8": [0, 3, 5, 6, 7], "80": 3, "800kb": 5, "80276155": 5, "81": 3, "8142497": 5, "815": 5, "816": 5, "817": 5, "818": 5, "819": 5, "82": [3, 5, 7], "8212": 5, "8212coordin": 5, "823184": 3, "82arrai": 5, "83": 3, "83752644": 5, "84": [3, 5, 7], "84871": 7, "85": [3, 7], "85405313": 7, "85kb": 3, "86": [3, 5], "87": 3, "872kb": 7, "87490297": 7, "875arrai": 7, "88": [3, 7], "89": 3, "8900003": 5, "89564": 7, "8kb": 3, "9": [3, 5, 6, 7], "90": 3, "91": [3, 5], "914": 7, "9140532": 7, "92": [3, 5], "9200001": 7, "928800": 5, "93": [3, 5], "94": [3, 5, 7], "942825": 5, "95": [3, 7], "951": 3, "951coordin": 3, "955": 5, "956": 5, "957": 5, "957199": 5, "9572": 5, "958": 5, "959": 5, "96": [3, 5], "97": 3, "974": 7, "975": 5, "976": 5, "977": 5, "978": 5, "97digital_encod": 3, "97xarrai": 3, "98": 3, "9822": 5, "983164": 3, "987": 5, "988": 5, "989": 5, "99": 3, "990": 5, "991": 5, "99990": 5, "99991": 5, "99992": 5, "99993": 5, "99994": 5, "99995": 5, "99996": 5, "99997": 5, "99998": 5, "99999": 5, "99999arrai": 5, "9arrai": 5, "A": [0, 2, 3, 5], "And": [3, 7], "As": [5, 7], "But": [3, 5], "By": 0, "For": [0, 3, 5, 6, 7], "If": [0, 3, 5, 7], "In": [0, 3, 5, 7], "It": [0, 1, 2, 5, 7], "Of": 5, "On": 5, "Or": 0, "That": 3, "The": [0, 1, 2, 3, 5, 6, 7], "Then": [2, 3, 5, 7], "These": [0, 3, 5], "To": [0, 2, 3, 5, 6, 7], "Will": 0, "_": [5, 7], "__": 0, "__call__": 5, "__init__": 5, "__name__": [0, 5], "__version__": [3, 5, 7], "_acquire_compile_lock": 5, "_array_dimens": 0, "_basemodel": 5, "_baseufuncbuild": 5, "_build_impl": 5, "_can_compil": 5, "_cfn": 5, "_codegen": 5, "_compil": 5, "_compile_bytecod": 5, "_compile_cach": 5, "_compile_cor": 5, "_compile_element_wise_funct": 5, "_compilerlock": 5, "_customize_flag": 5, "_digitized_dtaz_of_dmaz": 6, "_digitized_otaz_of_omaz": 6, "_dispatcherbas": 5, "_dupe": 0, "_dynfunc": 5, "_encode_str": 5, "_engin": 5, "_ensure_fin": 5, "_failed_cach": 5, "_fillvalu": 0, "_final": 5, "_final_modul": 5, "_finalize_final_modul": 5, "_finalize_signatur": 5, "_functioncompil": 5, "_get_impl": 5, "_get_implement": 5, "_get_jnp_arrai": 5, "_get_module_for_link": 5, "_impl_cach": 5, "_index_nam": 0, "_lib_fn_wrapp": 5, "_load": [0, 6], "_lock": 5, "_lowerresult": 5, "_mpm_full": 5, "_name": [0, 6], "_numba_penalti": 5, "_numba_penalty_vector": 5, "_optimize_final_modul": 5, "_overloadfunctiontempl": 5, "_pass_registri": 5, "_raise_error": 5, "_recorded_tim": 5, "_resolve_user_function_typ": 5, "_runpass": 5, "_s_distwalk": 6, "_sig": 5, "_type_signatur": 5, "_typingresult": 5, "_unlit_non_poison": 5, "abil": 6, "about": [0, 3, 7], "abov": [0, 2, 3, 5, 7], "abstracttempl": 5, "acceler": 1, "accept": [0, 5], "access": [0, 1, 5], "accessor": [0, 3, 6], "accord": [0, 5, 7], "achiev": [0, 3], "across": [3, 5], "activ": [0, 1], "activitysim": [2, 3, 5, 7], "actual": [0, 5], "ad": [0, 7], "add": [0, 3, 5, 6, 7], "add_dataset": [0, 7], "add_offset": 0, "add_relationship": 0, "addit": [0, 2, 5, 6, 7], "adequ": 3, "adjust": 5, "administ": 1, "advanc": 1, "after": [0, 2, 5], "afternoon": 7, "ag": [5, 7], "again": 7, "against": [5, 7], "aggreg": 7, "algebra": 5, "algorithm": 5, "align": [0, 7], "all": [0, 1, 2, 3, 5, 6, 7], "alloc": 0, "allow": [1, 3, 5], "almost": [1, 3, 5], "along": [0, 5], "alphabet": 7, "alreadi": [0, 7], "also": [0, 2, 3, 5, 6, 7], "alt_col": 5, "alt_colxarrai": 5, "altern": [0, 2, 3, 5, 7], "although": 7, "alwai": [0, 3], "am": [3, 5, 6, 7], "among": 5, "amount": 3, "ampo": 1, "an": [0, 1, 2, 3, 5, 7], "analog": 0, "analogi": 0, "analysi": [0, 3, 4], "ani": [0, 3, 5], "anoth": 0, "anymor": [5, 7], "appear": [0, 5], "append": [0, 5], "appli": [0, 3, 5, 6, 7], "applic": [0, 3], "approach": [1, 3], "appropri": [3, 5], "ar": [0, 2, 3, 5, 6, 7], "arang": 5, "arbitrari": 5, "area_typ": 7, "arg": [0, 5], "argument": [0, 5, 6], "around": [3, 5, 7], "arr": [3, 7], "arr1": 3, "arr_enc": 3, "arr_pretti": 7, "arr_unord": 7, "arrai": [0, 3, 5, 6, 7], "array_decod": 3, "array_encod": 3, "as_arrai": 5, "as_dataarrai": 0, "as_root": 0, "asarrai": 7, "assert": 5, "assign": [0, 3], "assign_coord": 5, "associ": [0, 1], "assum": [0, 6], "astyp": 5, "attach": [3, 5, 6, 7], "attempt": 0, "attr": 3, "attribut": [3, 5, 6, 7], "audit": 0, "auto": 0, "automat": [0, 2, 3, 5], "automobil": 3, "aux_var": [0, 5], "avail": [1, 2, 3, 5], "avoid": [0, 5], "ax": 6, "b": [5, 6], "back": [0, 3, 5], "backend": 0, "bad": 3, "base": [0, 1, 3, 5, 6, 7], "basecontext": 5, "baseexcept": 5, "basefunct": 5, "basemodel": 5, "basenativelow": 5, "basetypeinfer": 5, "basic": [4, 7], "becaus": [3, 5], "been": [0, 3, 6], "befor": [0, 5, 7], "begin": [0, 3, 5, 7], "behavior": [0, 1], "being": [0, 7], "below": 5, "benefici": 3, "benefit": [0, 1], "best": 1, "better": 5, "between": [0, 3, 6, 7], "bhhh": 5, "bin": 3, "binari": [5, 7], "bind": 5, "bit": [0, 3], "bitwidth": [0, 3], "black": 2, "bldgsz": [5, 7], "blend": 6, "blend_distwalk_dist": 6, "blend_distwalk_max": 6, "bodi": 3, "book": 2, "bool": 0, "bool_wrap": 0, "boost": 1, "both": [0, 2, 3, 5], "bottom": 3, "bound": [0, 5], "boundfunct": 5, "boundscheck": [0, 6], "branch": 7, "break": [0, 5], "browser": 0, "bsd": 1, "bucketbin": [5, 7], "buffer": 0, "build": [5, 6, 7], "build_constraint": 5, "built": 2, "bulki": 2, "bunch": 5, "by_dict": [0, 3], "byte": [0, 3, 5, 6, 7], "bytecod": 5, "c": [0, 1, 2, 5], "cach": [0, 1, 5], "cache_dir": 0, "cache_kei": 5, "calendar": 0, "call": [0, 3, 5], "call_help": 5, "callabl": [0, 5], "callconstraint": 5, "calle": 5, "calltyp": 5, "cambridg": 1, "can": [0, 1, 2, 3, 5, 6, 7], "cand_dest": 5, "candid": [3, 5], "capabl": [0, 7], "captur": 5, "case": [0, 3, 5, 7], "cast": 5, "catch_warn": 5, "categor": [4, 5], "categori": [3, 5], "caus": 0, "caveat": 6, "cell": [0, 3, 5], "certain": 0, "cf": 0, "cftime": 0, "cfunc": 5, "chang": 5, "charact": 0, "charg": 1, "check": [0, 2, 3, 5], "child": 0, "child_data": 0, "child_nam": 0, "choic": [0, 5, 7], "choice2_probs_nl": 5, "choice_prob": [5, 7], "choice_probs2": 5, "choice_probs_": 7, "choice_probs_nl": 5, "choices2": 5, "choices2_nl": 5, "choices_": 7, "choices_nl": 5, "choos": [3, 5], "chooser": 7, "chosen": [0, 5], "chunk": [0, 3, 5, 6, 7], "chunk_stor": 0, "chunksiz": [3, 5, 6, 7], "circuit": 5, "circumv": 6, "class": [0, 3, 7], "classmethod": 0, "claus": 1, "clip": [5, 6, 7], "clip_dist": 6, "clone": 2, "code": [0, 1, 3, 5], "codegen": 5, "codelibrari": 5, "coef": 7, "coef_nest_motor": 5, "coef_nest_root": 5, "coeffici": [0, 5, 7], "coerc": 0, "collect": 0, "collft": 7, "collpt": 7, "column": [0, 3, 5, 6, 7], "come": [0, 7], "command": 7, "comment": 0, "commit": 2, "common": 7, "compar": [3, 7], "compat": [1, 3], "compil": [0, 1, 2, 3, 5, 7], "compile_extra": 5, "compile_watch": [0, 5], "compiled_rec": 0, "compiler_lock": 5, "compiler_machineri": 5, "compiler_st": 5, "compilerbas": 5, "compileresult": 5, "compilerpass": 5, "complet": [0, 5], "complex": [0, 5], "compress": 6, "comput": [0, 5, 7], "concat_charact": 0, "concaten": 0, "conda": [2, 5], "condit": 0, "configur": 7, "confirm": 3, "conflict": 0, "connect": 0, "consecut": 0, "consid": 0, "consist": [2, 5], "consolid": 0, "consortium": 1, "constant": [0, 5, 7], "constitut": 3, "constraint": 5, "constraintnetwork": 5, "construct": [0, 3, 5, 6], "construct_nesting_tre": 5, "consum": 5, "contain": [0, 2, 3, 5, 7], "context": 5, "contrari": 5, "control": 0, "contructor": [0, 5], "conveni": [5, 7], "convent": 0, "convers": [0, 5], "convert": [0, 1, 3, 5], "coordin": [0, 3, 5, 6, 7], "copi": [0, 5], "copyright": 1, "core": [3, 5], "corner": 3, "correct": 3, "correctli": 3, "correspond": 0, "cost": [1, 7], "could": [3, 5, 7], "count": [0, 3, 5, 7], "counti": 7, "cpu": 5, "cpucodelibrari": 5, "cpucontext": 5, "cpython": 0, "cr": 5, "crash": 0, "cre": 5, "creat": [0, 1, 2, 3, 5], "csv": [5, 7], "cumbersom": 5, "current": 0, "cut": 3, "d": [0, 5], "d1": 3, "d2": 3, "d_loglik": 5, "d_penalti": 5, "dai": [0, 5, 7], "dask": [0, 3, 5, 6, 7], "dask_schedul": 0, "data": [0, 1, 2, 4, 6], "data_provid": 5, "dataarrai": [0, 3, 5, 6, 7], "dataarraytouridx": 5, "dataarrayworkerid": 7, "datafram": [0, 3, 5, 6, 7], "dataset": [3, 5, 6, 7], "datasetdimens": [3, 5, 6, 7], "datatre": [3, 5, 6], "date": 0, "datetim": 0, "datetime64": 0, "ddp": [5, 7], "deactiv": 0, "debug": [0, 5], "decim": 3, "decis": 7, "declar": 7, "decod": [0, 3], "decode_cf": 0, "decode_coord": 0, "decode_tim": 0, "decode_timedelta": 0, "deconstruct": 3, "decor": 5, "def": [0, 5], "default": [0, 5, 7], "default_rng": [5, 7], "defer": 0, "defin": [0, 5, 6], "definit": [0, 5, 7], "definition_spec": 0, "demonstr": [3, 6], "demostr": 7, "dens": 6, "depend": [1, 2, 5], "describ": 7, "desir": 3, "dest": 3, "dest_maz": 6, "dest_taz_idx": 5, "destin": [5, 6, 7], "destroi": 0, "detail": [0, 3, 6], "determin": [0, 7], "dev": 2, "develop": [1, 2], "df": [0, 5], "dict": [0, 5], "dictionari": [0, 5, 7], "did": 5, "differ": [0, 2, 3, 5, 7], "digit": 3, "digital_encod": [0, 3], "digitize_relationship": 0, "dim": [5, 7], "dim_exclud": [0, 5], "dim_ord": [0, 5, 7], "dim_redirection_dmaz": 6, "dim_redirection_omaz": 6, "dimens": [0, 3, 5, 6, 7], "dimension": [0, 3, 4, 5], "direct": 0, "directli": [5, 7], "directori": [0, 2], "directorystor": 0, "disabl": [0, 5, 7], "disable_compil": 5, "disk": [1, 5], "disp": 5, "disp_typ": 5, "dispatch": 5, "displac": 0, "displai": 0, "dist": [3, 5, 6, 7], "distanc": [3, 6], "distance_encod": 3, "distbik": [3, 5, 6, 7], "distort": 0, "distribut": 1, "district": 7, "distwalk": [3, 5, 6, 7], "divid": 0, "dmaz": 6, "dmazpandasindexpandasindex": 6, "do": [0, 2, 3, 5, 7], "doc": [0, 2, 5], "docstr": 5, "document": [0, 1], "doe": [0, 7], "doesn": 5, "don": [3, 5, 7], "done": [2, 3, 6, 7], "doskim": 7, "dot": [5, 7], "dot_dataarrai": [0, 5, 7], "dot_ski": 5, "dot_skim": 5, "doubl": 0, "down": [0, 7], "downstream": [0, 5], "draw": [0, 5, 7], "drive": 5, "drop": 0, "drop_dim": 3, "drop_vari": 0, "drv_com_wlk_board": [3, 5, 6, 7], "drv_com_wlk_ddist": [3, 5, 6, 7], "drv_com_wlk_dtim": [3, 5, 6, 7], "drv_com_wlk_far": [3, 5, 6, 7], "drv_com_wlk_iwait": [3, 5, 6, 7], "drv_com_wlk_keyivt": [3, 5, 6, 7], "drv_com_wlk_totivt": [3, 5, 6, 7], "drv_com_wlk_wait": [3, 5, 6, 7], "drv_com_wlk_waux": [3, 5, 6, 7], "drv_com_wlk_xwait": [3, 5, 6, 7], "drv_exp_wlk_board": [3, 5, 6, 7], "drv_exp_wlk_ddist": [3, 5, 6, 7], "drv_exp_wlk_dtim": [3, 5, 6, 7], "drv_exp_wlk_far": [3, 5, 6, 7], "drv_exp_wlk_iwait": [3, 5, 6, 7], "drv_exp_wlk_keyivt": [3, 5, 6, 7], "drv_exp_wlk_totivt": [3, 5, 6, 7], "drv_exp_wlk_wait": [3, 5, 6, 7], "drv_exp_wlk_waux": [3, 5, 6, 7], "drv_exp_wlk_xwait": [3, 5, 6, 7], "drv_hvy_wlk_board": [3, 5, 6, 7], "drv_hvy_wlk_ddist": [3, 5, 6, 7], "drv_hvy_wlk_dtim": [3, 5, 6, 7], "drv_hvy_wlk_far": [3, 5, 6, 7], "drv_hvy_wlk_iwait": [3, 5, 6, 7], "drv_hvy_wlk_keyivt": [3, 5, 6, 7], "drv_hvy_wlk_totivt": [3, 5, 6, 7], "drv_hvy_wlk_wait": [3, 5, 6, 7], "drv_hvy_wlk_waux": [3, 5, 6, 7], "drv_hvy_wlk_xwait": [3, 5, 6, 7], "drv_loc_wlk_board": [3, 5, 6, 7], "drv_loc_wlk_ddist": [3, 5, 6, 7], "drv_loc_wlk_dtim": [3, 5, 6, 7], "drv_loc_wlk_far": [3, 5, 6, 7], "drv_loc_wlk_iwait": [3, 5, 6, 7], "drv_loc_wlk_totivt": [3, 5, 6, 7], "drv_loc_wlk_wait": [3, 5, 6, 7], "drv_loc_wlk_waux": [3, 5, 6, 7], "drv_loc_wlk_xwait": [3, 5, 6, 7], "drv_lrf_wlk_board": [3, 5, 6, 7], "drv_lrf_wlk_ddist": [3, 5, 6, 7], "drv_lrf_wlk_dtim": [3, 5, 6, 7], "drv_lrf_wlk_far": [3, 5, 6, 7], "drv_lrf_wlk_ferryivt": [3, 5, 6, 7], "drv_lrf_wlk_iwait": [3, 5, 6, 7], "drv_lrf_wlk_keyivt": [3, 5, 6, 7], "drv_lrf_wlk_totivt": [3, 5, 6, 7], "drv_lrf_wlk_wait": [3, 5, 6, 7], "drv_lrf_wlk_waux": [3, 5, 6, 7], "drv_lrf_wlk_xwait": [3, 5, 6, 7], "dtaz": [0, 3, 5, 6, 7], "dtazblend_distwalk_max": 6, "dtazpandasindexpandasindex": [3, 5, 6, 7], "dtazxarrai": 6, "dtype": [0, 4, 5, 6, 7], "dump": 3, "e": [0, 2, 3, 5, 7], "ea": [3, 5, 6, 7], "each": [0, 3, 5, 6, 7], "earn": [5, 7], "easi": 5, "easili": 5, "edg": 5, "educ": 0, "ee": 5, "effect": 5, "effici": [3, 5, 7], "either": [0, 5], "element": [0, 3, 5, 6], "els": 5, "elsewher": 0, "embed": [1, 2, 5], "emit": 5, "emploi": 7, "empr": 7, "empti": [0, 5, 7], "enabl": [0, 2], "enable_looplift": 5, "enable_pyobject": 5, "encod": [4, 5], "end": 7, "enforc": 5, "engin": 5, "enough": [0, 5], "ensur": [0, 2, 3, 5], "ensure_integ": 0, "entir": [3, 6], "entri": [3, 5], "env": [2, 5], "environ": [2, 5], "equal": 0, "er": 3, "err": 5, "erron": 0, "error": [0, 5], "error_model": 0, "especi": [3, 7], "esr": [5, 7], "estim": 5, "etc": 0, "ev": [3, 5, 6, 7], "ev_detail": 5, "evalu": [0, 1, 3, 5], "even": [0, 3, 5, 6, 7], "eventu": 0, "ever": 0, "everi": [2, 3], "everyon": 5, "exactli": [3, 5, 7], "exampl": 6, "example_data": [3, 5, 6, 7], "exce": 6, "except": [0, 5, 7], "exclud": 0, "execut": 5, "exist": 0, "exogen": 7, "expand": [3, 5], "expect": [3, 7], "experiment": 5, "explicit": 3, "explicitli": [0, 5, 7], "expos": 0, "express": [0, 1, 2, 3, 5, 7], "expressionspandasindexpandasindex": 7, "exprssion": 5, "extens": [0, 1], "extra_func": 0, "extra_hash_data": 0, "extra_var": [0, 5], "extract": [0, 3], "f": 2, "factor": [0, 3], "fail": [0, 5], "fall": 0, "fallback_context": 5, "fals": [0, 5], "fanci": 0, "far": 3, "fare": 3, "fashion": 3, "fast": [0, 5], "faster": [0, 5], "fastmath": [0, 5], "featur": [3, 5, 6, 7], "fed": 3, "feder": 1, "few": [5, 6], "ffffffff": 5, "ffi": 5, "file": [0, 1, 2, 6, 7], "filelock": 2, "filenam": 5, "fill_valu": 6, "fillna": 5, "filter": [0, 5, 6, 7], "final": 5, "finalize_tim": 5, "first": [0, 1, 2, 3, 5, 6, 7], "fit": 3, "fix": 5, "flag": [0, 5, 6], "flake8": 2, "float": [0, 3], "float32": [0, 3, 5, 6, 7], "float320": [3, 6], "float32dask": [3, 5, 6, 7], "float64": [5, 6], "flow": [1, 2, 3, 6], "flow1": 3, "flow2": 6, "flow_enc": 3, "flow_librari": 0, "flow_unord": 7, "fndesc": 5, "fnptr": 5, "fnty": 5, "focu": 3, "fold": 5, "fold_dataset": 5, "folding_arg": 5, "follow": 5, "font": 0, "footprint": 3, "force_digit": 0, "forceliteralarg": 5, "forg": [2, 5], "form": 0, "formal": 3, "format": [0, 1, 3, 5, 6, 7], "formatgcxsdata": 6, "former": 5, "formula": 0, "fortran": 1, "fortunt": 5, "found": [0, 5], "foundat": 1, "four": 3, "fourth": 7, "frame": 3, "francisco": [3, 5, 7], "free": 1, "freed": 0, "friendli": [0, 1], "from": [0, 1, 2, 3, 5, 6, 7], "from_named_object": [0, 7], "from_omx": 0, "from_omx_3d": 0, "from_shared_memori": 0, "from_str": 0, "from_tabl": 0, "from_zarr": 0, "fty": 5, "ftylist": 5, "full": [3, 5, 7], "full_nam": 5, "fulli": 5, "func": 5, "func_id": 5, "func_ir": 5, "func_nam": 5, "func_typ": 5, "function": [0, 1, 3], "functool": 5, "futur": [1, 5], "futurewarn": 5, "g": [0, 3, 5, 7], "gain": [0, 5], "garbag": 0, "gcx": 6, "gear": 1, "gener": [0, 1, 2, 3, 5], "get": [0, 3, 5, 7], "get_call_templ": 5, "get_call_typ": 5, "get_execut": 5, "get_household": [3, 5, 7], "get_land_us": 7, "get_maz_to_maz_walk": 6, "get_maz_to_taz": 6, "get_person": [5, 7], "get_pointer_to_funct": 5, "get_skim": [3, 5, 6, 7], "get_state_token": 5, "getattr": 5, "getlogg": 5, "geton": 5, "git": 2, "github": 2, "give": [0, 3, 5], "given": [0, 5], "goal": 5, "good": 5, "got": 5, "gqpop": 7, "grade": [5, 7], "graph": [0, 3, 5, 6, 7], "great": 3, "gregorian": 0, "group": [0, 3, 5], "gt": [3, 5, 6, 7], "guvec": 5, "guvector": 5, "ha": [0, 3, 5, 7], "had": [0, 3, 7], "hadkid": [5, 7], "hadnwst": [5, 7], "hadwpst": [5, 7], "half": 3, "hand": [5, 7], "handl": 3, "hard": 5, "harvest": 5, "hash": 0, "hashabl": 0, "hashing_level": [0, 3], "have": [0, 3, 5, 6, 7], "head": [3, 5, 7], "here": [0, 1, 3, 5, 7], "hh": [3, 5, 7], "hh_dataset": 3, "hhid": [3, 5, 7], "hhidpandasindexpandasindex": 3, "hhincq1": 7, "hhld": 7, "hhpop": 7, "hht": [5, 7], "high": 3, "highli": 2, "hmultiunit": [5, 7], "home": 5, "hook": 2, "hope": 3, "hour": [0, 5, 7], "household": [3, 5, 7], "household_id": [5, 7], "hov2_btol": [3, 5, 6, 7], "hov2_dist": [3, 5, 6, 7], "hov2_tim": [3, 5, 6, 7], "hov2toll_btol": [3, 5, 6, 7], "hov2toll_dist": [3, 5, 6, 7], "hov2toll_tim": [3, 5, 6, 7], "hov2toll_vtol": [3, 5, 6, 7], "hov3_btol": [3, 5, 6, 7], "hov3_dist": [3, 5, 6, 7], "hov3_tim": [3, 5, 6, 7], "hov3toll_btol": [3, 5, 6, 7], "hov3toll_dist": [3, 5, 6, 7], "hov3toll_tim": [3, 5, 6, 7], "hov3toll_vtol": [3, 5, 6, 7], "how": [0, 1, 7], "hownrent": [5, 7], "hschdriv": [5, 7], "hschpred": [5, 7], "hsenrol": 7, "html": 0, "htmlformatt": 0, "http": 0, "htypdwel": [5, 7], "huge": 3, "hypothet": 7, "i": [0, 1, 2, 3, 5, 6, 7], "iat": 0, "id": [5, 6], "idea": 1, "ident": 0, "identifi": [0, 7], "idx": [0, 5], "ignor": 0, "iloc": [0, 5], "immedi": 0, "impl": 5, "implement": [3, 5], "impli": 3, "implicit": 0, "implicitli": 6, "import": [0, 2, 3, 5, 6, 7], "importantli": 1, "importerror": 5, "improv": 0, "in_time_period": 5, "inbound": 5, "includ": [0, 1, 2, 3, 5, 6, 7], "incom": [0, 3, 5, 7], "income_breakpoint": 5, "income_grp": 3, "incomepandasindexpandasindex": 3, "incompat": 0, "incomplet": 5, "inconsist": 0, "increas": 0, "index": [3, 5, 6, 7], "index_col": 5, "index_nam": 0, "indexerror": 0, "indexxarrai": 6, "indic": [0, 7], "individu": [0, 3], "ineffici": 0, "inf": [0, 3], "infer": [0, 5], "info": [0, 3], "inform": [0, 3, 5, 7], "initi": 0, "inject": 0, "inlin": [0, 5], "inplac": 0, "input": [1, 3, 5, 6, 7], "insert": [0, 5], "insert_user_funct": 5, "insid": 3, "instal": 5, "instanc": [0, 3, 5], "instance_typ": 5, "instantan": 5, "instanti": 5, "instead": [0, 3, 5, 6, 7], "instruct": 0, "int": 0, "int16": 3, "int32": [0, 5, 7], "int64": [3, 5, 6, 7], "int640": [3, 5, 6], "int641": [3, 5, 6, 7], "int64100": 6, "int642": 5, "int6425671": [3, 5], "int642717868": 3, "int643": 5, "int64361000": 3, "int6439": 5, "int644": 5, "int6447": 5, "int646": 5, "int6472220": 7, "int8": [3, 5, 7], "int82": 3, "intead": [5, 7], "integ": [0, 3, 5], "integr": [0, 6], "internal_st": 5, "interp": 5, "interv": 0, "invok": 1, "io": [0, 5], "ipykernel_2678": 5, "ipython": 0, "ir": 5, "is_shared_memori": 0, "is_symbol_defin": 5, "isel": 0, "ish": 3, "isinst": 5, "isort": 2, "issu": [0, 5], "item": [0, 5], "iter": 0, "its": 5, "itself": [2, 3], "ivt": 5, "jax": 5, "jaxmodel": 5, "jb": 2, "jit": 5, "jitcodelibrari": 5, "join": 3, "joined_0": 3, "joined_0_offset": 3, "joint": 0, "joint_dict": [0, 3], "jointli": 3, "jointwb": 3, "jointwb_offset": 3, "jupyt": [0, 2], "just": [1, 3, 5, 6, 7], "k": [0, 5], "kb": 3, "kei": [0, 5], "keyboardinterrupt": 5, "keyerror": 5, "keyword": 0, "kib": [3, 5, 6, 7], "kind": [2, 7], "knowledg": 1, "kw": 5, "kw_arg": 5, "kwarg": [0, 5], "label": [0, 3, 5, 7], "lack": 3, "land": 7, "landus": 7, "lane": 2, "larch": [0, 5], "larg": 3, "larger": 3, "last": [0, 5, 7], "last_except": 5, "lastli": [5, 6], "latent_class": 5, "latentclass": 5, "later": [0, 3, 5, 7], "latter": 5, "layer": [3, 5, 6, 7], "lazili": 0, "least": 3, "leav": 0, "leg": 7, "legaci": 5, "legal": 5, "len": 5, "len_co": 5, "length": [0, 3, 5, 6, 7], "less": 3, "let": [5, 6, 7], "letter": 7, "level": [0, 3, 5, 7], "leverag": 2, "lexicograph": 7, "lib": 5, "librari": [0, 1, 2, 3, 5, 7], "lift": 5, "lifted_from": 5, "like": [0, 1, 2, 3, 5, 6, 7], "limit": [0, 3, 6], "line": [0, 5], "lineno": [0, 5], "link": [0, 5, 7], "link_in": 5, "linkag": [0, 5], "linux": 1, "list": [0, 3], "liter": 5, "littl": [0, 5], "ll": [3, 5, 6, 7], "llvm_cpython_wrapper_nam": 5, "llvmlite": 5, "llvmpy_runpassmanag": 5, "llvmpy_runpassmanagerwithremark": 5, "load": [3, 5, 6, 7], "load_dataarrai": [0, 7], "load_datafram": [0, 3, 5, 6], "loc": 5, "local": [0, 5], "locat": [0, 7], "log": [0, 5, 7], "logger": 5, "logic": 5, "logit_draw": [0, 5, 7], "logsum": [0, 5], "long": 5, "longest": 5, "look": [0, 3, 5, 7], "lookup": [0, 5, 6, 7], "loop": 5, "loss": 3, "lost": [0, 3, 5, 6], "low": 3, "lower": [3, 7], "lowest": 3, "lt": [3, 5, 6, 7], "m": 5, "machin": [1, 5], "maco": 1, "made": [0, 1, 5], "mai": [0, 3, 5], "main": 3, "maintain": 1, "major": 3, "make": [0, 1, 2, 3, 5, 7], "maker": 7, "manag": [0, 3], "mangl": 5, "mani": [0, 1, 3, 5, 7], "manner": [3, 5, 7], "manual": 5, "map": [0, 3, 5, 6], "map_also": 6, "map_to": 6, "margin": 3, "mask": 0, "mask_and_scal": 0, "massiv": [1, 5], "match": [0, 3, 5, 6, 7], "materi": 0, "mathemat": 5, "matrix": [0, 3, 5, 6], "max": [0, 3, 6], "max_blend_dist": 6, "max_float_precis": 0, "max_valu": 0, "maz": 4, "maz_taz": 6, "maz_to_maz_walk": 6, "md": [3, 5, 6, 7], "meaning": 3, "mechan": 1, "memmap": 0, "memori": [3, 5], "messag": 5, "meta": [3, 5, 6, 7], "metadata": [0, 3], "method": [0, 3, 5, 7], "metropolitan": 1, "mfdu": 7, "microsecond": 0, "mid": 3, "might": [0, 5], "mile": 3, "millisecond": [0, 5], "min": [0, 3], "min_valu": 0, "mini": 5, "mini_spec": 5, "miniconda3": 5, "minut": 0, "miss": [0, 5, 6], "missing_valu": [0, 3], "mission": 1, "mistak": 5, "mix": 3, "mixedlatentclass": 5, "mixtur": [5, 6], "mnl": [5, 7], "modal": 5, "mode": [0, 5, 7], "model": [0, 1, 5, 7], "model_co_slot": 5, "modespandasindexpandasindex": 5, "modesxarrai": 5, "modif": 0, "modifi": 0, "modul": [0, 5], "modulepassmanag": 5, "moment": 5, "more": [0, 3, 5, 6, 7], "morn": 7, "most": [1, 3, 5], "motor": 5, "move": 3, "msg": 5, "msp": [5, 7], "mtc": [3, 5, 7], "mu": 3, "much": [1, 5], "multi": [0, 3, 4, 5], "multidigraph": 0, "multidimension": 3, "multiindex": 3, "multinomi": 0, "multipl": [0, 3], "multipli": 3, "multithread": 0, "must": [0, 3, 5], "mutablemap": 0, "mutat": 5, "n": [0, 5], "n_tour": 5, "n_zone": 5, "na": 0, "naiv": 6, "name": [0, 3, 5, 6, 7], "nan": [0, 3, 5], "nanarrai": 3, "nanxarrai": 3, "narrow": 3, "nativ": [0, 3, 5], "natur": 3, "nb": 5, "nb_func": 5, "nbmake": 2, "nbstripout": 2, "ndarrai": [0, 3, 5, 6, 7], "neatli": 7, "necessari": [0, 3, 7], "necessarili": 0, "need": [0, 1, 3, 5, 6, 7], "neg": 3, "nest": 0, "nest_tre": 5, "nested_logit": 5, "nesting_set": 5, "nestingtre": 5, "netcdf": 0, "networkx": 0, "never": [3, 5], "new": [0, 1, 3, 5, 7], "new_arg": 5, "new_error_context": 5, "newli": 0, "newtoken": 5, "next": [5, 6], "nice": 5, "nnz": 6, "nnz9density0": 6, "noc": [5, 7], "node": [0, 5], "nolitarg": 5, "nolitkw": 5, "non": [0, 3, 5, 7], "none": [0, 3, 5, 6, 7], "nonexarrai": 6, "nopython": [0, 5], "normal": [3, 5], "normalize_signatur": 5, "notat": 5, "note": [0, 3, 5, 6], "notebook": [0, 2, 3, 5, 6, 7], "noth": 0, "now": [3, 5, 6, 7], "np": [0, 3, 5, 6, 7], "null": 3, "numba": [0, 1, 2, 3, 5], "numbaerror": 5, "numbamodel": 5, "numbatypesafetywarn": 5, "number": [0, 2, 3, 5, 6], "numer": 0, "numexpr": 2, "numpi": [0, 2, 3, 5, 6, 7], "object": [0, 3, 5, 6, 7], "objectnan": 3, "observ": [0, 5], "odskim": 7, "odt_skim": 5, "off": 0, "offer": 1, "offset": [0, 3], "offset_sourc": 3, "often": 3, "oldtoken": 5, "omaz": 6, "omazpandasindexpandasindex": 6, "omx": 0, "onc": [1, 3, 5], "one": [0, 3, 5, 7], "onli": [0, 1, 3, 5, 6, 7], "onlytruesize1": 6, "open": [0, 1], "openmatrix": 0, "oper": [0, 5, 7], "optim": [1, 2, 5], "optimis": 5, "optimizemixin": 5, "option": [0, 2, 5], "order": [0, 1, 2, 3, 5, 7], "organ": 1, "orig": 3, "orig_maz": 6, "origin": [0, 1, 3, 5, 6, 7], "original_valu": 0, "originalpuma": [5, 7], "otaz": [0, 3, 5, 6, 7], "otazdim_redirection_dmaz": 6, "otazpandasindexpandasindex": [3, 5, 6, 7], "other": [0, 1, 3, 5, 7], "otherwis": [0, 6, 7], "our": [5, 7], "out": [0, 5, 7], "out_time_period": 5, "outbound": [5, 7], "outer": 5, "output": [0, 2, 5, 6, 7], "outsid": 5, "over": [0, 3], "overload": 5, "overrid": 0, "overwrite_encoded_chunk": 0, "own_data": 0, "owner": 0, "packag": [1, 2, 5], "padkid": [5, 7], "page": 0, "pagecat": [5, 7], "pai": 1, "pair": [3, 6], "panda": [0, 2, 4, 5, 6, 7], "parallel": [0, 5], "param": 5, "param_cor": 5, "paramet": [0, 1], "parameter_dict": 5, "parameterbucket": 5, "parent": 0, "parent_data": 0, "parent_nam": 0, "pars": 0, "part": [1, 7], "partial": 5, "particular": [0, 3, 5], "particularli": 3, "pass": [0, 5], "pass_inst": 5, "pass_tim": 5, "passmanag": 5, "past": 0, "path": 0, "patient": 5, "paug": [5, 7], "pd": [3, 5, 6], "peak": 7, "peek": 3, "pemploi": [5, 7], "peopl": 5, "per": 0, "perform": [0, 3], "perid": [5, 7], "peridpandasindexpandasindex": 5, "period": [3, 5, 7], "person": [5, 7], "personid": 7, "phase": 1, "pick": [0, 5, 7], "pick_count": [0, 7], "pip": 2, "pipelin": 5, "pipeline_class": 5, "place": [0, 7], "plain": [5, 7], "plain_dist": 6, "plan": 1, "pleas": 5, "plu": [2, 3, 5], "pm": [3, 5, 6, 7], "pnum": [5, 7], "point": [0, 5, 6], "pointer": [3, 5], "popul": [0, 5], "portion": 0, "pos_arg": 5, "posit": [0, 3, 5, 7], "possibl": [0, 3, 5], "poverti": [5, 7], "power": 2, "practic": 1, "pre": [0, 1, 2], "pre_init": 0, "preced": 0, "precicion": 3, "precis": [0, 3, 5], "precompil": 0, "prefer": 5, "prefix": 0, "preload_shared_memory_s": 0, "prelowerstripphi": 5, "prepar": [0, 5, 7], "presenc": 0, "present": 0, "preserv": 5, "presum": 5, "prevent": 0, "previou": 7, "previous": 0, "primarili": [0, 1], "prob": 0, "probabl": [0, 1, 3, 5], "problem": 0, "process": [0, 3, 5], "processor": 5, "produc": 0, "product": [0, 5], "progress": [5, 7], "project": [1, 2, 3, 5, 7], "proleptic_gregorian": 0, "propag": 5, "propagate_finish": 5, "provid": [0, 3, 5, 7], "prune": 5, "pss": 5, "pstudent": [5, 7], "ptype": [5, 7], "public": 1, "publish": 1, "puma5": [5, 7], "pure": [0, 2], "purpos": [0, 6], "put": 6, "py": 5, "py_func": 5, "pyarrow": [0, 2], "pygment": 0, "pypi": 2, "pysig": 5, "pytest": 2, "python": [0, 2, 3, 5, 7], "python3": 5, "qualiti": [0, 2], "qualnam": 5, "queri": 7, "quickli": 3, "quit": 5, "r": [0, 5], "rais": [0, 5], "raise_error": 5, "ram": 3, "random": [0, 5, 7], "random_tour": 5, "randomli": 5, "rang": 3, "rangeindex": 0, "rather": [5, 7], "ratio0": 6, "re": [0, 1, 3, 5, 6, 7], "read": [0, 5, 7], "read_csv": 5, "readi": [6, 7], "readm": 0, "readthedoc": 0, "real": 5, "realli": 3, "rebuild": 5, "recent": 5, "recod": 3, "recommend": 2, "recompil": 5, "record": 5, "recov": 3, "recreat": 0, "recurs": 5, "redigit": 0, "redirect": 6, "reduc": [0, 3], "reduct": 3, "refer": [5, 6], "referenc": [0, 5], "refop": 5, "regardless": 0, "region": 3, "regist": 5, "regular": [0, 1, 3, 5, 6], "rel": 5, "relat": [0, 5, 7], "relationship": [3, 5, 6, 7], "relationships_are_digit": 0, "releas": [0, 1], "release_shared_memori": 0, "relev": 0, "reli": [0, 6], "reload_from_omx_3d": 0, "remain": [3, 5, 7], "remark": 5, "remarks_fil": 5, "remarks_filt": 5, "remarks_format": 5, "remov": 0, "renam": [0, 7], "rename_axi": [5, 7], "repeat": [0, 7], "repeatedli": 0, "replac": [0, 3, 5, 7], "replace_dataset": [0, 5], "replacement_filt": 0, "repositori": 2, "repres": [0, 3, 5], "represent": [3, 5, 7], "reproduc": 5, "requir": [0, 1, 3, 5], "research": 1, "reset_index": 3, "resolv": 5, "resolve_cal": 5, "resolve_function_typ": 5, "respect": 0, "restor": 3, "restyp": 5, "result": [0, 1, 3, 5, 6, 7], "retain": 3, "return": [0, 3, 5, 6, 7], "return_typ": 5, "retval": 5, "reus": [0, 5], "revers": 3, "review": 3, "revis": 1, "rng": 5, "root": [0, 2, 5, 7], "root_dataset": 5, "root_node_nam": 0, "round_trip_dist": 7, "round_trip_dist_addl_mil": 7, "round_trip_dist_first_mil": 7, "row": [0, 3, 5, 6, 7], "rskim": 3, "run": [0, 1, 2, 5], "run_fin": 5, "run_initi": 5, "run_pass": 5, "runnabl": [1, 2], "runner": 5, "runtim": 5, "safe": 5, "safe_load": 5, "same": [0, 1, 2, 3, 5, 7], "sampl": 7, "san": [3, 5, 7], "save": [0, 5], "save_overload": 5, "scale": [0, 3], "scale_factor": 0, "schedul": 0, "scope": 5, "sd": 7, "second": [0, 6], "see": [0, 3, 5, 7], "seed": 5, "segfault": 0, "sel": 7, "select": [0, 7], "self": 5, "send": 5, "sens": 5, "separ": [0, 5], "seper": 7, "sequenc": 0, "sequenti": 0, "serialno": [5, 7], "servic": [3, 5, 7], "set": [0, 3, 5, 6, 7], "set_index": 3, "setup": [2, 6, 7], "setup_flow": [0, 3, 5, 6, 7], "setuptool": 2, "sever": [0, 2, 3], "sex": [5, 7], "sfdu": 7, "sftaz": 7, "sh": [2, 3, 5, 6, 7], "shape": [0, 3, 5, 6, 7], "share": 3, "shared_memory_kei": 0, "shared_memory_s": 0, "sharrow": [0, 2, 3, 4, 6, 7], "shift": 3, "shm": 0, "short": [3, 5], "short_i_wait_mult": 5, "shortwait": 5, "should": [0, 3, 5, 6, 7], "show_cod": 0, "shown": 5, "sig": 5, "signatur": 5, "signific": 0, "sigutil": 5, "similar": [0, 3, 5, 7], "similarli": 5, "simpl": [3, 5, 7], "simpletim": 5, "simpli": [0, 6, 7], "simul": 0, "sinc": [5, 7], "singl": [0, 3, 5, 7], "single_dim": 3, "site": 5, "size": [0, 3, 5, 6, 7], "size_term": 7, "skim": [3, 4, 5, 7], "skims1": 3, "skims_am": 7, "skims_encod": 3, "skims_pm": 7, "skip": [2, 5], "slice": [3, 5, 7], "slow": 1, "small": 3, "so": [0, 1, 2, 3, 5, 7], "softwar": 1, "some": [0, 3, 5, 7], "someth": 0, "sometim": [0, 3], "soon": 2, "sourc": [0, 1, 2, 5, 6], "sov_btol": [3, 5, 6, 7], "sov_dist": [3, 5, 6, 7], "sov_tim": [3, 5, 6, 7], "sovtoll_btol": [3, 5, 6, 7], "sovtoll_dist": [3, 5, 6, 7], "sovtoll_tim": [3, 5, 6, 7], "sovtoll_vtol": [3, 5, 6, 7], "span": 3, "spars": 4, "sparse_blend": 6, "spec": [1, 7], "special": 5, "specif": [0, 1, 2, 5], "specifi": [0, 3, 7], "speed": [0, 1, 5], "speedi": 1, "squar": [0, 3], "square_dist": 6, "stage": 7, "standard": [0, 2, 3], "start": [0, 5, 6, 7], "state": 5, "static": [0, 7], "statu": 5, "step": 7, "still": [0, 3, 5], "storag": 0, "storage_opt": 0, "store": [0, 3, 5, 7], "str": 0, "strictli": [6, 7], "string": [0, 3, 5], "stringio": 5, "structur": [0, 5], "style": 1, "subclass": 3, "subsequ": 5, "subset": 7, "subspac": [0, 5], "substanti": 5, "suit": [2, 5], "sum": 5, "summar": 7, "support": 6, "suppos": 5, "sure": [0, 3, 5], "swap": 5, "sy": 5, "symbol": 5, "synchron": 0, "system": [0, 1, 5, 6, 7], "systemat": 1, "t": [1, 3, 5, 7], "tabl": [0, 5, 6, 7], "tabular": [5, 7], "tag": 0, "take": [5, 7], "taken": [0, 3, 5, 6, 7], "talli": 0, "target": [0, 5], "target_context": 5, "targetctx": 5, "targetdescr": 5, "targetopt": 5, "task": 0, "taz": [5, 6, 7], "tazpandasindexpandasindex": 7, "tbl": 0, "tell": [5, 6, 7], "temp": 5, "templat": 5, "temporari": 0, "tenur": [5, 7], "term": [5, 7], "termin": 7, "terminologi": 0, "test": [1, 3, 5, 7], "than": [0, 3, 5, 7], "thei": [0, 3, 5, 7], "them": [0, 3, 5, 6, 7], "theori": 5, "thi": [0, 1, 2, 3, 5, 6, 7], "third": 0, "those": [0, 2, 3, 5, 6, 7], "though": [3, 5], "thousand": 3, "thread": 0, "three": [0, 5, 7], "through": [0, 2, 5, 6], "throughout": 2, "time": [0, 1, 2, 3, 5, 6, 7], "time_period": [0, 3, 5, 6, 7], "time_period_sep": 0, "time_periodpandasindexpandasindex": [3, 5, 6, 7], "timedelta": 0, "tini": [0, 3, 5, 7], "tmp": 5, "to_panda": 3, "to_shared_memori": 0, "togeth": [2, 6], "too": [5, 7], "tool": [1, 2, 3], "top": [0, 3, 5], "topologi": 7, "total": [3, 5], "tothh": 7, "totpop": 7, "tour": [5, 7], "tour_by_dest": 5, "touridx": [5, 7], "touridxpandasindexpandasindex": 5, "tours_2": 5, "toward": 1, "traceback": 5, "tradit": 6, "transfer": [1, 3], "transform": [0, 6], "transit": [3, 5], "transpar": 3, "transport": [3, 5, 7], "travel": [1, 3, 5, 7], "treat": [0, 5], "tree": [0, 3, 6, 7], "tree1": 3, "tree_2": 5, "tree_enc": 3, "tree_unord": 7, "trigger": [0, 5], "trigger_ev": 5, "trim": 5, "trip": [3, 6], "true": [0, 3, 5, 6, 7], "truthi": [0, 5], "try": [0, 3, 5, 7], "tupl": [0, 5, 7], "turn": 0, "two": [0, 3, 5, 6, 7], "typabl": 0, "type": [0, 3, 5, 6, 7], "type_inference_stag": 5, "typed_pass": 5, "typeddict": 5, "typefloat64shap": 6, "typeinf": 5, "typeinfer": 5, "typemap": 5, "typevar": 5, "typic": [0, 5, 7], "typing_context": 5, "typing_error": 5, "typingctx": 5, "typingerror": 5, "u": [2, 5, 7], "u2": [3, 5, 6, 7], "u26": 7, "u4": 3, "ufunc": 5, "ufuncbuild": 5, "ufuncdispatch": 5, "uint8": 3, "uint80": 3, "uint8112": 3, "unavail": 5, "under": [0, 1, 2], "underli": [0, 1, 3, 5, 7], "underscor": 0, "understand": 1, "unencod": 3, "unexplain": 0, "unfortun": 0, "unicod": 7, "unifi": 5, "uniform": 5, "uniqu": [0, 3, 5, 7], "unit": [0, 2], "unittyp": [5, 7], "univers": 3, "unless": 0, "unlik": [6, 7], "unneed": 0, "unravel": 5, "until": 0, "unusu": 3, "up": [0, 3, 5, 7], "upon": 0, "upper": [5, 6], "uppercas": 7, "upstream": 5, "us": [0, 1, 2, 3, 4, 5, 7], "usag": [0, 3], "use_cftim": 0, "use_new_style_error": 5, "user": [1, 2, 3, 5], "userwarn": 5, "usual": [5, 6], "util": [0, 1, 5], "utility_co": 5, "v": 5, "v6": 5, "valid": 0, "valu": [0, 1, 3, 5, 7], "valueerror": 0, "vari": 3, "variabl": [0, 3, 5, 6, 7], "varib": 5, "variou": [0, 3, 5, 7], "vast": 3, "ve": [3, 5, 7], "veri": [1, 3, 5], "verifi": [2, 5], "version": [1, 3, 5], "via": 2, "w": 0, "w1": 3, "w2": 3, "w3": 3, "wa": [0, 1, 5], "wai": 0, "wait": [3, 5], "walk": [5, 6], "walkthrough": [3, 5, 7], "wall": 5, "want": [3, 5, 7], "warn": [0, 5], "we": [2, 3, 5, 6, 7], "week": [5, 7], "well": [5, 7], "were": [0, 3, 5], "when": [0, 3, 5, 6, 7], "whenc": 0, "where": [0, 3, 6], "whether": 0, "which": [0, 3, 5, 6, 7], "while": [1, 3, 5], "whole": [0, 5], "wide": 1, "wide_flow": 5, "wide_logsum": 5, "wide_tre": 5, "width": 0, "window": 1, "with_root_node_nam": 0, "within": 0, "without": [0, 2, 3, 5, 6], "wlk_com_drv_board": [3, 5, 6, 7], "wlk_com_drv_ddist": [3, 5, 6, 7], "wlk_com_drv_dtim": [3, 5, 6, 7], "wlk_com_drv_far": [3, 5, 6, 7], "wlk_com_drv_iwait": [3, 5, 6, 7], "wlk_com_drv_keyivt": [3, 5, 6, 7], "wlk_com_drv_totivt": [3, 5, 6, 7], "wlk_com_drv_wait": [3, 5, 6, 7], "wlk_com_drv_waux": [3, 5, 6, 7], "wlk_com_drv_xwait": [3, 5, 6, 7], "wlk_com_wlk_board": [3, 5, 6, 7], "wlk_com_wlk_far": [3, 5, 6, 7], "wlk_com_wlk_iwait": [3, 5, 6, 7], "wlk_com_wlk_keyivt": [3, 5, 6, 7], "wlk_com_wlk_totivt": [3, 5, 6, 7], "wlk_com_wlk_wait": [3, 5, 6, 7], "wlk_com_wlk_waux": [3, 5, 6, 7], "wlk_com_wlk_xwait": [3, 5, 6, 7], "wlk_exp_drv_board": [3, 5, 6, 7], "wlk_exp_drv_ddist": [3, 5, 6, 7], "wlk_exp_drv_dtim": [3, 5, 6, 7], "wlk_exp_drv_far": [3, 5, 6, 7], "wlk_exp_drv_iwait": [3, 5, 6, 7], "wlk_exp_drv_keyivt": [3, 5, 6, 7], "wlk_exp_drv_totivt": [3, 5, 6, 7], "wlk_exp_drv_wait": [3, 5, 6, 7], "wlk_exp_drv_waux": [3, 5, 6, 7], "wlk_exp_drv_xwait": [3, 5, 6, 7], "wlk_exp_wlk_board": [3, 5, 6, 7], "wlk_exp_wlk_far": [3, 5, 6, 7], "wlk_exp_wlk_iwait": [3, 5, 6, 7], "wlk_exp_wlk_keyivt": [3, 5, 6, 7], "wlk_exp_wlk_totivt": [3, 5, 6, 7], "wlk_exp_wlk_wait": [3, 5, 6, 7], "wlk_exp_wlk_waux": [3, 5, 6, 7], "wlk_exp_wlk_xwait": [3, 5, 6, 7], "wlk_hvy_drv_board": [3, 5, 6, 7], "wlk_hvy_drv_ddist": [3, 5, 6, 7], "wlk_hvy_drv_dtim": [3, 5, 6, 7], "wlk_hvy_drv_far": [3, 5, 6, 7], "wlk_hvy_drv_iwait": [3, 5, 6, 7], "wlk_hvy_drv_keyivt": [3, 5, 6, 7], "wlk_hvy_drv_totivt": [3, 5, 6, 7], "wlk_hvy_drv_wait": [3, 5, 6, 7], "wlk_hvy_drv_waux": [3, 5, 6, 7], "wlk_hvy_drv_xwait": [3, 5, 6, 7], "wlk_hvy_wlk_board": [3, 5, 6, 7], "wlk_hvy_wlk_far": [3, 5, 6, 7], "wlk_hvy_wlk_iwait": [3, 5, 6, 7], "wlk_hvy_wlk_keyivt": [3, 5, 6, 7], "wlk_hvy_wlk_totivt": [3, 5, 6, 7], "wlk_hvy_wlk_wait": [3, 5, 6, 7], "wlk_hvy_wlk_waux": [3, 5, 6, 7], "wlk_hvy_wlk_xwait": [3, 5, 6, 7], "wlk_loc_drv_board": [3, 5, 6, 7], "wlk_loc_drv_ddist": [3, 5, 6, 7], "wlk_loc_drv_dtim": [3, 5, 6, 7], "wlk_loc_drv_far": [3, 5, 6, 7], "wlk_loc_drv_iwait": [3, 5, 6, 7], "wlk_loc_drv_totivt": [3, 5, 6, 7], "wlk_loc_drv_wait": [3, 5, 6, 7], "wlk_loc_drv_waux": [3, 5, 6, 7], "wlk_loc_drv_xwait": [3, 5, 6, 7], "wlk_loc_wlk_board": [3, 5, 6, 7], "wlk_loc_wlk_far": [3, 5, 6, 7], "wlk_loc_wlk_i": 5, "wlk_loc_wlk_iwait": [3, 5, 6, 7], "wlk_loc_wlk_totivt": [3, 5, 6, 7], "wlk_loc_wlk_wait": [3, 5, 6, 7], "wlk_loc_wlk_waux": [3, 5, 6, 7], "wlk_loc_wlk_xwait": [3, 5, 6, 7], "wlk_lrf_drv_board": [3, 5, 6, 7], "wlk_lrf_drv_ddist": [3, 5, 6, 7], "wlk_lrf_drv_dtim": [3, 5, 6, 7], "wlk_lrf_drv_far": [3, 5, 6, 7], "wlk_lrf_drv_ferryivt": [3, 5, 6, 7], "wlk_lrf_drv_iwait": [3, 5, 6, 7], "wlk_lrf_drv_keyivt": [3, 5, 6, 7], "wlk_lrf_drv_totivt": [3, 5, 6, 7], "wlk_lrf_drv_wait": [3, 5, 6, 7], "wlk_lrf_drv_waux": [3, 5, 6, 7], "wlk_lrf_drv_xwait": [3, 5, 6, 7], "wlk_lrf_wlk_board": [3, 5, 6, 7], "wlk_lrf_wlk_far": [3, 5, 6, 7], "wlk_lrf_wlk_ferryivt": [3, 5, 6, 7], "wlk_lrf_wlk_iwait": [3, 5, 6, 7], "wlk_lrf_wlk_keyivt": [3, 5, 6, 7], "wlk_lrf_wlk_totivt": [3, 5, 6, 7], "wlk_lrf_wlk_wait": [3, 5, 6, 7], "wlk_lrf_wlk_waux": [3, 5, 6, 7], "wlk_lrf_wlk_xwait": [3, 5, 6, 7], "wlk_trn_wlk_ivt": [3, 5, 6, 7], "wlk_trn_wlk_iwait": [3, 5, 6, 7], "wlk_trn_wlk_wacc": [3, 5, 6, 7], "wlk_trn_wlk_waux": [3, 5, 6, 7], "wlk_trn_wlk_wegr": [3, 5, 6, 7], "wlk_trn_wlk_xwait": [3, 5, 6, 7], "wlwfare_enc": 3, "won": 1, "work": [0, 1, 3, 5, 6, 7], "worker": 7, "workerid": 7, "workeridpandasindexpandasindex": 7, "workplac": 7, "would": [3, 5], "wrap": 5, "wrapper": 5, "write": [0, 5, 7], "write_hash_audit": 0, "written": 5, "x": [0, 3, 5], "x1": 3, "x2": 3, "x27": [3, 5, 6, 7], "xarrai": [0, 1, 2, 3, 5, 6, 7], "xi": 3, "xr": [3, 5, 7], "xxx": 5, "y": 0, "yaml": 5, "yet": 7, "yield": 7, "yml": 2, "you": [0, 2, 3, 5, 7], "your": 5, "zarr": 0, "zero": [0, 5, 6, 7], "zone": [5, 6, 7]}, "titles": ["API Reference", "sharrow", "Getting Started", "Data Encoding", "User Guide", "Sharrow Basics", "Using Sparse MAZ Skims", "Multi-Dimensional Analysis"], "titleterms": {"access": 7, "activitysim": 1, "analysi": 7, "api": 0, "attribut": 0, "basic": 5, "batch": 5, "build": 2, "categor": 3, "code": 2, "constructor": 0, "conveni": 0, "creat": 7, "data": [3, 5, 7], "dataset": 0, "datatre": [0, 7], "defin": 7, "dict": 3, "dictionari": 3, "digit": 0, "dimension": 7, "document": 2, "dot": 0, "dtype": 3, "dynam": 7, "edit": 0, "encod": [0, 3], "exampl": [3, 5, 7], "file": 5, "fix": 3, "flow": [0, 5, 7], "format": 2, "function": [5, 7], "get": 2, "gotcha": 7, "guid": 4, "histori": 1, "iat": 6, "index": 0, "instal": 2, "iter": 7, "joint": 3, "licens": 1, "linear": [5, 7], "load": 0, "logit": [0, 5, 7], "logsum": 7, "maz": 6, "memori": 0, "multi": 7, "multinomi": [5, 7], "nest": 5, "panda": 3, "paramet": [5, 7], "point": 3, "refer": 0, "relationship": 0, "setup": 0, "share": 0, "sharrow": [1, 5], "simul": [5, 7], "skim": 6, "spars": 6, "spec": 5, "start": 2, "test": 2, "tree": 5, "us": 6, "user": 4}}) \ No newline at end of file +Search.setIndex({"alltitles": {"API Reference": [[0, "api-reference"]], "Accessing Logsums": [[7, "accessing-logsums"]], "ActivitySim": [[1, "activitysim"]], "Attributes": [[0, "attributes"], [0, "id1"]], "Batch Simulation": [[5, "batch-simulation"]], "Building the Documentation": [[2, "building-the-documentation"]], "Code Formatting": [[2, "code-formatting"]], "Constructors": [[0, "constructors"]], "Convenience": [[0, "convenience"]], "Creating a DataTree Iteratively": [[7, "creating-a-datatree-iteratively"]], "Data Encoding": [[3, "data-encoding"]], "Data Trees and Flows": [[5, "data-trees-and-flows"]], "DataTree": [[0, "datatree"]], "Dataset": [[0, "dataset"]], "Datasets": [[0, "datasets"]], "Dictionary Encoding": [[3, "dictionary-encoding"]], "Digital Encoding": [[0, "digital-encoding"]], "Digitization": [[0, "digitization"]], "Dot": [[0, "dot"]], "Dynamically Defined Flows": [[7, "dynamically-defined-flows"]], "Editing": [[0, "editing"]], "Example Data": [[3, "example-data"], [5, "example-data"], [7, "example-data"]], "Fixed Point Encoding": [[3, "fixed-point-encoding"]], "Flow": [[0, "flow"]], "Getting Started": [[2, "getting-started"]], "Gotchas": [[7, "gotchas"]], "History": [[1, "history"]], "Indexing": [[0, "indexing"]], "Installation": [[2, "installation"]], "Joint Dict Encoding": [[3, "joint-dict-encoding"]], "License": [[1, "license"]], "Linear-in-Parameters Functions": [[5, "linear-in-parameters-functions"], [7, "linear-in-parameters-functions"]], "Load": [[0, "load"]], "Logit": [[0, "logit"]], "Multi-Dimensional Analysis": [[7, "multi-dimensional-analysis"], [7, "id1"]], "Multinomial Logit Simulation": [[5, "multinomial-logit-simulation"], [7, "multinomial-logit-simulation"]], "Nested Logit Simulation": [[5, "nested-logit-simulation"]], "Pandas Categorical Dtype": [[3, "pandas-categorical-dtype"]], "Relationship": [[0, "relationship"]], "Setup Flow": [[0, "setup-flow"]], "Shared Memory": [[0, "shared-memory"]], "Sharrow Basics": [[5, "sharrow-basics"]], "Spec Files": [[5, "spec-files"]], "Testing": [[2, "testing"]], "User Guide": [[4, "user-guide"]], "Using Sparse MAZ Skims": [[6, "using-sparse-maz-skims"]], "Using at and iat": [[6, "using-at-and-iat"]], "sharrow": [[1, "sharrow"]]}, "docnames": ["api", "index", "intro", "walkthrough/encoding", "walkthrough/index", "walkthrough/one-dim", "walkthrough/sparse", "walkthrough/two-dim"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["api.rst", "index.md", "intro.md", "walkthrough/encoding.ipynb", "walkthrough/index.md", "walkthrough/one-dim.ipynb", "walkthrough/sparse.ipynb", "walkthrough/two-dim.ipynb"], "indexentries": {"add_dataset() (datatree method)": [[0, "sharrow.DataTree.add_dataset", false]], "add_relationship() (datatree method)": [[0, "sharrow.DataTree.add_relationship", false]], "analog (relationship attribute)": [[0, "sharrow.Relationship.analog", false]], "at() (dataset method)": [[0, "sharrow.Dataset.at", false]], "child_data (relationship attribute)": [[0, "sharrow.Relationship.child_data", false]], "child_name (relationship attribute)": [[0, "sharrow.Relationship.child_name", false]], "construct() (in module sharrow.dataset)": [[0, "sharrow.dataset.construct", false]], "datatree (class in sharrow)": [[0, "sharrow.DataTree", false]], "df() (dataset.at method)": [[0, "sharrow.Dataset.at.df", false]], "df() (dataset.iat method)": [[0, "sharrow.Dataset.iat.df", false]], "digitize_relationships() (datatree method)": [[0, "sharrow.DataTree.digitize_relationships", false]], "dot() (flow method)": [[0, "sharrow.Flow.dot", false]], "dot_dataarray() (flow method)": [[0, "sharrow.Flow.dot_dataarray", false]], "ensure_integer() (dataset method)": [[0, "sharrow.Dataset.ensure_integer", false]], "flow (class in sharrow)": [[0, "sharrow.Flow", false]], "from_named_objects() (in module sharrow.dataset)": [[0, "sharrow.dataset.from_named_objects", false]], "from_omx() (in module sharrow.dataset)": [[0, "sharrow.dataset.from_omx", false]], "from_omx_3d() (in module sharrow.dataset)": [[0, "sharrow.dataset.from_omx_3d", false]], "from_shared_memory() (dataset.shm class method)": [[0, "sharrow.Dataset.shm.from_shared_memory", false]], "from_table() (in module sharrow.dataset)": [[0, "sharrow.dataset.from_table", false]], "from_zarr() (in module sharrow.dataset)": [[0, "sharrow.dataset.from_zarr", false]], "iat() (dataset method)": [[0, "sharrow.Dataset.iat", false]], "iloc() (dataset method)": [[0, "sharrow.Dataset.iloc", false]], "indexing (relationship attribute)": [[0, "sharrow.Relationship.indexing", false]], "info() (dataset.digital_encoding method)": [[0, "sharrow.Dataset.digital_encoding.info", false]], "is_shared_memory (dataset.shm attribute)": [[0, "sharrow.Dataset.shm.is_shared_memory", false]], "load() (flow method)": [[0, "sharrow.Flow.load", false]], "load_dataarray() (flow method)": [[0, "sharrow.Flow.load_dataarray", false]], "load_dataframe() (flow method)": [[0, "sharrow.Flow.load_dataframe", false]], "logit_draws() (flow method)": [[0, "sharrow.Flow.logit_draws", false]], "parent_data (relationship attribute)": [[0, "sharrow.Relationship.parent_data", false]], "parent_name (relationship attribute)": [[0, "sharrow.Relationship.parent_name", false]], "preload_shared_memory_size() (dataset.shm static method)": [[0, "sharrow.Dataset.shm.preload_shared_memory_size", false]], "relationship (class in sharrow)": [[0, "sharrow.Relationship", false]], "relationships_are_digitized (datatree attribute)": [[0, "sharrow.DataTree.relationships_are_digitized", false]], "release_shared_memory() (dataset.shm method)": [[0, "sharrow.Dataset.shm.release_shared_memory", false]], "replace_datasets() (datatree method)": [[0, "sharrow.DataTree.replace_datasets", false]], "replacement_filters (datatree attribute)": [[0, "sharrow.DataTree.replacement_filters", false]], "root_node_name (datatree attribute)": [[0, "sharrow.DataTree.root_node_name", false]], "set() (dataset.digital_encoding method)": [[0, "sharrow.Dataset.digital_encoding.set", false]], "setup_flow() (datatree method)": [[0, "sharrow.DataTree.setup_flow", false]], "shared_memory_key (dataset.shm attribute)": [[0, "sharrow.Dataset.shm.shared_memory_key", false]], "shared_memory_size (dataset.shm attribute)": [[0, "sharrow.Dataset.shm.shared_memory_size", false]], "show_code() (flow method)": [[0, "sharrow.Flow.show_code", false]], "subspaces (datatree attribute)": [[0, "sharrow.DataTree.subspaces", false]], "to_shared_memory() (dataset.shm method)": [[0, "sharrow.Dataset.shm.to_shared_memory", false]]}, "objects": {"sharrow": [[0, 0, 1, "", "DataTree"], [0, 0, 1, "", "Flow"], [0, 0, 1, "", "Relationship"]], "sharrow.DataTree": [[0, 1, 1, "", "add_dataset"], [0, 1, 1, "", "add_relationship"], [0, 1, 1, "", "digitize_relationships"], [0, 2, 1, "", "relationships_are_digitized"], [0, 1, 1, "", "replace_datasets"], [0, 2, 1, "", "replacement_filters"], [0, 2, 1, "", "root_node_name"], [0, 1, 1, "", "setup_flow"], [0, 2, 1, "", "subspaces"]], "sharrow.Dataset": [[0, 1, 1, "", "at"], [0, 1, 1, "", "ensure_integer"], [0, 1, 1, "", "iat"], [0, 1, 1, "", "iloc"]], "sharrow.Dataset.at": [[0, 1, 1, "", "df"]], "sharrow.Dataset.digital_encoding": [[0, 1, 1, "", "info"], [0, 1, 1, "", "set"]], "sharrow.Dataset.iat": [[0, 1, 1, "", "df"]], "sharrow.Dataset.shm": [[0, 1, 1, "", "from_shared_memory"], [0, 2, 1, "", "is_shared_memory"], [0, 1, 1, "", "preload_shared_memory_size"], [0, 1, 1, "", "release_shared_memory"], [0, 2, 1, "", "shared_memory_key"], [0, 2, 1, "", "shared_memory_size"], [0, 1, 1, "", "to_shared_memory"]], "sharrow.Flow": [[0, 1, 1, "", "dot"], [0, 1, 1, "", "dot_dataarray"], [0, 1, 1, "", "load"], [0, 1, 1, "", "load_dataarray"], [0, 1, 1, "", "load_dataframe"], [0, 1, 1, "", "logit_draws"], [0, 1, 1, "", "show_code"]], "sharrow.Relationship": [[0, 2, 1, "", "analog"], [0, 2, 1, "", "child_data"], [0, 2, 1, "", "child_name"], [0, 2, 1, "", "indexing"], [0, 2, 1, "", "parent_data"], [0, 2, 1, "", "parent_name"]], "sharrow.dataset": [[0, 3, 1, "", "construct"], [0, 3, 1, "", "from_named_objects"], [0, 3, 1, "", "from_omx"], [0, 3, 1, "", "from_omx_3d"], [0, 3, 1, "", "from_table"], [0, 3, 1, "", "from_zarr"]]}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "method", "Python method"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "function", "Python function"]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:attribute", "3": "py:function"}, "terms": {"": [0, 1, 2, 3, 5, 6, 7], "0": [0, 3, 5, 6, 7], "000": 5, "00000": 7, "000000": 5, "000123": 6, "0002938775510204082read": 6, "001": 7, "01": [3, 6, 7], "0111": 6, "0129": 5, "012900": 5, "0134": 5, "0144": 3, "014400": 6, "01497111": 7, "015": 7, "01730855": 7, "0196": 3, "01971475": 7, "01compress": 6, "02": 3, "02116722": 7, "02175669": 7, "02502164": 7, "02711131": 7, "028900": 6, "02999997": 7, "03": 3, "0313424": 7, "033856": 6, "035372": 7, "03619669": 7, "03846856": 7, "03896772": 7, "03972635": 7, "04": [3, 7], "04651197": 7, "05": 3, "0513": 5, "05250299": 7, "053": 7, "0531535": 7, "05456484": 7, "05695": 5, "0576": 3, "05999994": 7, "06": [3, 7], "06363645": 7, "06487329": 7, "065526": 5, "06579": 5, "065794": 5, "06648009": 7, "06913442": 7, "07": [3, 5], "071149": 7, "07166818": 7, "0784": 3, "08": 3, "08209198": 7, "08727995": 7, "0875": 5, "087502": 5, "09": 3, "09915999": 5, "0arrai": [3, 5], "0blend_distwalk_dist": 6, "0digital_encod": 3, "0m": 5, "0xarrai": 3, "1": [0, 3, 5, 6, 7], "10": [3, 5, 6, 7], "100": [3, 5, 6], "100000": 5, "100000alt_col": 5, "100000mode": 5, "100_000": 5, "101": [3, 6, 7], "102": [3, 6], "10210799": 5, "103": [3, 6], "103000": 3, "10315963": 7, "104": [3, 6], "105": [3, 6], "106": [3, 5, 6], "1069": 7, "107": [3, 6, 7], "107594": 7, "107597": 7, "107616": 7, "107628": 7, "107631": 7, "107640": 7, "107642": 7, "1078253": 5, "108": [3, 6], "109": [3, 6], "109218": 3, "11": [3, 5, 6, 7], "110": [3, 6], "110706": 3, "111": [3, 6], "111378": 5, "112": [3, 6], "112141": 3, "112477": [3, 5, 7], "113": [3, 6], "114": [3, 6], "114168": 5, "115": [3, 6], "116": [3, 6], "117": [3, 6, 7], "118": [3, 6], "119": [3, 6], "11907123": 7, "119394": 5, "1194": 5, "12": [3, 5, 6, 7], "120": [3, 6], "1200": 6, "120b": 6, "121": [3, 6], "122": [3, 6], "123": [3, 6, 7], "124": [3, 6], "124888": 5, "125": [3, 6], "12595999": 5, "126": [3, 6], "127": [3, 6], "128": [3, 6], "129": [3, 6], "12kb": [3, 5, 6, 7], "13": [3, 5, 6, 7], "130": [3, 6], "13000": 7, "13050658": 7, "131": [3, 6], "13100": 3, "132": [3, 6], "13200": 7, "133": [3, 6], "134": [6, 7], "135": [3, 6], "136": [3, 6], "1369": 3, "13690001": 3, "137": [3, 6], "137arrai": 3, "138": [3, 6], "139": [3, 6, 7], "13999999": 7, "14": [3, 5, 6, 7], "140": [3, 6], "14043199": 5, "141": [3, 6], "142": [3, 6], "143": [3, 5, 6], "144": [3, 5, 6, 7], "145": [3, 5, 6], "146": [3, 6], "14684": 7, "147": [3, 6, 7], "148": [3, 6], "14800": 3, "14800arrai": 3, "149": [3, 6], "15": [3, 5, 6, 7], "150": [3, 5, 6], "1500": 6, "15000": [3, 5], "1500001": 7, "151": [3, 6, 7], "152": [3, 6], "15230284": 7, "153": [3, 6, 7], "154": [3, 6], "155": [3, 6], "156": [3, 6], "157": [3, 6], "157316": 5, "158": [3, 5, 6], "159": [3, 5, 6], "16": [0, 3, 5, 6, 7], "160": [3, 5, 6], "160b": 3, "161": [3, 5, 6], "162": [3, 5, 6], "163": [3, 5, 6], "1631117": 5, "164": [3, 6], "165": [3, 6], "16500": [3, 5, 7], "16565": 5, "166": [3, 6], "167": [3, 6], "168": [3, 6], "169": [3, 6], "16arrai": 6, "17": [3, 5, 6, 7], "170": [3, 5, 6, 7], "1700": 6, "171": [3, 6], "172": [3, 6], "173": [3, 6], "174": [3, 6], "175": [3, 6], "175coordin": 6, "175dmaz": 6, "176": [3, 6], "177": [3, 6], "1774303": 5, "178": [3, 6], "179": [3, 6], "17arrai": 6, "18": [3, 5, 6, 7], "180": [3, 6], "181": [3, 6], "182": [3, 6], "183": [3, 6], "184": [3, 6], "1840": 6, "185": [3, 6], "186": [3, 6], "187": [3, 6], "1874724": 5, "188": [3, 6], "189": [3, 6], "19": [3, 5, 6, 7], "190": [3, 5, 6], "191": [3, 5, 6], "192": [3, 5, 6], "192coordin": 3, "193": 6, "1936": 3, "194": 6, "195": 6, "196": 6, "197": 6, "197000": [3, 5, 7], "198": 6, "199": 6, "1arrai": 5, "1kb": 6, "1m": 5, "1mb": 5, "1munsaf": 5, "2": [0, 3, 5, 6, 7], "20": [3, 5, 6, 7], "200": [3, 6], "200b": [3, 5, 6, 7], "201": 6, "202": 6, "2022": 1, "203": 6, "204": [5, 6], "2049372": 3, "205": [5, 6], "206": [3, 5, 6], "207": 6, "207882": 7, "208": 6, "209": 6, "20b": 6, "21": [3, 5, 6, 7], "210": [6, 7], "211": 6, "212": 6, "213": 6, "214": [6, 7], "215": 6, "216": 6, "217": 6, "218": 6, "218600": 5, "219": 6, "22": [3, 5, 6, 7], "220": [3, 6], "2200": [3, 5, 7], "2202": [5, 7], "2203": [5, 7], "221": 6, "222": 6, "2222791": [3, 5, 7], "223": [6, 7], "224": 6, "224676": 3, "225": 6, "226": 6, "226880": 3, "227": 6, "228": 6, "229": 6, "22arrai": 5, "23": [3, 5, 6, 7], "230": [3, 5, 6], "2307193": 3, "231": 6, "23104": 3, "232": [5, 6], "233": [5, 6], "234": [5, 6], "235": [5, 6], "236": [5, 6], "237": [5, 6], "238": [5, 6], "23845311": 7, "239": [6, 7], "24": [3, 5, 6, 7], "240": [6, 7], "24000": 7, "241": 6, "242": 6, "243": 6, "244": [3, 6], "245": 6, "246": 6, "247": 6, "248": 6, "249": 6, "24arrai": 6, "25": [3, 5, 6, 7], "250": [3, 6, 7], "25000": 7, "251": 6, "252": 6, "253": [6, 7], "254": 6, "255": [3, 6], "256": 6, "2564": 5, "256612": 3, "2566803": 5, "25671": [3, 5, 7], "25675": [3, 5, 7], "25678": [3, 5, 7], "25683": [3, 5, 7], "25684": [3, 5, 7], "25691": [3, 5], "25692": [3, 5], "257": 6, "25704": [3, 5], "25725": [3, 5], "25734": [3, 5], "258": 6, "259": 6, "25arrai": [3, 5, 6, 7], "25coordin": 7, "25dtaz": [3, 5, 6, 7], "25express": 7, "25time_period": [3, 5, 6, 7], "25xarrai": 7, "26": [3, 7], "260": 6, "260325": 5, "261": 6, "26177": 3, "262": [5, 6], "263": [5, 6], "264": [5, 6], "265": [5, 6], "266": [5, 6], "2662": 5, "26696813": 7, "267": [5, 6, 7], "268": [5, 6], "269": 6, "27": [3, 5, 7], "270": 6, "271": 6, "2715386": [5, 7], "2717868": [3, 5, 7], "272": 6, "273": 6, "274": 6, "274arrai": 6, "2762199": 3, "277": 7, "27956": 3, "2798": 5, "279800": 5, "28": [3, 7], "281": 3, "2822651": 7, "2822660": 7, "2822668": 7, "2822702": 7, "2822725": 7, "285": 7, "2863454": 3, "2863467": 3, "2863494": 3, "2863496": 3, "2863498": 3, "2863513": 3, "2863520": 3, "2863524": [3, 5], "2863552": [3, 5], "2863568": [3, 5], "2863568arrai": [3, 5], "289": 7, "29": 3, "290": 3, "291": 3, "29658": 5, "2arrai": 5, "2kb": [3, 5, 6, 7], "2mb": [3, 5, 6, 7], "2xarrai": 5, "3": [0, 1, 3, 5, 6, 7], "30": [3, 5, 6, 7], "300": 3, "30000": [3, 5], "302885": 7, "303arrai": 7, "30999994": 7, "31": [3, 5, 7], "31361022": 7, "31368188": 7, "3137": 7, "3138090": 5, "32": [0, 3, 5], "320": 3, "321": 5, "327": 3, "3286812": [5, 7], "33": [3, 5, 7], "339": 3, "34": [3, 5], "35": [3, 5, 7], "3533": 5, "35718197": 7, "3596408": 5, "35kb": 7, "36": [3, 5, 7], "360": 3, "3608229": 5, "361000": [3, 5, 7], "3628": 5, "362800": 5, "368187": 7, "37": [3, 7], "370": 3, "370491": [3, 5, 7], "375": 5, "376": 5, "377": 5, "378": 5, "379": 5, "38": 3, "387825": 5, "38mb": 3, "39": [3, 5, 7], "393": 5, "3974": 5, "397400": 5, "399202930": 5, "3999996": 5, "3arrai": 5, "4": [3, 5, 6, 7], "40": [3, 5, 6, 7], "40b": [3, 5, 6, 7], "40jointwb": 3, "40kb": 3, "41": [3, 7], "416b": 7, "42": [3, 5, 7], "427": 7, "43": [3, 5, 7], "432000": 3, "435": 5, "435000": 3, "436": 5, "4361": 7, "4361taz": 7, "437": 5, "438": 5, "439": 5, "44": [3, 5, 6, 7], "440325": 5, "447": 5, "448": 5, "449": 5, "45": 3, "450000": 3, "451": 5, "453": 5, "454": 5, "455": 5, "456": 5, "457": 5, "457400": 3, "458": 5, "459": 5, "46": [3, 5, 7], "4600": 7, "462000": 3, "47": [3, 5, 7], "47000003": 7, "474": 3, "476": 7, "48": [3, 5, 7], "49": [3, 7], "498": 5, "499": 5, "4th": 7, "5": [0, 3, 5, 6, 7], "50": [3, 6, 7], "500": [3, 5], "5000": 3, "500000": 5, "5000coordin": 3, "5000incom": 3, "50065": 5, "500650": 5, "501": [1, 5], "502": 5, "503": 5, "504": 5, "5058053": 5, "51": [3, 7], "5149": 7, "5177101": 7, "52": [3, 5, 7], "52555": 7, "5299997": 5, "53": [3, 5], "53231": 7, "5360279": [5, 7], "537": 5, "538": 5, "539": 5, "54": [3, 5, 7], "540": 5, "55": [3, 5, 7], "5500": 5, "56": [3, 7], "5600": 7, "565": 5, "566": 5, "567": 5, "568499": 3, "57": [3, 7], "570708": 3, "58": [3, 7], "58000004": 7, "58575577": 7, "5887": 7, "59": 3, "59220": [3, 5, 7], "5arrai": 5, "5coordin": [3, 5, 6, 7], "5joined_0": 3, "5kb": 3, "5kstorag": 6, "5omaz": 6, "6": [3, 5, 6, 7], "60": [3, 5, 6, 7], "6000": 7, "60000": [3, 5], "6010011": 5, "61": [3, 7], "6101575": 7, "611": 7, "615499": 5, "6154995": 5, "61834913": 7, "62": [3, 5, 7], "62236819": 7, "6224": 7, "625b": 3, "626": 3, "63": 3, "632600": 3, "6352806": 5, "64": [3, 5], "6404002": 5, "64330": 7, "64468189": 7, "648": 5, "649": 5, "65": 3, "650": 5, "650000": 3, "651": 5, "652": 5, "652070": 3, "655": 5, "656": 5, "657": 5, "658": 5, "659": 5, "66": [3, 5, 7], "660000": 3, "6600001": 7, "6692": 5, "669200": 5, "66kb": 5, "67": 3, "671": 7, "6756": 7, "67561017": 7, "678": 5, "679": 5, "68": [3, 5], "680": 5, "681": 5, "6818776": 7, "682": 5, "68300291": 7, "68627596": 5, "6887183": [5, 7], "69": 3, "690": 5, "691": 5, "692": 5, "693": 5, "694": 5, "695": 5, "696": 5, "697": 5, "698": 5, "6arrai": 5, "7": [1, 3, 5, 6, 7], "70": [3, 6], "70000005": 7, "70123664": 7, "702559": 3, "702559arrai": 3, "7043": 5, "71": 3, "72": [3, 7], "7200": [5, 7], "72220": 7, "72229": 7, "72235": 7, "73": 3, "733000": 3, "733000arrai": 3, "73837185": 5, "7384": 5, "74": [3, 5, 7], "742": 5, "743": 5, "746": 5, "747": 5, "748": 5, "749": 5, "74933606": 5, "75": [3, 5], "750": 5, "751": 5, "7513938": 7, "7513939": 7, "7513948": 7, "7513962": 7, "7513972": 7, "7513986": 7, "7513995": 7, "7514003": 7, "7514037": 7, "7514060": 7, "7514060arrai": 7, "752": 5, "753": 5, "754": 5, "755": 5, "7552545": 5, "7553": 5, "7554789": 5, "7554802": 5, "7554829": 5, "7554831": 5, "7554833": 5, "7554848": 5, "7554855": 5, "7554859": 5, "7554887": 5, "7554903": 5, "7554903arrai": 5, "756": 5, "757": 5, "7574615": 5, "7575arrai": 5, "7578729": 5, "758": 5, "759": 5, "76": [3, 5], "760": 5, "761": 5, "762": 5, "763899": [3, 5, 7], "764": 5, "765": 5, "768b": 3, "77": [3, 5, 7], "77132": [5, 7], "78": 3, "782359": 5, "79": [3, 7], "79287107": 7, "8": [0, 3, 5, 6, 7], "80": 3, "800kb": 5, "80276155": 5, "81": 3, "8142497": 5, "82": [3, 5, 7], "8212": 5, "8212coordin": 5, "823184": 3, "82arrai": 5, "83": 3, "83752644": 5, "84": [3, 5, 7], "84871": 7, "85": [3, 7], "85405313": 7, "85kb": 3, "86": [3, 5], "87": 3, "872kb": 7, "87490297": 7, "875arrai": 7, "88": [3, 7], "89": 3, "8900003": 5, "89564": 7, "8kb": 3, "9": [3, 5, 6, 7], "90": 3, "91": [3, 5], "914": 7, "9140532": 7, "92": 3, "9200001": 7, "928800": 5, "93": [3, 5], "94": [3, 5, 7], "942825": 5, "95": [3, 7], "951": 3, "951coordin": 3, "957199": 5, "9572": 5, "96": 3, "97": 3, "974": 7, "97digital_encod": 3, "97xarrai": 3, "98": 3, "9822": 5, "983164": 3, "99": 3, "99990": 5, "99991": 5, "99992": 5, "99993": 5, "99994": 5, "99995": 5, "99996": 5, "99997": 5, "99998": 5, "99999": 5, "99999arrai": 5, "9arrai": 5, "A": [0, 2, 3, 5], "And": [3, 7], "As": [5, 7], "But": [3, 5], "By": 0, "For": [0, 3, 5, 6, 7], "If": [0, 3, 5, 7], "In": [0, 3, 5, 7], "It": [0, 1, 2, 5, 7], "Of": 5, "On": 5, "Or": 0, "That": 3, "The": [0, 1, 2, 3, 5, 6, 7], "Then": [2, 3, 5, 7], "These": [0, 3, 5], "To": [0, 2, 3, 5, 6, 7], "Will": 0, "_": [5, 7], "__": 0, "__call__": 5, "__gufunc__": 5, "__init__": 5, "__name__": [0, 5], "__version__": [3, 5, 7], "_acquire_compile_lock": 5, "_array_dimens": 0, "_basemodel": 5, "_build_wrapp": 5, "_cfn": 5, "_codegen": 5, "_compile_wrapp": 5, "_compilerlock": 5, "_cre": 5, "_digitized_dtaz_of_dmaz": 6, "_digitized_otaz_of_omaz": 6, "_dupe": 0, "_dynamic_glob": 5, "_enabl": 5, "_encode_str": 5, "_ensure_fin": 5, "_fillvalu": 0, "_final": 5, "_final_modul": 5, "_finalize_final_modul": 5, "_get_jnp_arrai": 5, "_get_module_for_link": 5, "_guard_against_spurious_io_error": 5, "_gufuncobjectwrapp": 5, "_gufuncwrapp": 5, "_impl": 5, "_index_nam": 0, "_launch_thread": 5, "_lib_fn_wrapp": 5, "_load": [0, 6], "_lock": 5, "_mpm_full": 5, "_name": [0, 6], "_numba_penalti": 5, "_numba_penalty_vector": 5, "_optimize_final_modul": 5, "_recorded_tim": 5, "_s_distwalk": 6, "_save_overload": 5, "_sig": 5, "_type_signatur": 5, "_wrapper_info": 5, "abil": 6, "about": [0, 3, 7], "abov": [0, 2, 3, 5, 7], "acceler": 1, "accept": [0, 5], "access": [0, 1, 5], "accessor": [0, 3, 6], "accord": [0, 5, 7], "achiev": [0, 3], "across": [3, 5], "activ": [0, 1], "activitysim": [2, 3, 5, 7], "actual": [0, 5], "ad": [0, 7], "add": [0, 3, 5, 6, 7], "add_dataset": [0, 7], "add_offset": 0, "add_relationship": 0, "addit": [0, 2, 5, 6, 7], "adequ": 3, "administ": 1, "advanc": 1, "after": [0, 2, 5], "afternoon": 7, "ag": [5, 7], "again": 7, "against": [5, 7], "aggreg": 7, "algebra": 5, "algorithm": 5, "align": [0, 7], "all": [0, 1, 2, 3, 5, 6, 7], "alloc": 0, "allow": [1, 3, 5], "almost": [1, 3, 5], "along": [0, 5], "alphabet": 7, "alreadi": [0, 7], "also": [0, 2, 3, 5, 6, 7], "alt_col": 5, "alt_colxarrai": 5, "altern": [0, 2, 3, 5, 7], "although": 7, "alwai": [0, 3], "am": [3, 5, 6, 7], "among": 5, "amount": 3, "ampo": 1, "an": [0, 1, 2, 3, 5, 7], "analog": 0, "analogi": 0, "analysi": [0, 3, 4], "ani": [0, 3, 5], "anoth": 0, "anymor": 7, "appear": [0, 5], "append": [0, 5], "appli": [0, 3, 5, 6, 7], "applic": [0, 3], "approach": [1, 3], "appropri": [3, 5], "ar": [0, 2, 3, 5, 6, 7], "arang": 5, "arbitrari": 5, "area_typ": 7, "arg": [0, 5], "argument": [0, 5, 6], "around": [3, 5, 7], "arr": [3, 7], "arr1": 3, "arr_enc": 3, "arr_pretti": 7, "arr_unord": 7, "arrai": [0, 3, 5, 6, 7], "array_decod": 3, "array_encod": 3, "as_arrai": 5, "as_dataarrai": 0, "as_root": 0, "asarrai": 7, "assign": [0, 3], "assign_coord": 5, "associ": [0, 1], "assum": [0, 6], "astyp": 5, "attach": [3, 5, 6, 7], "attempt": 0, "attr": 3, "attribut": [3, 5, 6, 7], "audit": 0, "auto": 0, "automat": [0, 2, 3, 5], "automobil": 3, "aux_var": [0, 5], "avail": [1, 2, 3, 5], "avoid": 0, "ax": 6, "b": [5, 6], "back": [0, 3, 5], "backend": 0, "bad": 3, "base": [0, 1, 3, 5, 6, 7], "basemodel": 5, "basic": [4, 7], "becaus": [3, 5], "been": [0, 3, 6], "befor": [0, 5, 7], "begin": [0, 3, 5, 7], "behavior": [0, 1], "being": [0, 7], "below": 5, "benefici": 3, "benefit": [0, 1], "best": 1, "better": 5, "between": [0, 3, 6, 7], "bhhh": 5, "bin": 3, "binari": [5, 7], "bind": 5, "bit": [0, 3], "bitwidth": [0, 3], "black": 2, "bldgsz": [5, 7], "blend": 6, "blend_distwalk_dist": 6, "blend_distwalk_max": 6, "bodi": 3, "book": 2, "bool": 0, "bool_wrap": 0, "boost": 1, "both": [0, 2, 3, 5], "bottom": 3, "bound": 0, "boundscheck": [0, 6], "branch": 7, "break": 0, "browser": 0, "bsd": 1, "bucketbin": [5, 7], "buffer": 0, "build": [5, 6, 7], "build_gufunc_wrapp": 5, "build_ufunc": 5, "built": 2, "bulki": 2, "bunch": 5, "by_dict": [0, 3], "byte": [0, 3, 5, 6, 7], "c": [0, 1, 2, 5], "cach": [0, 1, 5], "cachabl": 5, "cache_dir": 0, "calendar": 0, "call": [0, 3, 5], "callabl": 0, "cambridg": 1, "can": [0, 1, 2, 3, 5, 6, 7], "cand_dest": 5, "candid": [3, 5], "capabl": [0, 7], "case": [0, 3, 5, 7], "cast": 5, "categor": [4, 5], "categori": [3, 5], "caus": 0, "caveat": 6, "cell": [0, 3, 5], "certain": 0, "cf": 0, "cftime": 0, "chang": 5, "charact": 0, "charg": 1, "check": [0, 2, 3, 5], "check_cach": 5, "child": 0, "child_data": 0, "child_nam": 0, "choic": [0, 5, 7], "choice2_probs_nl": 5, "choice_prob": [5, 7], "choice_probs2": 5, "choice_probs_": 7, "choice_probs_nl": 5, "choices2": 5, "choices2_nl": 5, "choices_": 7, "choices_nl": 5, "choos": [3, 5], "chooser": 7, "chosen": [0, 5], "chunk": [0, 3, 5, 6, 7], "chunk_stor": 0, "chunksiz": [3, 5, 6, 7], "circuit": 5, "circumv": 6, "class": [0, 3, 7], "classmethod": 0, "claus": 1, "clip": [5, 6, 7], "clip_dist": 6, "clone": 2, "code": [0, 1, 3, 5], "codegen": 5, "codelib": 5, "codelibrari": 5, "codelibrarycacheimpl": 5, "coef": 7, "coef_nest_motor": 5, "coef_nest_root": 5, "coeffici": [0, 5, 7], "coerc": 0, "collect": 0, "collft": 7, "collpt": 7, "column": [0, 3, 5, 6, 7], "come": [0, 7], "command": 7, "comment": 0, "commit": 2, "common": 7, "compar": [3, 7], "compat": [1, 3], "compil": [0, 1, 2, 3, 5, 7], "compile_watch": [0, 5], "compiled_rec": 0, "compiler_lock": 5, "complet": [0, 5], "complex": [0, 5], "compress": 6, "comput": [0, 5, 7], "concat_charact": 0, "concaten": 0, "conda": [2, 5], "condit": 0, "configur": 7, "confirm": 3, "conflict": 0, "connect": 0, "consecut": 0, "consid": 0, "consist": [2, 5], "consolid": 0, "consortium": 1, "constant": [0, 5, 7], "constitut": 3, "construct": [0, 3, 5, 6], "construct_nesting_tre": 5, "consum": 5, "contain": [0, 2, 3, 5, 7], "context": 5, "contrari": 5, "control": 0, "contructor": [0, 5], "conveni": [5, 7], "convent": 0, "convers": [0, 5], "convert": [0, 1, 3, 5], "coordin": [0, 3, 5, 6, 7], "copi": [0, 5], "copyright": 1, "core": [3, 5], "corner": 3, "correct": 3, "correctli": 3, "correspond": 0, "cost": [1, 7], "could": [3, 5, 7], "count": [0, 3, 5, 7], "counti": 7, "cpu": 5, "cpucodelibrari": 5, "cpython": 0, "crash": 0, "cre": 5, "creat": [0, 1, 2, 3, 5], "csv": [5, 7], "ctx": 5, "cumbersom": 5, "current": 0, "cut": 3, "d": [0, 5], "d1": 3, "d2": 3, "d_loglik": 5, "d_penalti": 5, "dai": [0, 5, 7], "dask": [0, 3, 5, 6, 7], "dask_schedul": 0, "data": [0, 1, 2, 4, 6], "data_provid": 5, "dataarrai": [0, 3, 5, 6, 7], "dataarraytouridx": 5, "dataarrayworkerid": 7, "datafram": [0, 3, 5, 6, 7], "dataset": [3, 5, 6, 7], "datasetdimens": [3, 5, 6, 7], "datatre": [3, 5, 6], "date": 0, "datetim": 0, "datetime64": 0, "ddp": [5, 7], "deactiv": 0, "debug": 0, "decim": 3, "decis": 7, "declar": 7, "decod": [0, 3], "decode_cf": 0, "decode_coord": 0, "decode_tim": 0, "decode_timedelta": 0, "deconstruct": 3, "decor": 5, "def": [0, 5], "default": [0, 5, 7], "default_rng": [5, 7], "defer": 0, "defin": [0, 5, 6], "definit": [0, 5, 7], "definition_spec": 0, "demonstr": [3, 6], "demostr": 7, "dens": 6, "depend": [1, 2, 5], "describ": 7, "desir": 3, "dest": 3, "dest_maz": 6, "dest_taz_idx": 5, "destin": [5, 6, 7], "destroi": 0, "detail": [0, 3, 6], "determin": [0, 7], "dev": 2, "develop": [1, 2], "df": [0, 5], "dict": [0, 5], "dictionari": [0, 5, 7], "differ": [0, 2, 3, 5, 7], "digit": 3, "digital_encod": [0, 3], "digitize_relationship": 0, "dim": [5, 7], "dim_exclud": [0, 5], "dim_ord": [0, 5, 7], "dim_redirection_dmaz": 6, "dim_redirection_omaz": 6, "dimens": [0, 3, 5, 6, 7], "dimension": [0, 3, 4, 5], "direct": 0, "directli": [5, 7], "directori": [0, 2], "directorystor": 0, "disabl": [0, 7], "disable_compil": 5, "disk": [1, 5], "displac": 0, "displai": 0, "dist": [3, 5, 6, 7], "distanc": [3, 6], "distance_encod": 3, "distbik": [3, 5, 6, 7], "distort": 0, "distribut": 1, "district": 7, "distwalk": [3, 5, 6, 7], "divid": 0, "dmaz": 6, "dmazpandasindexpandasindex": 6, "do": [0, 2, 3, 5, 7], "doc": [0, 2], "document": [0, 1], "doe": [0, 7], "doesn": 5, "don": [3, 5, 7], "done": [2, 3, 6, 7], "doskim": 7, "dot": [5, 7], "dot_dataarrai": [0, 5, 7], "dot_ski": 5, "dot_skim": 5, "doubl": 0, "down": [0, 7], "downstream": [0, 5], "draw": [0, 5, 7], "drive": 5, "drop": 0, "drop_dim": 3, "drop_vari": 0, "drv_com_wlk_board": [3, 5, 6, 7], "drv_com_wlk_ddist": [3, 5, 6, 7], "drv_com_wlk_dtim": [3, 5, 6, 7], "drv_com_wlk_far": [3, 5, 6, 7], "drv_com_wlk_iwait": [3, 5, 6, 7], "drv_com_wlk_keyivt": [3, 5, 6, 7], "drv_com_wlk_totivt": [3, 5, 6, 7], "drv_com_wlk_wait": [3, 5, 6, 7], "drv_com_wlk_waux": [3, 5, 6, 7], "drv_com_wlk_xwait": [3, 5, 6, 7], "drv_exp_wlk_board": [3, 5, 6, 7], "drv_exp_wlk_ddist": [3, 5, 6, 7], "drv_exp_wlk_dtim": [3, 5, 6, 7], "drv_exp_wlk_far": [3, 5, 6, 7], "drv_exp_wlk_iwait": [3, 5, 6, 7], "drv_exp_wlk_keyivt": [3, 5, 6, 7], "drv_exp_wlk_totivt": [3, 5, 6, 7], "drv_exp_wlk_wait": [3, 5, 6, 7], "drv_exp_wlk_waux": [3, 5, 6, 7], "drv_exp_wlk_xwait": [3, 5, 6, 7], "drv_hvy_wlk_board": [3, 5, 6, 7], "drv_hvy_wlk_ddist": [3, 5, 6, 7], "drv_hvy_wlk_dtim": [3, 5, 6, 7], "drv_hvy_wlk_far": [3, 5, 6, 7], "drv_hvy_wlk_iwait": [3, 5, 6, 7], "drv_hvy_wlk_keyivt": [3, 5, 6, 7], "drv_hvy_wlk_totivt": [3, 5, 6, 7], "drv_hvy_wlk_wait": [3, 5, 6, 7], "drv_hvy_wlk_waux": [3, 5, 6, 7], "drv_hvy_wlk_xwait": [3, 5, 6, 7], "drv_loc_wlk_board": [3, 5, 6, 7], "drv_loc_wlk_ddist": [3, 5, 6, 7], "drv_loc_wlk_dtim": [3, 5, 6, 7], "drv_loc_wlk_far": [3, 5, 6, 7], "drv_loc_wlk_iwait": [3, 5, 6, 7], "drv_loc_wlk_totivt": [3, 5, 6, 7], "drv_loc_wlk_wait": [3, 5, 6, 7], "drv_loc_wlk_waux": [3, 5, 6, 7], "drv_loc_wlk_xwait": [3, 5, 6, 7], "drv_lrf_wlk_board": [3, 5, 6, 7], "drv_lrf_wlk_ddist": [3, 5, 6, 7], "drv_lrf_wlk_dtim": [3, 5, 6, 7], "drv_lrf_wlk_far": [3, 5, 6, 7], "drv_lrf_wlk_ferryivt": [3, 5, 6, 7], "drv_lrf_wlk_iwait": [3, 5, 6, 7], "drv_lrf_wlk_keyivt": [3, 5, 6, 7], "drv_lrf_wlk_totivt": [3, 5, 6, 7], "drv_lrf_wlk_wait": [3, 5, 6, 7], "drv_lrf_wlk_waux": [3, 5, 6, 7], "drv_lrf_wlk_xwait": [3, 5, 6, 7], "dtaz": [0, 3, 5, 6, 7], "dtazblend_distwalk_max": 6, "dtazpandasindexpandasindex": [3, 5, 6, 7], "dtazxarrai": 6, "dtype": [0, 4, 5, 6, 7], "dtypenum": 5, "dump": 3, "e": [0, 2, 3, 5, 7], "ea": [3, 5, 6, 7], "each": [0, 3, 5, 6, 7], "earn": [5, 7], "easi": 5, "easili": 5, "edg": 5, "educ": 0, "effect": 5, "effici": [3, 5, 7], "either": [0, 5], "element": [0, 3, 5, 6], "els": 5, "elsewher": 0, "embed": [1, 2, 5], "emit": 5, "emploi": 7, "empr": 7, "empti": [0, 5, 7], "enabl": [0, 2], "encod": 4, "end": 7, "engin": 5, "enough": [0, 5], "ensur": [0, 2, 3, 5], "ensure_cache_path": 5, "ensure_integ": 0, "entir": [3, 6], "entri": [3, 5], "env": [2, 5], "environ": 2, "equal": 0, "er": 3, "erron": 0, "error": [0, 5], "error_model": 0, "especi": [3, 7], "esr": [5, 7], "estim": 5, "etc": 0, "ev": [3, 5, 6, 7], "evalu": [0, 1, 3, 5], "even": [0, 3, 5, 6, 7], "eventu": 0, "ever": 0, "everi": [2, 3], "everyon": 5, "exactli": [3, 5, 7], "exampl": 6, "example_data": [3, 5, 6, 7], "exce": 6, "except": [0, 5, 7], "exclud": 0, "exist": 0, "exogen": 7, "expand": [3, 5], "expect": [3, 7], "experiment": 5, "explicit": 3, "explicitli": [0, 5, 7], "expos": 0, "express": [0, 1, 2, 3, 5, 7], "expressionspandasindexpandasindex": 7, "exprssion": 5, "extens": [0, 1], "extra_func": 0, "extra_hash_data": 0, "extra_var": [0, 5], "extract": [0, 3], "f": 2, "factor": [0, 3], "fail": 0, "fall": 0, "fals": [0, 5], "fanci": 0, "far": 3, "fare": 3, "fashion": 3, "fast": [0, 5], "faster": [0, 5], "fastmath": [0, 5], "featur": [3, 5, 6, 7], "fed": 3, "feder": 1, "few": [5, 6], "ffffffff": 5, "ffi": 5, "file": [0, 1, 2, 6, 7], "filelock": 2, "fill_valu": 6, "fillna": 5, "filter": [0, 5, 6, 7], "final": 5, "first": [0, 1, 2, 3, 5, 6, 7], "fit": 3, "fix": 5, "flag": [0, 6], "flake8": 2, "float": [0, 3], "float32": [0, 3, 5, 6, 7], "float320": [3, 6], "float32dask": [3, 5, 6, 7], "float64": [5, 6], "flow": [1, 2, 3, 6], "flow1": 3, "flow2": 6, "flow_enc": 3, "flow_librari": 0, "flow_unord": 7, "fndesc": 5, "focu": 3, "fold": 5, "fold_dataset": 5, "follow": 5, "font": 0, "footprint": 3, "force_digit": 0, "forg": [2, 5], "form": 0, "formal": 3, "format": [0, 1, 3, 5, 6, 7], "formatgcxsdata": 6, "former": 5, "formula": 0, "fortran": 1, "fortunt": 5, "found": [0, 5], "foundat": 1, "four": 3, "fourth": 7, "frame": 3, "francisco": [3, 5, 7], "free": 1, "freed": 0, "friendli": [0, 1], "from": [0, 1, 2, 3, 5, 6, 7], "from_named_object": [0, 7], "from_omx": 0, "from_omx_3d": 0, "from_shared_memori": 0, "from_str": 0, "from_tabl": 0, "from_zarr": 0, "ftylist": 5, "full": [3, 5, 7], "full_nam": 5, "func": 5, "func_list": 5, "function": [0, 1, 3], "functool": 5, "futur": [1, 5], "futurewarn": 5, "g": [0, 3, 5, 7], "gain": [0, 5], "garbag": 0, "gcx": 6, "gear": 1, "gener": [0, 1, 2, 3, 5], "get": [0, 3, 5, 7], "get_household": [3, 5, 7], "get_land_us": 7, "get_maz_to_maz_walk": 6, "get_maz_to_taz": 6, "get_person": [5, 7], "get_pointer_to_funct": 5, "get_skim": [3, 5, 6, 7], "getlogg": 5, "git": 2, "github": 2, "give": [0, 3, 5], "given": [0, 5], "global_compiler_lock": 5, "goal": 5, "good": 5, "got": 5, "gqpop": 7, "grade": [5, 7], "graph": [0, 3, 5, 6, 7], "great": 3, "gregorian": 0, "group": [0, 3, 5], "gt": [3, 5, 6, 7], "gufuncbuild": 5, "guvec": 5, "guvector": 5, "ha": [0, 3, 5, 7], "had": [0, 3, 7], "hadkid": [5, 7], "hadnwst": [5, 7], "hadwpst": [5, 7], "half": 3, "hand": [5, 7], "handl": 3, "hard": 5, "harvest": 5, "has_dynamic_glob": 5, "hash": 0, "hashabl": 0, "hashing_level": [0, 3], "have": [0, 3, 5, 6, 7], "head": [3, 5, 7], "here": [0, 1, 3, 5, 7], "hh": [3, 5, 7], "hh_dataset": 3, "hhid": [3, 5, 7], "hhidpandasindexpandasindex": 3, "hhincq1": 7, "hhld": 7, "hhpop": 7, "hht": [5, 7], "high": 3, "highli": 2, "hmultiunit": [5, 7], "home": 5, "hook": 2, "hope": 3, "hour": [0, 5, 7], "household": [3, 5, 7], "household_id": [5, 7], "hov2_btol": [3, 5, 6, 7], "hov2_dist": [3, 5, 6, 7], "hov2_tim": [3, 5, 6, 7], "hov2toll_btol": [3, 5, 6, 7], "hov2toll_dist": [3, 5, 6, 7], "hov2toll_tim": [3, 5, 6, 7], "hov2toll_vtol": [3, 5, 6, 7], "hov3_btol": [3, 5, 6, 7], "hov3_dist": [3, 5, 6, 7], "hov3_tim": [3, 5, 6, 7], "hov3toll_btol": [3, 5, 6, 7], "hov3toll_dist": [3, 5, 6, 7], "hov3toll_tim": [3, 5, 6, 7], "hov3toll_vtol": [3, 5, 6, 7], "how": [0, 1, 7], "hownrent": [5, 7], "hschdriv": [5, 7], "hschpred": [5, 7], "hsenrol": 7, "html": 0, "htmlformatt": 0, "http": 0, "htypdwel": [5, 7], "huge": 3, "hypothet": 7, "i": [0, 1, 2, 3, 5, 6, 7], "iat": 0, "id": [5, 6], "idea": 1, "ident": 0, "identifi": [0, 7], "idx": 0, "ignor": 0, "iloc": [0, 5], "immedi": 0, "implement": 3, "impli": 3, "implicit": 0, "implicitli": 6, "import": [0, 2, 3, 5, 6, 7], "importantli": 1, "importerror": 5, "improv": 0, "in_time_period": 5, "inbound": 5, "includ": [0, 1, 2, 3, 5, 6, 7], "incom": [0, 3, 5, 7], "income_breakpoint": 5, "income_grp": 3, "incomepandasindexpandasindex": 3, "incompat": 0, "inconsist": 0, "increas": 0, "index": [3, 5, 6, 7], "index_col": 5, "index_nam": 0, "indexerror": 0, "indexxarrai": 6, "indic": [0, 7], "individu": [0, 3], "ineffici": 0, "inf": [0, 3], "infer": 0, "info": [0, 3, 5], "inform": [0, 3, 5, 7], "initi": 0, "inject": 0, "inlin": [0, 5], "innerinfo": 5, "inplac": 0, "input": [1, 3, 5, 6, 7], "insert": 0, "insid": 3, "instal": 5, "instanc": [0, 3, 5], "instantan": 5, "instanti": 5, "instead": [0, 3, 5, 6, 7], "instruct": 0, "int": [0, 5], "int16": 3, "int32": [0, 5, 7], "int64": [3, 5, 6, 7], "int640": [3, 5, 6], "int641": [3, 5, 6, 7], "int64100": 6, "int642": 5, "int6425671": [3, 5], "int642717868": 3, "int643": 5, "int64361000": 3, "int6439": 5, "int644": 5, "int6447": 5, "int646": 5, "int6472220": 7, "int8": [3, 5, 7], "int82": 3, "intead": [5, 7], "integ": [0, 3], "integr": [0, 6], "interv": 0, "invok": 1, "io": [0, 5], "ipykernel_2699": 5, "ipython": 0, "ir": 5, "is_parfor": 5, "is_shared_memori": 0, "isel": 0, "ish": 3, "isort": 2, "issu": 0, "item": 0, "iter": 0, "itself": [2, 3], "ivt": 5, "jax": 5, "jaxmodel": 5, "jb": 2, "join": 3, "joined_0": 3, "joined_0_offset": 3, "joint": 0, "joint_dict": [0, 3], "jointli": 3, "jointwb": 3, "jointwb_offset": 3, "jupyt": [0, 2], "just": [1, 3, 5, 6, 7], "k": 0, "kb": 3, "kei": [0, 5], "keyboardinterrupt": 5, "keyword": 0, "kib": [3, 5, 6, 7], "kind": [2, 7], "knowledg": 1, "kwarg": [0, 5], "label": [0, 3, 5, 7], "lack": 3, "land": 7, "landus": 7, "lane": 2, "larch": [0, 5], "larg": 3, "larger": 3, "last": [0, 5, 7], "lastli": [5, 6], "latent_class": 5, "latentclass": 5, "later": [0, 3, 5, 7], "latter": 5, "layer": [3, 5, 6, 7], "lazili": 0, "least": 3, "leav": 0, "leg": 7, "len": 5, "len_co": 5, "length": [0, 3, 5, 6, 7], "less": 3, "let": [5, 6, 7], "letter": 7, "level": [0, 3, 5, 7], "leverag": 2, "lexicograph": 7, "lib": 5, "librari": [0, 1, 2, 3, 5, 7], "like": [0, 1, 2, 3, 5, 6, 7], "limit": [0, 3, 6], "line": [0, 5], "lineno": 0, "link": [0, 5, 7], "link_in": 5, "linkag": [0, 5], "linux": 1, "list": [0, 3], "littl": [0, 5], "ll": [3, 5, 6, 7], "llvmlite": 5, "llvmpy_runpassmanag": 5, "llvmpy_runpassmanagerwithremark": 5, "load": [3, 5, 6, 7], "load_dataarrai": [0, 7], "load_datafram": [0, 3, 5, 6], "local": [0, 5], "locat": [0, 5, 7], "log": [0, 5, 7], "logger": 5, "logit_draw": [0, 5, 7], "logsum": [0, 5], "long": 5, "longest": 5, "look": [0, 3, 5, 7], "lookup": [0, 6, 7], "loss": 3, "lost": [0, 3, 5, 6], "low": 3, "lower": [3, 7], "lowest": 3, "lt": [3, 5, 6, 7], "m": 5, "machin": [1, 5], "maco": 1, "made": [0, 1, 5], "mai": [0, 3, 5], "main": 3, "maintain": 1, "major": 3, "make": [0, 1, 2, 3, 5, 7], "maker": 7, "manag": [0, 3], "mangled_nam": 5, "mani": [0, 1, 3, 5, 7], "manner": [3, 5, 7], "manual": 5, "map": [0, 3, 5, 6], "map_also": 6, "map_to": 6, "margin": 3, "mask": 0, "mask_and_scal": 0, "massiv": [1, 5], "match": [0, 3, 5, 6, 7], "materi": 0, "mathemat": 5, "matrix": [0, 3, 5, 6], "max": [0, 3, 6], "max_blend_dist": 6, "max_float_precis": 0, "max_valu": 0, "maz": 4, "maz_taz": 6, "maz_to_maz_walk": 6, "md": [3, 5, 6, 7], "meaning": 3, "mechan": 1, "memmap": 0, "memori": [3, 5], "messag": 5, "meta": [3, 5, 6, 7], "metadata": [0, 3], "method": [0, 3, 5, 7], "metropolitan": 1, "mfdu": 7, "microsecond": 0, "mid": 3, "might": [0, 5], "mile": 3, "millisecond": [0, 5], "min": [0, 3], "min_valu": 0, "mini": 5, "mini_spec": 5, "miniconda3": 5, "minut": 0, "miss": [0, 5, 6], "missing_valu": [0, 3], "mission": 1, "mistak": 5, "mix": 3, "mixedlatentclass": 5, "mixtur": [5, 6], "mnl": [5, 7], "modal": 5, "mode": [0, 5, 7], "model": [0, 1, 5, 7], "model_co_slot": 5, "modespandasindexpandasindex": 5, "modesxarrai": 5, "modif": 0, "modifi": 0, "modul": [0, 5], "modulepassmanag": 5, "moment": 5, "more": [0, 3, 5, 6, 7], "morn": 7, "most": [1, 3, 5], "motor": 5, "move": 3, "msp": [5, 7], "mtc": [3, 5, 7], "mu": 3, "much": [1, 5], "multi": [0, 3, 4, 5], "multidigraph": 0, "multidimension": 3, "multiindex": 3, "multinomi": 0, "multipl": [0, 3], "multipli": 3, "multithread": 0, "must": [0, 3], "mutablemap": 0, "n": [0, 5], "n_tour": 5, "n_zone": 5, "na": 0, "naiv": 6, "name": [0, 3, 5, 6, 7], "nan": [0, 3, 5], "nanarrai": 3, "nanxarrai": 3, "narrow": 3, "nativ": [0, 3], "natur": 3, "nb": 5, "nbmake": 2, "nbstripout": 2, "ndarrai": [0, 3, 5, 6, 7], "neatli": 7, "necessari": [0, 3, 7], "necessarili": 0, "need": [0, 1, 3, 5, 6, 7], "neg": 3, "nest": 0, "nest_tre": 5, "nested_logit": 5, "nesting_set": 5, "nestingtre": 5, "netcdf": 0, "networkx": 0, "never": [3, 5], "new": [0, 1, 3, 5, 7], "newli": 0, "next": [5, 6], "nice": 5, "nnz": 6, "nnz9density0": 6, "noc": [5, 7], "node": [0, 5], "non": [0, 3, 7], "none": [0, 3, 5, 6, 7], "nonexarrai": 6, "nopython": [0, 5], "normal": [3, 5], "notat": 5, "note": [0, 3, 5, 6], "notebook": [0, 2, 3, 5, 6, 7], "noth": 0, "now": [3, 5, 6, 7], "np": [0, 3, 5, 6, 7], "null": 3, "numba": [0, 1, 2, 3, 5], "numbamodel": 5, "numbatypesafetywarn": 5, "number": [0, 2, 3, 5, 6], "numer": 0, "numexpr": 2, "numpi": [0, 2, 3, 5, 6, 7], "object": [0, 3, 5, 6, 7], "objectnan": 3, "observ": [0, 5], "odskim": 7, "odt_skim": 5, "off": 0, "offer": 1, "offset": [0, 3], "offset_sourc": 3, "often": 3, "omaz": 6, "omazpandasindexpandasindex": 6, "omx": 0, "onc": [1, 3, 5], "one": [0, 3, 5, 7], "onli": [0, 1, 3, 5, 6, 7], "onlytruesize1": 6, "open": [0, 1], "openmatrix": 0, "oper": [0, 5, 7], "optim": [1, 2, 5], "optimis": 5, "optimizemixin": 5, "option": [0, 2, 5], "order": [0, 1, 2, 3, 5, 7], "organ": 1, "orig": 3, "orig_maz": 6, "origin": [0, 1, 3, 5, 6, 7], "original_valu": 0, "originalpuma": [5, 7], "otaz": [0, 3, 5, 6, 7], "otazdim_redirection_dmaz": 6, "otazpandasindexpandasindex": [3, 5, 6, 7], "other": [0, 1, 3, 5, 7], "otherwis": [0, 6, 7], "our": [5, 7], "out": [0, 5, 7], "out_time_period": 5, "outbound": [5, 7], "outer": 5, "output": [0, 2, 5, 6, 7], "over": [0, 3], "overrid": 0, "overwrite_encoded_chunk": 0, "own_data": 0, "owner": 0, "packag": [1, 2, 5], "padkid": [5, 7], "page": 0, "pagecat": [5, 7], "pai": 1, "pair": [3, 6], "panda": [0, 2, 4, 5, 6, 7], "parallel": [0, 5], "parallelgufuncbuild": 5, "param": 5, "param_cor": 5, "paramet": [0, 1], "parameter_dict": 5, "parameterbucket": 5, "parent": 0, "parent_data": 0, "parent_nam": 0, "pars": 0, "part": [1, 7], "particular": [0, 3, 5], "particularli": 3, "pass": [0, 5], "passmanag": 5, "past": 0, "path": 0, "patient": 5, "paug": [5, 7], "pd": [3, 5, 6], "peak": 7, "peek": 3, "pemploi": [5, 7], "peopl": 5, "per": 0, "perform": [0, 3], "perid": [5, 7], "peridpandasindexpandasindex": 5, "period": [3, 5, 7], "person": [5, 7], "personid": 7, "phase": 1, "pick": [0, 5, 7], "pick_count": [0, 7], "pip": 2, "place": [0, 7], "plain": [5, 7], "plain_dist": 6, "plan": 1, "pleas": 5, "plu": [2, 3, 5], "pm": [3, 5, 6, 7], "pnum": [5, 7], "point": [0, 5, 6], "pointer": 3, "popul": 0, "portion": 0, "posit": [0, 3, 5, 7], "possibl": [0, 3, 5], "poverti": [5, 7], "power": 2, "practic": 1, "pre": [0, 1, 2], "pre_init": 0, "preced": 0, "precicion": 3, "precis": [0, 3, 5], "precompil": 0, "prefer": 5, "prefix": 0, "preload_shared_memory_s": 0, "prepar": [0, 5, 7], "presenc": 0, "present": 0, "preserv": 5, "presum": 5, "prevent": 0, "previou": 7, "previous": 0, "primarili": [0, 1], "prob": 0, "probabl": [0, 1, 3, 5], "problem": 0, "process": [0, 3, 5], "processor": 5, "produc": 0, "product": [0, 5], "progress": 7, "project": [1, 2, 3, 5, 7], "proleptic_gregorian": 0, "properti": 5, "provid": [0, 3, 5, 7], "prune": 5, "pstudent": [5, 7], "ptr": 5, "ptype": [5, 7], "public": 1, "publish": 1, "puma5": [5, 7], "pure": [0, 2], "purpos": [0, 6], "put": 6, "py": 5, "py_func": 5, "pyarrow": [0, 2], "pygment": 0, "pyobject": 5, "pypi": 2, "pytest": 2, "python": [0, 2, 3, 5, 7], "python3": 5, "qualiti": [0, 2], "queri": 7, "quickli": 3, "quit": 5, "r": [0, 5], "rais": [0, 5], "ram": 3, "random": [0, 5, 7], "random_tour": 5, "randomli": 5, "rang": 3, "rangeindex": 0, "rather": [5, 7], "ratio0": 6, "re": [0, 1, 3, 5, 6, 7], "read": [0, 5, 7], "read_csv": 5, "readi": [6, 7], "readm": 0, "readthedoc": 0, "realli": 3, "rebuild": 5, "recent": 5, "recod": 3, "recommend": 2, "recompil": 5, "record": 5, "recov": 3, "recreat": 0, "redigit": 0, "redirect": 6, "reduc": [0, 3], "reduct": 3, "refer": [5, 6], "referenc": [0, 5], "refop": 5, "regardless": 0, "region": 3, "regular": [0, 1, 3, 5, 6], "rel": 5, "relat": [0, 5, 7], "relationship": [3, 5, 6, 7], "relationships_are_digit": 0, "releas": [0, 1], "release_shared_memori": 0, "relev": 0, "reli": [0, 6], "reload_from_omx_3d": 0, "remain": [3, 5, 7], "remark": 5, "remarks_fil": 5, "remarks_filt": 5, "remarks_format": 5, "remov": 0, "renam": [0, 7], "rename_axi": [5, 7], "repeat": [0, 7], "repeatedli": 0, "replac": [0, 3, 5, 7], "replace_dataset": [0, 5], "replacement_filt": 0, "repositori": 2, "repres": [0, 3, 5], "represent": [3, 5, 7], "reproduc": 5, "requir": [0, 1, 3, 5], "research": 1, "reset_index": 3, "respect": 0, "restor": 3, "result": [0, 1, 3, 5, 6, 7], "retain": 3, "return": [0, 3, 5, 6, 7], "return_typ": 5, "reus": [0, 5], "revers": 3, "review": 3, "revis": 1, "rng": 5, "root": [0, 2, 5, 7], "root_dataset": 5, "root_node_nam": 0, "round_trip_dist": 7, "round_trip_dist_addl_mil": 7, "round_trip_dist_first_mil": 7, "row": [0, 3, 5, 6, 7], "rskim": 3, "run": [0, 1, 2, 5], "runnabl": [1, 2], "runner": 5, "runtim": 5, "safe": 5, "safe_load": 5, "same": [0, 1, 2, 3, 5, 7], "sampl": 7, "san": [3, 5, 7], "save": [0, 5], "save_overload": 5, "scale": [0, 3], "scale_factor": 0, "schedul": 0, "sd": 7, "second": [0, 6], "see": [0, 3, 5, 7], "seed": 5, "segfault": 0, "sel": 7, "select": [0, 7], "self": 5, "send": 5, "sens": 5, "separ": [0, 5], "seper": 7, "sequenc": 0, "sequenti": 0, "serialno": [5, 7], "servic": [3, 5, 7], "set": [0, 3, 5, 6, 7], "set_index": 3, "setup": [2, 6, 7], "setup_flow": [0, 3, 5, 6, 7], "setuptool": 2, "sever": [0, 2, 3], "sex": [5, 7], "sfdu": 7, "sftaz": 7, "sh": [2, 3, 5, 6, 7], "shape": [0, 3, 5, 6, 7], "share": 3, "shared_memory_kei": 0, "shared_memory_s": 0, "sharrow": [0, 2, 3, 4, 6, 7], "shift": 3, "shm": 0, "short": [3, 5], "short_i_wait_mult": 5, "shortwait": 5, "should": [0, 3, 5, 6, 7], "show_cod": 0, "shown": 5, "sig": 5, "signatur": 5, "signific": 0, "similar": [0, 3, 5, 7], "similarli": 5, "simpl": [3, 5, 7], "simpli": [0, 6, 7], "simul": 0, "sin": 5, "sinc": [5, 7], "singl": [0, 3, 5, 7], "single_dim": 3, "site": 5, "size": [0, 3, 5, 6, 7], "size_term": 7, "skim": [3, 4, 5, 7], "skims1": 3, "skims_am": 7, "skims_encod": 3, "skims_pm": 7, "skip": [2, 5], "slice": [3, 5, 7], "slow": 1, "small": 3, "so": [0, 1, 2, 3, 5, 7], "softwar": 1, "some": [0, 3, 5, 7], "someth": 0, "sometim": [0, 3], "soon": 2, "sourc": [0, 1, 2, 5, 6], "sout": 5, "sov_btol": [3, 5, 6, 7], "sov_dist": [3, 5, 6, 7], "sov_tim": [3, 5, 6, 7], "sovtoll_btol": [3, 5, 6, 7], "sovtoll_dist": [3, 5, 6, 7], "sovtoll_tim": [3, 5, 6, 7], "sovtoll_vtol": [3, 5, 6, 7], "span": 3, "spars": 4, "sparse_blend": 6, "spec": [1, 7], "special": 5, "specif": [0, 1, 2, 5], "specifi": [0, 3, 7], "speed": [0, 1, 5], "speedi": 1, "squar": [0, 3], "square_dist": 6, "stage": 7, "standard": [0, 2, 3], "start": [0, 6, 7], "static": [0, 7], "step": 7, "still": [0, 3, 5], "storag": 0, "storage_opt": 0, "store": [0, 3, 5, 7], "str": 0, "strictli": [6, 7], "string": [0, 3, 5], "stringio": 5, "structur": [0, 5], "style": 1, "subclass": 3, "subsequ": 5, "subset": 7, "subspac": [0, 5], "substanti": 5, "suit": [2, 5], "sum": 5, "summar": 7, "support": 6, "suppos": 5, "sure": [0, 3], "swap": 5, "sy": 5, "sym": 5, "sym_in": 5, "sym_out": 5, "synchron": 0, "system": [0, 1, 5, 6, 7], "systemat": 1, "t": [1, 3, 5, 7], "tabl": [0, 5, 6, 7], "tabular": [5, 7], "tag": 0, "take": [5, 7], "taken": [0, 3, 5, 6, 7], "talli": 0, "target": [0, 5], "target_context": 5, "task": 0, "taz": [5, 6, 7], "tazpandasindexpandasindex": 7, "tbl": 0, "tell": [5, 6, 7], "temporari": 0, "tenur": [5, 7], "term": [5, 7], "termin": 7, "terminologi": 0, "test": [1, 3, 5, 7], "than": [0, 3, 5, 7], "thei": [0, 3, 5, 7], "them": [0, 3, 5, 6, 7], "theori": 5, "thi": [0, 1, 2, 3, 5, 6, 7], "third": 0, "those": [0, 2, 3, 5, 6, 7], "though": [3, 5], "thousand": 3, "thread": 0, "three": [0, 5, 7], "through": [0, 2, 5, 6], "throughout": 2, "time": [0, 1, 2, 3, 5, 6, 7], "time_period": [0, 3, 5, 6, 7], "time_period_sep": 0, "time_periodpandasindexpandasindex": [3, 5, 6, 7], "timedelta": 0, "tini": [0, 3, 5, 7], "tmp": 5, "to_panda": 3, "to_shared_memori": 0, "togeth": [2, 6], "too": [5, 7], "tool": [1, 2, 3], "top": [0, 3, 5], "topologi": 7, "total": [3, 5], "tothh": 7, "totpop": 7, "tour": [5, 7], "tour_by_dest": 5, "touridx": [5, 7], "touridxpandasindexpandasindex": 5, "tours_2": 5, "toward": 1, "traceback": 5, "tradit": 6, "transfer": [1, 3], "transform": [0, 6], "transit": [3, 5], "transpar": 3, "transport": [3, 5, 7], "travel": [1, 3, 5, 7], "treat": [0, 5], "tree": [0, 3, 6, 7], "tree1": 3, "tree_2": 5, "tree_enc": 3, "tree_unord": 7, "trigger": [0, 5], "trim": 5, "trip": [3, 6], "true": [0, 3, 5, 6, 7], "truthi": [0, 5], "try": [0, 3, 5, 7], "tupl": [0, 5, 7], "turn": 0, "two": [0, 3, 5, 6, 7], "typabl": 0, "type": [0, 3, 5, 6, 7], "type_list": 5, "typeddict": 5, "typefloat64shap": 6, "typic": [0, 5, 7], "u": [2, 5, 7], "u2": [3, 5, 6, 7], "u26": 7, "u4": 3, "ufunc": 5, "ufuncbuild": 5, "uint8": 3, "uint80": 3, "uint8112": 3, "unavail": 5, "under": [0, 1, 2], "underli": [0, 1, 3, 5, 7], "underscor": 0, "understand": 1, "unencod": 3, "unexplain": 0, "unfortun": 0, "unicod": 7, "uniform": 5, "uniqu": [0, 3, 5, 7], "unit": [0, 2], "unittyp": [5, 7], "univers": 3, "unless": 0, "unlik": [6, 7], "unneed": 0, "unravel": 5, "until": 0, "unusu": 3, "up": [0, 3, 5, 7], "upon": 0, "upper": [5, 6], "uppercas": 7, "upstream": 5, "us": [0, 1, 2, 3, 4, 5, 7], "usag": [0, 3], "use_cftim": 0, "user": [1, 2, 3, 5], "userwarn": 5, "usual": [5, 6], "util": [0, 1, 5], "utility_co": 5, "v6": 5, "valid": 0, "valu": [0, 1, 3, 5, 7], "valueerror": 0, "vari": 3, "variabl": [0, 3, 5, 6, 7], "varib": 5, "variou": [0, 3, 5, 7], "vast": 3, "ve": [3, 5, 7], "veri": [1, 3, 5], "verifi": [2, 5], "version": [1, 3, 5], "via": 2, "w": 0, "w1": 3, "w2": 3, "w3": 3, "wa": [0, 1, 5], "wai": 0, "wait": [3, 5], "walk": [5, 6], "walkthrough": [3, 5, 7], "wall": 5, "want": [3, 5, 7], "warn": [0, 5], "we": [2, 3, 5, 6, 7], "week": [5, 7], "well": [5, 7], "were": [0, 3, 5], "when": [0, 3, 5, 6, 7], "whenc": 0, "where": [0, 3, 6], "whether": 0, "which": [0, 3, 5, 6, 7], "while": [1, 3, 5], "whole": [0, 5], "wide": 1, "wide_flow": 5, "wide_logsum": 5, "wide_tre": 5, "width": 0, "window": 1, "with_root_node_nam": 0, "within": 0, "without": [0, 2, 3, 5, 6], "wlk_com_drv_board": [3, 5, 6, 7], "wlk_com_drv_ddist": [3, 5, 6, 7], "wlk_com_drv_dtim": [3, 5, 6, 7], "wlk_com_drv_far": [3, 5, 6, 7], "wlk_com_drv_iwait": [3, 5, 6, 7], "wlk_com_drv_keyivt": [3, 5, 6, 7], "wlk_com_drv_totivt": [3, 5, 6, 7], "wlk_com_drv_wait": [3, 5, 6, 7], "wlk_com_drv_waux": [3, 5, 6, 7], "wlk_com_drv_xwait": [3, 5, 6, 7], "wlk_com_wlk_board": [3, 5, 6, 7], "wlk_com_wlk_far": [3, 5, 6, 7], "wlk_com_wlk_iwait": [3, 5, 6, 7], "wlk_com_wlk_keyivt": [3, 5, 6, 7], "wlk_com_wlk_totivt": [3, 5, 6, 7], "wlk_com_wlk_wait": [3, 5, 6, 7], "wlk_com_wlk_waux": [3, 5, 6, 7], "wlk_com_wlk_xwait": [3, 5, 6, 7], "wlk_exp_drv_board": [3, 5, 6, 7], "wlk_exp_drv_ddist": [3, 5, 6, 7], "wlk_exp_drv_dtim": [3, 5, 6, 7], "wlk_exp_drv_far": [3, 5, 6, 7], "wlk_exp_drv_iwait": [3, 5, 6, 7], "wlk_exp_drv_keyivt": [3, 5, 6, 7], "wlk_exp_drv_totivt": [3, 5, 6, 7], "wlk_exp_drv_wait": [3, 5, 6, 7], "wlk_exp_drv_waux": [3, 5, 6, 7], "wlk_exp_drv_xwait": [3, 5, 6, 7], "wlk_exp_wlk_board": [3, 5, 6, 7], "wlk_exp_wlk_far": [3, 5, 6, 7], "wlk_exp_wlk_iwait": [3, 5, 6, 7], "wlk_exp_wlk_keyivt": [3, 5, 6, 7], "wlk_exp_wlk_totivt": [3, 5, 6, 7], "wlk_exp_wlk_wait": [3, 5, 6, 7], "wlk_exp_wlk_waux": [3, 5, 6, 7], "wlk_exp_wlk_xwait": [3, 5, 6, 7], "wlk_hvy_drv_board": [3, 5, 6, 7], "wlk_hvy_drv_ddist": [3, 5, 6, 7], "wlk_hvy_drv_dtim": [3, 5, 6, 7], "wlk_hvy_drv_far": [3, 5, 6, 7], "wlk_hvy_drv_iwait": [3, 5, 6, 7], "wlk_hvy_drv_keyivt": [3, 5, 6, 7], "wlk_hvy_drv_totivt": [3, 5, 6, 7], "wlk_hvy_drv_wait": [3, 5, 6, 7], "wlk_hvy_drv_waux": [3, 5, 6, 7], "wlk_hvy_drv_xwait": [3, 5, 6, 7], "wlk_hvy_wlk_board": [3, 5, 6, 7], "wlk_hvy_wlk_far": [3, 5, 6, 7], "wlk_hvy_wlk_iwait": [3, 5, 6, 7], "wlk_hvy_wlk_keyivt": [3, 5, 6, 7], "wlk_hvy_wlk_totivt": [3, 5, 6, 7], "wlk_hvy_wlk_wait": [3, 5, 6, 7], "wlk_hvy_wlk_waux": [3, 5, 6, 7], "wlk_hvy_wlk_xwait": [3, 5, 6, 7], "wlk_loc_drv_board": [3, 5, 6, 7], "wlk_loc_drv_ddist": [3, 5, 6, 7], "wlk_loc_drv_dtim": [3, 5, 6, 7], "wlk_loc_drv_far": [3, 5, 6, 7], "wlk_loc_drv_iwait": [3, 5, 6, 7], "wlk_loc_drv_totivt": [3, 5, 6, 7], "wlk_loc_drv_wait": [3, 5, 6, 7], "wlk_loc_drv_waux": [3, 5, 6, 7], "wlk_loc_drv_xwait": [3, 5, 6, 7], "wlk_loc_wlk_board": [3, 5, 6, 7], "wlk_loc_wlk_far": [3, 5, 6, 7], "wlk_loc_wlk_i": 5, "wlk_loc_wlk_iwait": [3, 5, 6, 7], "wlk_loc_wlk_totivt": [3, 5, 6, 7], "wlk_loc_wlk_wait": [3, 5, 6, 7], "wlk_loc_wlk_waux": [3, 5, 6, 7], "wlk_loc_wlk_xwait": [3, 5, 6, 7], "wlk_lrf_drv_board": [3, 5, 6, 7], "wlk_lrf_drv_ddist": [3, 5, 6, 7], "wlk_lrf_drv_dtim": [3, 5, 6, 7], "wlk_lrf_drv_far": [3, 5, 6, 7], "wlk_lrf_drv_ferryivt": [3, 5, 6, 7], "wlk_lrf_drv_iwait": [3, 5, 6, 7], "wlk_lrf_drv_keyivt": [3, 5, 6, 7], "wlk_lrf_drv_totivt": [3, 5, 6, 7], "wlk_lrf_drv_wait": [3, 5, 6, 7], "wlk_lrf_drv_waux": [3, 5, 6, 7], "wlk_lrf_drv_xwait": [3, 5, 6, 7], "wlk_lrf_wlk_board": [3, 5, 6, 7], "wlk_lrf_wlk_far": [3, 5, 6, 7], "wlk_lrf_wlk_ferryivt": [3, 5, 6, 7], "wlk_lrf_wlk_iwait": [3, 5, 6, 7], "wlk_lrf_wlk_keyivt": [3, 5, 6, 7], "wlk_lrf_wlk_totivt": [3, 5, 6, 7], "wlk_lrf_wlk_wait": [3, 5, 6, 7], "wlk_lrf_wlk_waux": [3, 5, 6, 7], "wlk_lrf_wlk_xwait": [3, 5, 6, 7], "wlk_trn_wlk_ivt": [3, 5, 6, 7], "wlk_trn_wlk_iwait": [3, 5, 6, 7], "wlk_trn_wlk_wacc": [3, 5, 6, 7], "wlk_trn_wlk_waux": [3, 5, 6, 7], "wlk_trn_wlk_wegr": [3, 5, 6, 7], "wlk_trn_wlk_xwait": [3, 5, 6, 7], "wlwfare_enc": 3, "won": 1, "work": [0, 1, 3, 5, 6, 7], "worker": 7, "workerid": 7, "workeridpandasindexpandasindex": 7, "workplac": 7, "would": [3, 5], "wrap": 5, "wrapcl": 5, "wrapper": 5, "wrapper_nam": 5, "wrapperlib": 5, "write": [0, 5, 7], "write_hash_audit": 0, "written": 5, "x": [0, 3, 5], "x1": 3, "x2": 3, "x27": [3, 5, 6, 7], "xarrai": [0, 1, 2, 3, 5, 6, 7], "xi": 3, "xr": [3, 5, 7], "y": 0, "yaml": 5, "yet": 7, "yield": 7, "yml": 2, "you": [0, 2, 3, 5, 7], "your": 5, "zarr": 0, "zero": [0, 5, 6, 7], "zone": [5, 6, 7], "\u00b5": 5}, "titles": ["API Reference", "sharrow", "Getting Started", "Data Encoding", "User Guide", "Sharrow Basics", "Using Sparse MAZ Skims", "Multi-Dimensional Analysis"], "titleterms": {"access": 7, "activitysim": 1, "analysi": 7, "api": 0, "attribut": 0, "basic": 5, "batch": 5, "build": 2, "categor": 3, "code": 2, "constructor": 0, "conveni": 0, "creat": 7, "data": [3, 5, 7], "dataset": 0, "datatre": [0, 7], "defin": 7, "dict": 3, "dictionari": 3, "digit": 0, "dimension": 7, "document": 2, "dot": 0, "dtype": 3, "dynam": 7, "edit": 0, "encod": [0, 3], "exampl": [3, 5, 7], "file": 5, "fix": 3, "flow": [0, 5, 7], "format": 2, "function": [5, 7], "get": 2, "gotcha": 7, "guid": 4, "histori": 1, "iat": 6, "index": 0, "instal": 2, "iter": 7, "joint": 3, "licens": 1, "linear": [5, 7], "load": 0, "logit": [0, 5, 7], "logsum": 7, "maz": 6, "memori": 0, "multi": 7, "multinomi": [5, 7], "nest": 5, "panda": 3, "paramet": [5, 7], "point": 3, "refer": 0, "relationship": 0, "setup": 0, "share": 0, "sharrow": [1, 5], "simul": [5, 7], "skim": 6, "spars": 6, "spec": 5, "start": 2, "test": 2, "tree": 5, "us": 6, "user": 4}}) \ No newline at end of file diff --git a/walkthrough/encoding.html b/walkthrough/encoding.html index 5932d86..c665b17 100644 --- a/walkthrough/encoding.html +++ b/walkthrough/encoding.html @@ -8,7 +8,7 @@ - Data Encoding — v2.9.0 + Data Encoding — v2.9.1 @@ -154,8 +154,8 @@ - v2.9.0 - Home - + v2.9.1 - Home + @@ -414,7 +414,7 @@

Data Encoding -
'2.9.0'
+
'2.9.1'
 
@@ -819,9 +819,9 @@

Example Data @@ -876,7 +876,7 @@

Example Data @@ -931,7 +931,7 @@

Example Data @@ -986,7 +986,7 @@

Example Data @@ -1064,7 +1064,7 @@

Example Data @@ -1142,7 +1142,7 @@

Example Data @@ -1220,7 +1220,7 @@

Example Data @@ -1298,7 +1298,7 @@

Example Data @@ -1376,7 +1376,7 @@

Example Data @@ -1454,7 +1454,7 @@

Example Data @@ -1532,7 +1532,7 @@

Example Data @@ -1610,7 +1610,7 @@

Example Data @@ -1688,7 +1688,7 @@

Example Data @@ -1766,7 +1766,7 @@

Example Data @@ -1844,7 +1844,7 @@

Example Data @@ -1922,7 +1922,7 @@

Example Data @@ -2000,7 +2000,7 @@

Example Data @@ -2078,7 +2078,7 @@

Example Data @@ -2156,7 +2156,7 @@

Example Data @@ -2234,7 +2234,7 @@

Example Data @@ -2312,7 +2312,7 @@

Example Data @@ -2390,7 +2390,7 @@

Example Data @@ -2468,7 +2468,7 @@

Example Data @@ -2546,7 +2546,7 @@

Example Data @@ -2624,7 +2624,7 @@

Example Data @@ -2702,7 +2702,7 @@

Example Data @@ -2780,7 +2780,7 @@

Example Data @@ -2858,7 +2858,7 @@

Example Data @@ -2936,7 +2936,7 @@

Example Data @@ -3014,7 +3014,7 @@

Example Data @@ -3092,7 +3092,7 @@

Example Data @@ -3170,7 +3170,7 @@

Example Data @@ -3248,7 +3248,7 @@

Example Data @@ -3326,7 +3326,7 @@

Example Data @@ -3404,7 +3404,7 @@

Example Data @@ -3482,7 +3482,7 @@

Example Data @@ -3560,7 +3560,7 @@

Example Data @@ -3638,7 +3638,7 @@

Example Data @@ -3716,7 +3716,7 @@

Example Data @@ -3794,7 +3794,7 @@

Example Data @@ -3872,7 +3872,7 @@

Example Data @@ -3950,7 +3950,7 @@

Example Data @@ -4028,7 +4028,7 @@

Example Data @@ -4106,7 +4106,7 @@

Example Data @@ -4184,7 +4184,7 @@

Example Data @@ -4262,7 +4262,7 @@

Example Data @@ -4340,7 +4340,7 @@

Example Data @@ -4418,7 +4418,7 @@

Example Data @@ -4496,7 +4496,7 @@

Example Data @@ -4574,7 +4574,7 @@

Example Data @@ -4652,7 +4652,7 @@

Example Data @@ -4730,7 +4730,7 @@

Example Data @@ -4808,7 +4808,7 @@

Example Data @@ -4886,7 +4886,7 @@

Example Data @@ -4964,7 +4964,7 @@

Example Data @@ -5042,7 +5042,7 @@

Example Data @@ -5120,7 +5120,7 @@

Example Data @@ -5198,7 +5198,7 @@

Example Data @@ -5276,7 +5276,7 @@

Example Data @@ -5354,7 +5354,7 @@

Example Data @@ -5432,7 +5432,7 @@

Example Data @@ -5510,7 +5510,7 @@

Example Data @@ -5588,7 +5588,7 @@

Example Data @@ -5666,7 +5666,7 @@

Example Data @@ -5744,7 +5744,7 @@

Example Data @@ -5822,7 +5822,7 @@

Example Data @@ -5900,7 +5900,7 @@

Example Data @@ -5978,7 +5978,7 @@

Example Data @@ -6056,7 +6056,7 @@

Example Data @@ -6134,7 +6134,7 @@

Example Data @@ -6212,7 +6212,7 @@

Example Data @@ -6290,7 +6290,7 @@

Example Data @@ -6368,7 +6368,7 @@

Example Data @@ -6446,7 +6446,7 @@

Example Data @@ -6524,7 +6524,7 @@

Example Data @@ -6602,7 +6602,7 @@

Example Data @@ -6680,7 +6680,7 @@

Example Data @@ -6758,7 +6758,7 @@

Example Data @@ -6836,7 +6836,7 @@

Example Data @@ -6914,7 +6914,7 @@

Example Data @@ -6992,7 +6992,7 @@

Example Data @@ -7070,7 +7070,7 @@

Example Data @@ -7148,7 +7148,7 @@

Example Data @@ -7226,7 +7226,7 @@

Example Data @@ -7304,7 +7304,7 @@

Example Data @@ -7382,7 +7382,7 @@

Example Data @@ -7460,7 +7460,7 @@

Example Data @@ -7538,7 +7538,7 @@

Example Data @@ -7616,7 +7616,7 @@

Example Data @@ -7694,7 +7694,7 @@

Example Data @@ -7772,7 +7772,7 @@

Example Data @@ -7850,7 +7850,7 @@

Example Data @@ -7928,7 +7928,7 @@

Example Data @@ -8006,7 +8006,7 @@

Example Data @@ -8084,7 +8084,7 @@

Example Data @@ -8162,7 +8162,7 @@

Example Data @@ -8240,7 +8240,7 @@

Example Data @@ -8318,7 +8318,7 @@

Example Data @@ -8396,7 +8396,7 @@

Example Data @@ -8474,7 +8474,7 @@

Example Data @@ -8552,7 +8552,7 @@

Example Data @@ -8630,7 +8630,7 @@

Example Data @@ -8708,7 +8708,7 @@

Example Data @@ -8786,7 +8786,7 @@

Example Data @@ -8864,7 +8864,7 @@

Example Data @@ -8942,7 +8942,7 @@

Example Data @@ -9020,7 +9020,7 @@

Example Data @@ -9098,7 +9098,7 @@

Example Data @@ -9176,7 +9176,7 @@

Example Data @@ -9254,7 +9254,7 @@

Example Data @@ -9332,7 +9332,7 @@

Example Data @@ -9410,7 +9410,7 @@

Example Data @@ -9488,7 +9488,7 @@

Example Data @@ -9566,7 +9566,7 @@

Example Data @@ -9644,7 +9644,7 @@

Example Data @@ -9722,7 +9722,7 @@

Example Data @@ -9800,7 +9800,7 @@

Example Data @@ -9878,7 +9878,7 @@

Example Data @@ -9956,7 +9956,7 @@

Example Data @@ -10034,7 +10034,7 @@

Example Data @@ -10112,7 +10112,7 @@

Example Data @@ -10190,7 +10190,7 @@

Example Data @@ -10268,7 +10268,7 @@

Example Data @@ -10346,7 +10346,7 @@

Example Data @@ -10424,7 +10424,7 @@

Example Data @@ -10502,7 +10502,7 @@

Example Data @@ -10580,7 +10580,7 @@

Example Data @@ -10658,7 +10658,7 @@

Example Data @@ -10736,7 +10736,7 @@

Example Data @@ -10814,7 +10814,7 @@

Example Data @@ -10892,7 +10892,7 @@

Example Data @@ -10970,7 +10970,7 @@

Example Data @@ -11048,7 +11048,7 @@

Example Data @@ -11126,7 +11126,7 @@

Example Data @@ -11204,7 +11204,7 @@

Example Data @@ -11282,7 +11282,7 @@

Example Data @@ -11360,7 +11360,7 @@

Example Data @@ -11438,7 +11438,7 @@

Example Data @@ -11516,7 +11516,7 @@

Example Data @@ -11594,7 +11594,7 @@

Example Data @@ -11672,7 +11672,7 @@

Example Data @@ -11750,7 +11750,7 @@

Example Data @@ -11828,7 +11828,7 @@

Example Data @@ -11906,7 +11906,7 @@

Example Data @@ -11984,7 +11984,7 @@

Example Data @@ -12062,7 +12062,7 @@

Example Data @@ -12140,7 +12140,7 @@

Example Data @@ -12218,7 +12218,7 @@

Example Data @@ -12296,7 +12296,7 @@

Example Data @@ -12374,7 +12374,7 @@

Example Data @@ -12452,7 +12452,7 @@

Example Data @@ -12530,7 +12530,7 @@

Example Data @@ -12608,7 +12608,7 @@

Example Data @@ -12686,7 +12686,7 @@

Example Data @@ -12764,7 +12764,7 @@

Example Data @@ -12842,7 +12842,7 @@

Example Data @@ -12920,7 +12920,7 @@

Example Data @@ -12998,7 +12998,7 @@

Example Data @@ -13076,7 +13076,7 @@

Example Data @@ -13154,7 +13154,7 @@

Example Data @@ -13232,7 +13232,7 @@

Example Data @@ -13310,7 +13310,7 @@

Example Data @@ -13388,7 +13388,7 @@

Example Data @@ -13466,7 +13466,7 @@

Example Data @@ -13544,7 +13544,7 @@

Example Data @@ -13622,7 +13622,7 @@

Example Data @@ -13700,7 +13700,7 @@

Example Data @@ -13778,7 +13778,7 @@

Example Data @@ -13856,7 +13856,7 @@

Example Data @@ -13934,7 +13934,7 @@

Example Data @@ -14012,11 +14012,11 @@

Example Dataxarray.Dataset format to work with data, individual variables in each Dataset can be encoded in different data types. @@ -14702,7 +14702,7 @@

Dictionary Encoding @@ -15186,9 +15186,9 @@

Joint Dict Encoding @@ -15243,7 +15243,7 @@

Joint Dict Encoding @@ -15321,7 +15321,7 @@

Joint Dict Encoding @@ -15399,7 +15399,7 @@

Joint Dict Encoding @@ -15477,7 +15477,7 @@

Joint Dict Encoding @@ -15555,7 +15555,7 @@

Joint Dict Encoding @@ -15633,7 +15633,7 @@

Joint Dict Encoding @@ -15711,7 +15711,7 @@

Joint Dict Encoding @@ -15789,7 +15789,7 @@

Joint Dict Encoding @@ -15867,7 +15867,7 @@

Joint Dict Encoding @@ -15945,7 +15945,7 @@

Joint Dict Encoding @@ -16023,7 +16023,7 @@

Joint Dict Encoding @@ -16101,7 +16101,7 @@

Joint Dict Encoding @@ -16179,7 +16179,7 @@

Joint Dict Encoding @@ -16257,7 +16257,7 @@

Joint Dict Encoding @@ -16335,7 +16335,7 @@

Joint Dict Encoding @@ -16413,7 +16413,7 @@

Joint Dict Encoding @@ -16491,7 +16491,7 @@

Joint Dict Encoding @@ -16569,7 +16569,7 @@

Joint Dict Encoding @@ -16647,7 +16647,7 @@

Joint Dict Encoding @@ -16725,7 +16725,7 @@

Joint Dict Encoding @@ -16803,7 +16803,7 @@

Joint Dict Encoding @@ -16881,7 +16881,7 @@

Joint Dict Encoding @@ -16959,7 +16959,7 @@

Joint Dict Encoding @@ -17037,7 +17037,7 @@

Joint Dict Encoding @@ -17115,7 +17115,7 @@

Joint Dict Encoding @@ -17193,7 +17193,7 @@

Joint Dict Encoding @@ -17271,7 +17271,7 @@

Joint Dict Encoding @@ -17349,7 +17349,7 @@

Joint Dict Encoding @@ -17427,7 +17427,7 @@

Joint Dict Encoding @@ -17505,7 +17505,7 @@

Joint Dict Encoding @@ -17583,7 +17583,7 @@

Joint Dict Encoding @@ -17661,7 +17661,7 @@

Joint Dict Encoding @@ -17739,7 +17739,7 @@

Joint Dict Encoding @@ -17817,7 +17817,7 @@

Joint Dict Encoding @@ -17895,7 +17895,7 @@

Joint Dict Encoding @@ -17973,7 +17973,7 @@

Joint Dict Encoding @@ -18051,7 +18051,7 @@

Joint Dict Encoding @@ -18129,7 +18129,7 @@

Joint Dict Encoding @@ -18207,7 +18207,7 @@

Joint Dict Encoding @@ -18285,7 +18285,7 @@

Joint Dict Encoding @@ -18363,7 +18363,7 @@

Joint Dict Encoding @@ -18441,7 +18441,7 @@

Joint Dict Encoding @@ -18519,7 +18519,7 @@

Joint Dict Encoding @@ -18597,7 +18597,7 @@

Joint Dict Encoding @@ -18675,7 +18675,7 @@

Joint Dict Encoding @@ -18753,7 +18753,7 @@

Joint Dict Encoding @@ -18831,7 +18831,7 @@

Joint Dict Encoding @@ -18909,7 +18909,7 @@

Joint Dict Encoding @@ -18987,7 +18987,7 @@

Joint Dict Encoding @@ -19065,7 +19065,7 @@

Joint Dict Encoding @@ -19143,7 +19143,7 @@

Joint Dict Encoding @@ -19221,7 +19221,7 @@

Joint Dict Encoding @@ -19299,7 +19299,7 @@

Joint Dict Encoding @@ -19377,7 +19377,7 @@

Joint Dict Encoding @@ -19455,7 +19455,7 @@

Joint Dict Encoding @@ -19533,7 +19533,7 @@

Joint Dict Encoding @@ -19611,7 +19611,7 @@

Joint Dict Encoding @@ -19689,7 +19689,7 @@

Joint Dict Encoding @@ -19767,7 +19767,7 @@

Joint Dict Encoding @@ -19845,7 +19845,7 @@

Joint Dict Encoding @@ -19923,7 +19923,7 @@

Joint Dict Encoding @@ -20001,7 +20001,7 @@

Joint Dict Encoding @@ -20079,7 +20079,7 @@

Joint Dict Encoding @@ -20157,7 +20157,7 @@

Joint Dict Encoding @@ -20235,7 +20235,7 @@

Joint Dict Encoding @@ -20313,7 +20313,7 @@

Joint Dict Encoding @@ -20391,7 +20391,7 @@

Joint Dict Encoding @@ -20469,7 +20469,7 @@

Joint Dict Encoding @@ -20547,7 +20547,7 @@

Joint Dict Encoding @@ -20625,7 +20625,7 @@

Joint Dict Encoding @@ -20703,7 +20703,7 @@

Joint Dict Encoding @@ -20781,7 +20781,7 @@

Joint Dict Encoding @@ -20859,7 +20859,7 @@

Joint Dict Encoding @@ -20937,7 +20937,7 @@

Joint Dict Encoding @@ -21015,7 +21015,7 @@

Joint Dict Encoding @@ -21093,7 +21093,7 @@

Joint Dict Encoding @@ -21171,7 +21171,7 @@

Joint Dict Encoding @@ -21249,7 +21249,7 @@

Joint Dict Encoding @@ -21327,7 +21327,7 @@

Joint Dict Encoding @@ -21405,7 +21405,7 @@

Joint Dict Encoding @@ -21483,7 +21483,7 @@

Joint Dict Encoding @@ -21561,7 +21561,7 @@

Joint Dict Encoding @@ -21639,7 +21639,7 @@

Joint Dict Encoding @@ -21717,7 +21717,7 @@

Joint Dict Encoding @@ -21795,7 +21795,7 @@

Joint Dict Encoding @@ -21873,7 +21873,7 @@

Joint Dict Encoding @@ -21951,7 +21951,7 @@

Joint Dict Encoding @@ -22029,7 +22029,7 @@

Joint Dict Encoding @@ -22107,7 +22107,7 @@

Joint Dict Encoding @@ -22185,7 +22185,7 @@

Joint Dict Encoding @@ -22263,7 +22263,7 @@

Joint Dict Encoding @@ -22341,7 +22341,7 @@

Joint Dict Encoding @@ -22419,7 +22419,7 @@

Joint Dict Encoding @@ -22497,7 +22497,7 @@

Joint Dict Encoding @@ -22575,7 +22575,7 @@

Joint Dict Encoding @@ -22653,7 +22653,7 @@

Joint Dict Encoding @@ -22731,7 +22731,7 @@

Joint Dict Encoding @@ -22809,7 +22809,7 @@

Joint Dict Encoding @@ -22887,7 +22887,7 @@

Joint Dict Encoding @@ -22965,7 +22965,7 @@

Joint Dict Encoding @@ -23043,7 +23043,7 @@

Joint Dict Encoding @@ -23121,7 +23121,7 @@

Joint Dict Encoding @@ -23199,7 +23199,7 @@

Joint Dict Encoding @@ -23277,7 +23277,7 @@

Joint Dict Encoding @@ -23355,7 +23355,7 @@

Joint Dict Encoding @@ -23433,7 +23433,7 @@

Joint Dict Encoding @@ -23511,7 +23511,7 @@

Joint Dict Encoding @@ -23589,7 +23589,7 @@

Joint Dict Encoding @@ -23667,7 +23667,7 @@

Joint Dict Encoding @@ -23745,7 +23745,7 @@

Joint Dict Encoding @@ -23823,7 +23823,7 @@

Joint Dict Encoding @@ -23901,7 +23901,7 @@

Joint Dict Encoding @@ -23979,7 +23979,7 @@

Joint Dict Encoding @@ -24057,7 +24057,7 @@

Joint Dict Encoding @@ -24135,7 +24135,7 @@

Joint Dict Encoding @@ -24213,7 +24213,7 @@

Joint Dict Encoding @@ -24291,7 +24291,7 @@

Joint Dict Encoding @@ -24369,7 +24369,7 @@

Joint Dict Encoding @@ -24447,7 +24447,7 @@

Joint Dict Encoding @@ -24525,7 +24525,7 @@

Joint Dict Encoding @@ -24603,7 +24603,7 @@

Joint Dict Encoding @@ -24681,7 +24681,7 @@

Joint Dict Encoding @@ -24759,7 +24759,7 @@

Joint Dict Encoding @@ -24837,7 +24837,7 @@

Joint Dict Encoding @@ -24915,7 +24915,7 @@

Joint Dict Encoding @@ -24993,7 +24993,7 @@

Joint Dict Encoding @@ -25071,7 +25071,7 @@

Joint Dict Encoding @@ -25149,7 +25149,7 @@

Joint Dict Encoding @@ -25227,7 +25227,7 @@

Joint Dict Encoding @@ -25305,7 +25305,7 @@

Joint Dict Encoding @@ -25383,7 +25383,7 @@

Joint Dict Encoding @@ -25461,7 +25461,7 @@

Joint Dict Encoding @@ -25539,7 +25539,7 @@

Joint Dict Encoding @@ -25617,7 +25617,7 @@

Joint Dict Encoding @@ -25695,7 +25695,7 @@

Joint Dict Encoding @@ -25773,7 +25773,7 @@

Joint Dict Encoding @@ -25851,7 +25851,7 @@

Joint Dict Encoding @@ -25929,7 +25929,7 @@

Joint Dict Encoding @@ -26007,7 +26007,7 @@

Joint Dict Encoding @@ -26085,7 +26085,7 @@

Joint Dict Encoding @@ -26163,7 +26163,7 @@

Joint Dict Encoding @@ -26241,7 +26241,7 @@

Joint Dict Encoding @@ -26319,7 +26319,7 @@

Joint Dict Encoding @@ -26397,7 +26397,7 @@

Joint Dict Encoding @@ -26475,7 +26475,7 @@

Joint Dict Encoding @@ -26553,7 +26553,7 @@

Joint Dict Encoding @@ -26631,7 +26631,7 @@

Joint Dict Encoding @@ -26709,7 +26709,7 @@

Joint Dict Encoding @@ -26787,7 +26787,7 @@

Joint Dict Encoding @@ -26865,7 +26865,7 @@

Joint Dict Encoding @@ -26943,7 +26943,7 @@

Joint Dict Encoding @@ -27021,7 +27021,7 @@

Joint Dict Encoding @@ -27099,7 +27099,7 @@

Joint Dict Encoding @@ -27177,7 +27177,7 @@

Joint Dict Encoding @@ -27255,7 +27255,7 @@

Joint Dict Encoding @@ -27333,7 +27333,7 @@

Joint Dict Encoding @@ -27411,7 +27411,7 @@

Joint Dict Encoding @@ -27489,7 +27489,7 @@

Joint Dict Encoding @@ -27567,7 +27567,7 @@

Joint Dict Encoding @@ -27645,7 +27645,7 @@

Joint Dict Encoding @@ -27723,7 +27723,7 @@

Joint Dict Encoding @@ -27801,7 +27801,7 @@

Joint Dict Encodingint8, giving the @@ -29145,23 +29145,23 @@

Pandas Categorical Dtype - User Guide — v2.9.0 + User Guide — v2.9.1 @@ -154,8 +154,8 @@ - v2.9.0 - Home - + v2.9.1 - Home +

diff --git a/walkthrough/one-dim.html b/walkthrough/one-dim.html index 704c931..1e1ee0c 100644 --- a/walkthrough/one-dim.html +++ b/walkthrough/one-dim.html @@ -8,7 +8,7 @@ - Sharrow Basics — v2.9.0 + Sharrow Basics — v2.9.1 @@ -152,8 +152,8 @@ - v2.9.0 - Home - + v2.9.1 - Home + @@ -413,7 +413,7 @@

Sharrow Basics -
'2.9.0'
+
'2.9.1'
 
@@ -1204,9 +1204,9 @@

Example Data @@ -1261,7 +1261,7 @@

Example Data @@ -1316,7 +1316,7 @@

Example Data @@ -1371,7 +1371,7 @@

Example Data @@ -1449,7 +1449,7 @@

Example Data @@ -1527,7 +1527,7 @@

Example Data @@ -1605,7 +1605,7 @@

Example Data @@ -1683,7 +1683,7 @@

Example Data @@ -1761,7 +1761,7 @@

Example Data @@ -1839,7 +1839,7 @@

Example Data @@ -1917,7 +1917,7 @@

Example Data @@ -1995,7 +1995,7 @@

Example Data @@ -2073,7 +2073,7 @@

Example Data @@ -2151,7 +2151,7 @@

Example Data @@ -2229,7 +2229,7 @@

Example Data @@ -2307,7 +2307,7 @@

Example Data @@ -2385,7 +2385,7 @@

Example Data @@ -2463,7 +2463,7 @@

Example Data @@ -2541,7 +2541,7 @@

Example Data @@ -2619,7 +2619,7 @@

Example Data @@ -2697,7 +2697,7 @@

Example Data @@ -2775,7 +2775,7 @@

Example Data @@ -2853,7 +2853,7 @@

Example Data @@ -2931,7 +2931,7 @@

Example Data @@ -3009,7 +3009,7 @@

Example Data @@ -3087,7 +3087,7 @@

Example Data @@ -3165,7 +3165,7 @@

Example Data @@ -3243,7 +3243,7 @@

Example Data @@ -3321,7 +3321,7 @@

Example Data @@ -3399,7 +3399,7 @@

Example Data @@ -3477,7 +3477,7 @@

Example Data @@ -3555,7 +3555,7 @@

Example Data @@ -3633,7 +3633,7 @@

Example Data @@ -3711,7 +3711,7 @@

Example Data @@ -3789,7 +3789,7 @@

Example Data @@ -3867,7 +3867,7 @@

Example Data @@ -3945,7 +3945,7 @@

Example Data @@ -4023,7 +4023,7 @@

Example Data @@ -4101,7 +4101,7 @@

Example Data @@ -4179,7 +4179,7 @@

Example Data @@ -4257,7 +4257,7 @@

Example Data @@ -4335,7 +4335,7 @@

Example Data @@ -4413,7 +4413,7 @@

Example Data @@ -4491,7 +4491,7 @@

Example Data @@ -4569,7 +4569,7 @@

Example Data @@ -4647,7 +4647,7 @@

Example Data @@ -4725,7 +4725,7 @@

Example Data @@ -4803,7 +4803,7 @@

Example Data @@ -4881,7 +4881,7 @@

Example Data @@ -4959,7 +4959,7 @@

Example Data @@ -5037,7 +5037,7 @@

Example Data @@ -5115,7 +5115,7 @@

Example Data @@ -5193,7 +5193,7 @@

Example Data @@ -5271,7 +5271,7 @@

Example Data @@ -5349,7 +5349,7 @@

Example Data @@ -5427,7 +5427,7 @@

Example Data @@ -5505,7 +5505,7 @@

Example Data @@ -5583,7 +5583,7 @@

Example Data @@ -5661,7 +5661,7 @@

Example Data @@ -5739,7 +5739,7 @@

Example Data @@ -5817,7 +5817,7 @@

Example Data @@ -5895,7 +5895,7 @@

Example Data @@ -5973,7 +5973,7 @@

Example Data @@ -6051,7 +6051,7 @@

Example Data @@ -6129,7 +6129,7 @@

Example Data @@ -6207,7 +6207,7 @@

Example Data @@ -6285,7 +6285,7 @@

Example Data @@ -6363,7 +6363,7 @@

Example Data @@ -6441,7 +6441,7 @@

Example Data @@ -6519,7 +6519,7 @@

Example Data @@ -6597,7 +6597,7 @@

Example Data @@ -6675,7 +6675,7 @@

Example Data @@ -6753,7 +6753,7 @@

Example Data @@ -6831,7 +6831,7 @@

Example Data @@ -6909,7 +6909,7 @@

Example Data @@ -6987,7 +6987,7 @@

Example Data @@ -7065,7 +7065,7 @@

Example Data @@ -7143,7 +7143,7 @@

Example Data @@ -7221,7 +7221,7 @@

Example Data @@ -7299,7 +7299,7 @@

Example Data @@ -7377,7 +7377,7 @@

Example Data @@ -7455,7 +7455,7 @@

Example Data @@ -7533,7 +7533,7 @@

Example Data @@ -7611,7 +7611,7 @@

Example Data @@ -7689,7 +7689,7 @@

Example Data @@ -7767,7 +7767,7 @@

Example Data @@ -7845,7 +7845,7 @@

Example Data @@ -7923,7 +7923,7 @@

Example Data @@ -8001,7 +8001,7 @@

Example Data @@ -8079,7 +8079,7 @@

Example Data @@ -8157,7 +8157,7 @@

Example Data @@ -8235,7 +8235,7 @@

Example Data @@ -8313,7 +8313,7 @@

Example Data @@ -8391,7 +8391,7 @@

Example Data @@ -8469,7 +8469,7 @@

Example Data @@ -8547,7 +8547,7 @@

Example Data @@ -8625,7 +8625,7 @@

Example Data @@ -8703,7 +8703,7 @@

Example Data @@ -8781,7 +8781,7 @@

Example Data @@ -8859,7 +8859,7 @@

Example Data @@ -8937,7 +8937,7 @@

Example Data @@ -9015,7 +9015,7 @@

Example Data @@ -9093,7 +9093,7 @@

Example Data @@ -9171,7 +9171,7 @@

Example Data @@ -9249,7 +9249,7 @@

Example Data @@ -9327,7 +9327,7 @@

Example Data @@ -9405,7 +9405,7 @@

Example Data @@ -9483,7 +9483,7 @@

Example Data @@ -9561,7 +9561,7 @@

Example Data @@ -9639,7 +9639,7 @@

Example Data @@ -9717,7 +9717,7 @@

Example Data @@ -9795,7 +9795,7 @@

Example Data @@ -9873,7 +9873,7 @@

Example Data @@ -9951,7 +9951,7 @@

Example Data @@ -10029,7 +10029,7 @@

Example Data @@ -10107,7 +10107,7 @@

Example Data @@ -10185,7 +10185,7 @@

Example Data @@ -10263,7 +10263,7 @@

Example Data @@ -10341,7 +10341,7 @@

Example Data @@ -10419,7 +10419,7 @@

Example Data @@ -10497,7 +10497,7 @@

Example Data @@ -10575,7 +10575,7 @@

Example Data @@ -10653,7 +10653,7 @@

Example Data @@ -10731,7 +10731,7 @@

Example Data @@ -10809,7 +10809,7 @@

Example Data @@ -10887,7 +10887,7 @@

Example Data @@ -10965,7 +10965,7 @@

Example Data @@ -11043,7 +11043,7 @@

Example Data @@ -11121,7 +11121,7 @@

Example Data @@ -11199,7 +11199,7 @@

Example Data @@ -11277,7 +11277,7 @@

Example Data @@ -11355,7 +11355,7 @@

Example Data @@ -11433,7 +11433,7 @@

Example Data @@ -11511,7 +11511,7 @@

Example Data @@ -11589,7 +11589,7 @@

Example Data @@ -11667,7 +11667,7 @@

Example Data @@ -11745,7 +11745,7 @@

Example Data @@ -11823,7 +11823,7 @@

Example Data @@ -11901,7 +11901,7 @@

Example Data @@ -11979,7 +11979,7 @@

Example Data @@ -12057,7 +12057,7 @@

Example Data @@ -12135,7 +12135,7 @@

Example Data @@ -12213,7 +12213,7 @@

Example Data @@ -12291,7 +12291,7 @@

Example Data @@ -12369,7 +12369,7 @@

Example Data @@ -12447,7 +12447,7 @@

Example Data @@ -12525,7 +12525,7 @@

Example Data @@ -12603,7 +12603,7 @@

Example Data @@ -12681,7 +12681,7 @@

Example Data @@ -12759,7 +12759,7 @@

Example Data @@ -12837,7 +12837,7 @@

Example Data @@ -12915,7 +12915,7 @@

Example Data @@ -12993,7 +12993,7 @@

Example Data @@ -13071,7 +13071,7 @@

Example Data @@ -13149,7 +13149,7 @@

Example Data @@ -13227,7 +13227,7 @@

Example Data @@ -13305,7 +13305,7 @@

Example Data @@ -13383,7 +13383,7 @@

Example Data @@ -13461,7 +13461,7 @@

Example Data @@ -13539,7 +13539,7 @@

Example Data @@ -13617,7 +13617,7 @@

Example Data @@ -13695,7 +13695,7 @@

Example Data @@ -13773,7 +13773,7 @@

Example Data @@ -13851,7 +13851,7 @@

Example Data @@ -13929,7 +13929,7 @@

Example Data @@ -14007,7 +14007,7 @@

Example Data @@ -14085,7 +14085,7 @@

Example Data @@ -14163,7 +14163,7 @@

Example Data @@ -14241,7 +14241,7 @@

Example Data @@ -14319,7 +14319,7 @@

Example Data @@ -14397,11 +14397,11 @@

Example Data -
-
CPU times: user 2.65 s, sys: 35.2 ms, total: 2.68 s
-Wall time: 2.67 s
+
CPU times: user 2.52 s, sys: 36.2 ms, total: 2.55 s
+Wall time: 2.53 s
 
-
CPU times: user 41.4 ms, sys: 3.9 ms, total: 45.3 ms
-Wall time: 17.2 ms
+
CPU times: user 27.8 ms, sys: 0 ns, total: 27.8 ms
+Wall time: 12.9 ms
 
-
-
CPU times: user 29.9 ms, sys: 0 ns, total: 29.9 ms
-Wall time: 13.8 ms
+
CPU times: user 30.8 ms, sys: 0 ns, total: 30.8 ms
+Wall time: 12.8 ms
 
array([[ 6.5299997,  9.7043   ,  4.3533   ,  0.       ,  1.       ],
@@ -15443,8 +15443,8 @@ 

Linear-in-Parameters Functions -
CPU times: user 1.8 s, sys: 0 ns, total: 1.8 s
-Wall time: 1.54 s
+
CPU times: user 1.77 s, sys: 267 µs, total: 1.77 s
+Wall time: 1.48 s
 
array([[-0.12595999, -0.4       , -0.83752644],
@@ -15487,8 +15487,8 @@ 

Linear-in-Parameters Functions -
CPU times: user 124 ms, sys: 0 ns, total: 124 ms
-Wall time: 31.2 ms
+
CPU times: user 150 ms, sys: 0 ns, total: 150 ms
+Wall time: 36.2 ms
 
array([[-0.087502  , -0.4       , -0.73837185],
@@ -15884,16 +15884,16 @@ 

Linear-in-Parameters Functions @@ -16330,8 +16330,8 @@

Multinomial Logit Simulation -
CPU times: user 51.9 ms, sys: 0 ns, total: 51.9 ms
-Wall time: 17.3 ms
+
CPU times: user 60.6 ms, sys: 3.93 ms, total: 64.5 ms
+Wall time: 17.8 ms
 
@@ -16354,8 +16354,8 @@

Multinomial Logit Simulation -
CPU times: user 63.7 ms, sys: 0 ns, total: 63.7 ms
-Wall time: 18.7 ms
+
CPU times: user 66 ms, sys: 0 ns, total: 66 ms
+Wall time: 18.6 ms
 
@@ -16747,12 +16747,12 @@

Multinomial Logit Simulation @@ -16853,82 +16853,10 @@

Nested Logit Simulation 758 def model_co_slots(data_provider: Dataset, model: _BaseModel, dtype=np.float64): 759 len_co = sum(len(_) for _ in model.utility_co.values()) -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/decorators.py:203, in guvectorize.<locals>.wrap(func) - 201 guvec = GUVectorize(func, signature, **kwargs) - 202 for fty in ftylist: ---> 203 guvec.add(fty) +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/decorators.py:206, in guvectorize.<locals>.wrap(func) 204 if len(ftylist) > 0: 205 guvec.disable_compile() - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/ufuncbuilder.py:258, in _BaseUFuncBuilder.add(self, sig) - 256 else: - 257 targetoptions = self.nb_func.targetoptions ---> 258 cres, args, return_type = _compile_element_wise_function( - 259 self.nb_func, targetoptions, sig) - 260 sig = self._finalize_signature(cres, args, return_type) - 261 self._sigs.append(sig) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/ufuncbuilder.py:176, in _compile_element_wise_function(nb_func, targetoptions, sig) - 173 def _compile_element_wise_function(nb_func, targetoptions, sig): - 174 # Do compilation - 175 # Return CompileResult to test ---> 176 cres = nb_func.compile(sig, **targetoptions) - 177 args, return_type = sigutils.normalize_signature(sig) - 178 return cres, args, return_type - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/ufuncbuilder.py:124, in UFuncDispatcher.compile(self, sig, locals, **targetoptions) - 119 # Disable loop lifting - 120 # The feature requires a real - 121 # python function - 122 flags.enable_looplift = False ---> 124 return self._compile_core(sig, flags, locals) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/ufuncbuilder.py:157, in UFuncDispatcher._compile_core(self, sig, flags, locals) - 155 # Compile - 156 args, return_type = sigutils.normalize_signature(sig) ---> 157 cres = compiler.compile_extra(typingctx, targetctx, - 158 self.py_func, args=args, - 159 return_type=return_type, - 160 flags=flags, locals=locals) - 162 # cache lookup failed before so safe to save - 163 self.cache.save_overload(sig, cres) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler.py:751, in compile_extra(typingctx, targetctx, func, args, return_type, flags, locals, library, pipeline_class) - 727 """Compiler entry point - 728 - 729 Parameter - (...) - 747 compiler pipeline - 748 """ - 749 pipeline = pipeline_class(typingctx, targetctx, library, - 750 args, return_type, flags, locals) ---> 751 return pipeline.compile_extra(func) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler.py:445, in CompilerBase.compile_extra(self, func) - 443 self.state.lifted = () - 444 self.state.lifted_from = None ---> 445 return self._compile_bytecode() - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler.py:513, in CompilerBase._compile_bytecode(self) - 509 """ - 510 Populate and run pipeline for bytecode input - 511 """ - 512 assert self.state.func_ir is None ---> 513 return self._compile_core() - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler.py:479, in CompilerBase._compile_core(self) - 477 res = None - 478 try: ---> 479 pm.run(self.state) - 480 if self.state.cr is not None: - 481 break - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler_machinery.py:356, in PassManager.run(self, state) - 354 pass_inst = _pass_registry.get(pss).pass_inst - 355 if isinstance(pass_inst, CompilerPass): ---> 356 self._runPass(idx, pass_inst, state) - 357 else: - 358 raise BaseException("Legacy pass in use") +--> 206 return guvec.build_ufunc() File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler_lock.py:35, in _CompilerLock.__call__.<locals>._acquire_compile_lock(*args, **kwargs) 32 @functools.wraps(func) @@ -16936,224 +16864,40 @@

Nested Logit Simulation 34 with self: ---> 35 return func(*args, **kwargs) -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler_machinery.py:311, in PassManager._runPass(self, index, pss, internal_state) - 309 mutated |= check(pss.run_initialization, internal_state) - 310 with SimpleTimer() as pass_time: ---> 311 mutated |= check(pss.run_pass, internal_state) - 312 with SimpleTimer() as finalize_time: - 313 mutated |= check(pss.run_finalizer, internal_state) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler_machinery.py:273, in PassManager._runPass.<locals>.check(func, compiler_state) - 272 def check(func, compiler_state): ---> 273 mangled = func(compiler_state) - 274 if mangled not in (True, False): - 275 msg = ("CompilerPass implementations should return True/False. " - 276 "CompilerPass with name '%s' did not.") - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typed_passes.py:112, in BaseTypeInference.run_pass(self, state) - 106 """ - 107 Type inference and legalization - 108 """ - 109 with fallback_context(state, 'Function "%s" failed type inference' - 110 % (state.func_id.func_name,)): - 111 # Type inference ---> 112 typemap, return_type, calltypes, errs = type_inference_stage( - 113 state.typingctx, - 114 state.targetctx, - 115 state.func_ir, - 116 state.args, - 117 state.return_type, - 118 state.locals, - 119 raise_errors=self._raise_errors) - 120 state.typemap = typemap - 121 # save errors in case of partial typing - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typed_passes.py:93, in type_inference_stage(typingctx, targetctx, interp, args, return_type, locals, raise_errors) - 91 infer.build_constraint() - 92 # return errors in case of partial typing ----> 93 errs = infer.propagate(raise_errors=raise_errors) - 94 typemap, restype, calltypes = infer.unify(raise_errors=raise_errors) - 96 return _TypingResults(typemap, restype, calltypes, errs) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typeinfer.py:1083, in TypeInferer.propagate(self, raise_errors) - 1080 oldtoken = newtoken - 1081 # Errors can appear when the type set is incomplete; only - 1082 # raise them when there is no progress anymore. --> 1083 errors = self.constraints.propagate(self) - 1084 newtoken = self.get_state_token() - 1085 self.debug.propagate_finished() - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typeinfer.py:160, in ConstraintNetwork.propagate(self, typeinfer) - 157 with typeinfer.warnings.catch_warnings(filename=loc.filename, - 158 lineno=loc.line): - 159 try: ---> 160 constraint(typeinfer) - 161 except ForceLiteralArg as e: - 162 errors.append(e) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typeinfer.py:583, in CallConstraint.__call__(self, typeinfer) - 581 fnty = typevars[self.func].getone() - 582 with new_error_context("resolving callee type: {0}", fnty): ---> 583 self.resolve(typeinfer, typevars, fnty) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typeinfer.py:606, in CallConstraint.resolve(self, typeinfer, typevars, fnty) - 604 fnty = fnty.instance_type - 605 try: ---> 606 sig = typeinfer.resolve_call(fnty, pos_args, kw_args) - 607 except ForceLiteralArg as e: - 608 # Adjust for bound methods - 609 folding_args = ((fnty.this,) + tuple(self.args) - 610 if isinstance(fnty, types.BoundFunction) - 611 else self.args) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typeinfer.py:1577, in TypeInferer.resolve_call(self, fnty, pos_args, kw_args) - 1574 return sig - 1575 else: - 1576 # Normal non-recursive call --> 1577 return self.context.resolve_function_type(fnty, pos_args, kw_args) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typing/context.py:196, in BaseContext.resolve_function_type(self, func, args, kws) - 194 # Prefer user definition first - 195 try: ---> 196 res = self._resolve_user_function_type(func, args, kws) - 197 except errors.TypingError as e: - 198 # Capture any typing error - 199 last_exception = e - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typing/context.py:248, in BaseContext._resolve_user_function_type(self, func, args, kws, literals) - 244 return self.resolve_function_type(func_type, args, kws) - 246 if isinstance(func, types.Callable): - 247 # XXX fold this into the __call__ attribute logic? ---> 248 return func.get_call_type(self, args, kws) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/types/functions.py:308, in BaseFunction.get_call_type(self, context, args, kws) - 305 nolitargs = tuple([_unlit_non_poison(a) for a in args]) - 306 nolitkws = {k: _unlit_non_poison(v) - 307 for k, v in kws.items()} ---> 308 sig = temp.apply(nolitargs, nolitkws) - 309 except Exception as e: - 310 if (utils.use_new_style_errors() and not - 311 isinstance(e, errors.NumbaError)): - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typing/templates.py:351, in AbstractTemplate.apply(self, args, kws) - 349 def apply(self, args, kws): - 350 generic = getattr(self, "generic") ---> 351 sig = generic(args, kws) - 352 # Enforce that *generic()* must return None or Signature - 353 if sig is not None: - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typing/templates.py:614, in _OverloadFunctionTemplate.generic(self, args, kws) - 608 """ - 609 Type the overloaded function by compiling the appropriate - 610 implementation for the given args. - 611 """ - 612 from numba.core.typed_passes import PreLowerStripPhis ---> 614 disp, new_args = self._get_impl(args, kws) - 615 if disp is None: - 616 return - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typing/templates.py:713, in _OverloadFunctionTemplate._get_impl(self, args, kws) - 709 except KeyError: - 710 # pass and try outside the scope so as to not have KeyError with a - 711 # nested addition error in the case the _build_impl fails - 712 pass ---> 713 impl, args = self._build_impl(cache_key, args, kws) - 714 return impl, args - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typing/templates.py:817, in _OverloadFunctionTemplate._build_impl(self, cache_key, args, kws) - 815 # Make sure that the implementation can be fully compiled - 816 disp_type = types.Dispatcher(disp) ---> 817 disp_type.get_call_type(self.context, args, kws) - 818 if cache_key is not None: - 819 self._impl_cache[cache_key] = disp, args - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/types/functions.py:541, in Dispatcher.get_call_type(self, context, args, kws) - 534 def get_call_type(self, context, args, kws): - 535 """ - 536 Resolve a call to this dispatcher using the given argument types. - 537 A signature returned and it is ensured that a compiled specialization - 538 is available for it. - 539 """ - 540 template, pysig, args, kws = \ ---> 541 self.dispatcher.get_call_template(args, kws) - 542 sig = template(context).apply(args, kws) - 543 if sig: - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/dispatcher.py:363, in _DispatcherBase.get_call_template(self, args, kws) - 361 # Ensure an overload is available - 362 if self._can_compile: ---> 363 self.compile(tuple(args)) - 365 # Create function type for typing - 366 func_name = self.py_func.__name__ - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/dispatcher.py:957, in Dispatcher.compile(self, sig) - 955 with ev.trigger_event("numba:compile", data=ev_details): - 956 try: ---> 957 cres = self._compiler.compile(args, return_type) - 958 except errors.ForceLiteralArg as e: - 959 def folded(args, kws): - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/dispatcher.py:125, in _FunctionCompiler.compile(self, args, return_type) - 124 def compile(self, args, return_type): ---> 125 status, retval = self._compile_cached(args, return_type) - 126 if status: - 127 return retval - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/dispatcher.py:139, in _FunctionCompiler._compile_cached(self, args, return_type) - 136 pass - 138 try: ---> 139 retval = self._compile_core(args, return_type) - 140 except errors.TypingError as e: - 141 self._failed_cache[key] = e - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/dispatcher.py:152, in _FunctionCompiler._compile_core(self, args, return_type) - 149 flags = self._customize_flags(flags) - 151 impl = self._get_implementation(args, {}) ---> 152 cres = compiler.compile_extra(self.targetdescr.typing_context, - 153 self.targetdescr.target_context, - 154 impl, - 155 args=args, return_type=return_type, - 156 flags=flags, locals=self.locals, - 157 pipeline_class=self.pipeline_class) - 158 # Check typing error if object mode is used - 159 if cres.typing_error is not None and not flags.enable_pyobject: - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler.py:751, in compile_extra(typingctx, targetctx, func, args, return_type, flags, locals, library, pipeline_class) - 727 """Compiler entry point - 728 - 729 Parameter - (...) - 747 compiler pipeline - 748 """ - 749 pipeline = pipeline_class(typingctx, targetctx, library, - 750 args, return_type, flags, locals) ---> 751 return pipeline.compile_extra(func) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler.py:445, in CompilerBase.compile_extra(self, func) - 443 self.state.lifted = () - 444 self.state.lifted_from = None ---> 445 return self._compile_bytecode() - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler.py:513, in CompilerBase._compile_bytecode(self) - 509 """ - 510 Populate and run pipeline for bytecode input - 511 """ - 512 assert self.state.func_ir is None ---> 513 return self._compile_core() - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler.py:479, in CompilerBase._compile_core(self) - 477 res = None - 478 try: ---> 479 pm.run(self.state) - 480 if self.state.cr is not None: - 481 break - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler_machinery.py:356, in PassManager.run(self, state) - 354 pass_inst = _pass_registry.get(pss).pass_inst - 355 if isinstance(pass_inst, CompilerPass): ---> 356 self._runPass(idx, pass_inst, state) - 357 else: - 358 raise BaseException("Legacy pass in use") +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/ufuncbuilder.py:377, in GUFuncBuilder.build_ufunc(self) + 375 for sig in self._sigs: + 376 cres = self._cres[sig] +--> 377 dtypenums, ptr, env = self.build(cres) + 378 type_list.append(dtypenums) + 379 func_list.append(int(ptr)) + +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/parallel.py:233, in ParallelGUFuncBuilder.build(self, cres) + 230 _launch_threads() + 232 # Build wrapper for ufunc entry point +--> 233 info = build_gufunc_wrapper( + 234 self.py_func, cres, self.sin, self.sout, cache=self.cache, + 235 is_parfors=False, + 236 ) + 237 ptr = info.library.get_pointer_to_function(info.name) + 238 env = info.env + +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/parallel.py:264, in build_gufunc_wrapper(py_func, cres, sin, sout, cache, is_parfors) + 262 ctx = cres.target_context + 263 signature = cres.signature +--> 264 innerinfo = ufuncbuilder.build_gufunc_wrapper( + 265 py_func, cres, sin, sout, cache=cache, is_parfors=is_parfors, + 266 ) + 267 sym_in = set(sym for term in sin for sym in term) + 268 sym_out = set(sym for term in sout for sym in term) + +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/wrappers.py:504, in build_gufunc_wrapper(py_func, cres, sin, sout, cache, is_parfors) + 498 signature = cres.signature + 499 wrapcls = (_GufuncObjectWrapper + 500 if signature.return_type == types.pyobject + 501 else _GufuncWrapper) + 502 return wrapcls( + 503 py_func, cres, sin, sout, cache, is_parfors=is_parfors, +--> 504 ).build() File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler_lock.py:35, in _CompilerLock.__call__.<locals>._acquire_compile_lock(*args, **kwargs) 32 @functools.wraps(func) @@ -17161,57 +16905,47 @@

Nested Logit Simulation 34 with self: ---> 35 return func(*args, **kwargs) -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler_machinery.py:311, in PassManager._runPass(self, index, pss, internal_state) - 309 mutated |= check(pss.run_initialization, internal_state) - 310 with SimpleTimer() as pass_time: ---> 311 mutated |= check(pss.run_pass, internal_state) - 312 with SimpleTimer() as finalize_time: - 313 mutated |= check(pss.run_finalizer, internal_state) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/compiler_machinery.py:273, in PassManager._runPass.<locals>.check(func, compiler_state) - 272 def check(func, compiler_state): ---> 273 mangled = func(compiler_state) - 274 if mangled not in (True, False): - 275 msg = ("CompilerPass implementations should return True/False. " - 276 "CompilerPass with name '%s' did not.") - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/typed_passes.py:497, in BaseNativeLowering.run_pass(self, state) - 491 state['cr'] = _LowerResult(fndesc, call_helper, - 492 cfunc=None, env=env) - 493 else: - 494 # Prepare for execution - 495 # Insert native function for use by other jitted-functions. - 496 # We also register its library to allow for inlining. ---> 497 cfunc = targetctx.get_executable(library, fndesc, env) - 498 targetctx.insert_user_function(cfunc, fndesc, [library]) - 499 state['cr'] = _LowerResult(fndesc, call_helper, - 500 cfunc=cfunc, env=env) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/cpu.py:239, in CPUContext.get_executable(self, library, fndesc, env) - 226 """ - 227 Returns - 228 ------- - (...) - 236 an execution environment (from _dynfunc) - 237 """ - 238 # Code generation ---> 239 fnptr = library.get_pointer_to_function( - 240 fndesc.llvm_cpython_wrapper_name) - 242 # Note: we avoid reusing the original docstring to avoid encoding - 243 # issues on Python 2, see issue #1908 - 244 doc = "compiled wrapper for %r" % (fndesc.qualname,) - -File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/codegen.py:989, in JITCodeLibrary.get_pointer_to_function(self, name) - 975 def get_pointer_to_function(self, name): - 976 """ - 977 Generate native code for function named *name* and return a pointer - 978 to the start of the function (as an integer). - (...) - 987 - non-zero if the symbol is defined. - 988 """ ---> 989 self._ensure_finalized() - 990 ee = self._codegen._engine - 991 if not ee.is_symbol_defined(name): +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/wrappers.py:456, in _GufuncWrapper.build(self) + 453 @global_compiler_lock + 454 def build(self): + 455 wrapper_name = "__gufunc__." + self.fndesc.mangled_name +--> 456 wrapperlib = self._compile_wrapper(wrapper_name) + 457 return _wrapper_info( + 458 library=wrapperlib, env=self.env, name=wrapper_name, + 459 ) + +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/np/ufunc/wrappers.py:449, in _GufuncWrapper._compile_wrapper(self, wrapper_name) + 447 self._build_wrapper(wrapperlib, wrapper_name) + 448 # Cache +--> 449 self.cache.save_overload(self.cres.signature, wrapperlib) + 451 return wrapperlib + +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/caching.py:652, in Cache.save_overload(self, sig, data) + 648 """ + 649 Save the data for the given signature in the cache. + 650 """ + 651 with self._guard_against_spurious_io_errors(): +--> 652 self._save_overload(sig, data) + +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/caching.py:657, in Cache._save_overload(self, sig, data) + 655 if not self._enabled: + 656 return +--> 657 if not self._impl.check_cachable(data): + 658 return + 659 self._impl.locator.ensure_cache_path() + +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/caching.py:439, in CodeLibraryCacheImpl.check_cachable(self, codelib) + 435 def check_cachable(self, codelib): + 436 """ + 437 Check cachability of the given CodeLibrary. + 438 """ +--> 439 return not codelib.has_dynamic_globals + +File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/codegen.py:539, in CodeLibrary.has_dynamic_globals(self) + 537 @property + 538 def has_dynamic_globals(self): +--> 539 self._ensure_finalized() + 540 return len(self._dynamic_globals) > 0 File ~/miniconda3/envs/testing-env/lib/python3.10/site-packages/numba/core/codegen.py:567, in CodeLibrary._ensure_finalized(self) 565 def _ensure_finalized(self): diff --git a/walkthrough/sparse.html b/walkthrough/sparse.html index 63ae794..ae60d55 100644 --- a/walkthrough/sparse.html +++ b/walkthrough/sparse.html @@ -8,7 +8,7 @@ - Using Sparse MAZ Skims — v2.9.0 + Using Sparse MAZ Skims — v2.9.1 @@ -152,8 +152,8 @@ - v2.9.0 - Home - + v2.9.1 - Home +

@@ -793,9 +793,9 @@

Using Sparse MAZ Skims