Skip to content

Commit fa46be3

Browse files
committed
deploy: aa1a3ff
1 parent 9e1919a commit fa46be3

263 files changed

Lines changed: 539 additions & 532 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

develop/_sources/dev-guide/using-sharrow.md.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ decoded in various output files. Generally, for columns that are fully populate
111111
with zone id's (e.g. tour and trip ends) we can apply the `decode_columns` settings
112112
to reverse the mapping and restore the nominal zone id's globally for the entire
113113
column of data. For columns where there is some missing data flagged by negative
114-
values, the "nonnegative" filter is prepended to the instruction.
114+
values, the "nonnegative" filter is prepended to the instruction. If the column
115+
may also contain nulls, use "nullable_nonnegative" to leave those values
116+
unchanged while decoding the non-negative indexes.
115117

116118
```yaml
117119
output_tables:
@@ -127,7 +129,7 @@ output_tables:
127129
decode_columns:
128130
home_zone_id: land_use.zone_id
129131
school_zone_id: nonnegative | land_use.zone_id
130-
workplace_zone_id: nonnegative | land_use.zone_id
132+
workplace_zone_id: nullable_nonnegative | land_use.zone_id
131133
- tablename: tours
132134
decode_columns:
133135
origin: land_use.zone_id

develop/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '1.5.2.dev19+g3bcc811bc',
3+
VERSION: '1.5.2.dev20+gaa1a3ff1c',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

develop/benchmarking.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
6767
<meta name="docsearch:version" content="1.5.2" />
68-
<meta name="docbuild:last-update" content="Jun 23, 2026"/>
68+
<meta name="docbuild:last-update" content="Jul 29, 2026"/>
6969
</head>
7070

7171

@@ -784,7 +784,7 @@ <h3>This Page</h3>
784784

785785
<div class="footer-item"><!-- This will display the version of the docs -->
786786
<p class="last-updated">
787-
ActivitySim 1.5.2.dev19+g3bcc811bc, documentation last updated Jun 23, 2026.<br/>
787+
ActivitySim 1.5.2.dev20+gaa1a3ff1c, documentation last updated Jul 29, 2026.<br/>
788788
</p></div>
789789

790790
<div class="footer-item">

develop/cli.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6464
<meta name="docsearch:language" content="en"/>
6565
<meta name="docsearch:version" content="1.5.2" />
66-
<meta name="docbuild:last-update" content="Jun 23, 2026"/>
66+
<meta name="docbuild:last-update" content="Jul 29, 2026"/>
6767
</head>
6868

6969

@@ -574,7 +574,7 @@ <h3>This Page</h3>
574574

575575
<div class="footer-item"><!-- This will display the version of the docs -->
576576
<p class="last-updated">
577-
ActivitySim 1.5.2.dev19+g3bcc811bc, documentation last updated Jun 23, 2026.<br/>
577+
ActivitySim 1.5.2.dev20+gaa1a3ff1c, documentation last updated Jul 29, 2026.<br/>
578578
</p></div>
579579

580580
<div class="footer-item">

develop/core.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
6767
<meta name="docsearch:version" content="1.5.2" />
68-
<meta name="docbuild:last-update" content="Jun 23, 2026"/>
68+
<meta name="docbuild:last-update" content="Jul 29, 2026"/>
6969
</head>
7070

7171

@@ -5472,7 +5472,7 @@ <h3>This Page</h3>
54725472

54735473
<div class="footer-item"><!-- This will display the version of the docs -->
54745474
<p class="last-updated">
5475-
ActivitySim 1.5.2.dev19+g3bcc811bc, documentation last updated Jun 23, 2026.<br/>
5475+
ActivitySim 1.5.2.dev20+gaa1a3ff1c, documentation last updated Jul 29, 2026.<br/>
54765476
</p></div>
54775477

54785478
<div class="footer-item">

develop/dev-guide/_generated/activitysim.core.configuration.base.PreprocessorSettings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
6767
<meta name="docsearch:version" content="1.5.2" />
68-
<meta name="docbuild:last-update" content="Jun 23, 2026"/>
68+
<meta name="docbuild:last-update" content="Jul 29, 2026"/>
6969
</head>
7070

7171

@@ -573,7 +573,7 @@ <h3>This Page</h3>
573573

574574
<div class="footer-item"><!-- This will display the version of the docs -->
575575
<p class="last-updated">
576-
ActivitySim 1.5.2.dev19+g3bcc811bc, documentation last updated Jun 23, 2026.<br/>
576+
ActivitySim 1.5.2.dev20+gaa1a3ff1c, documentation last updated Jul 29, 2026.<br/>
577577
</p></div>
578578

579579
<div class="footer-item">

develop/dev-guide/_generated/activitysim.core.configuration.base.PydanticReadable.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
6767
<meta name="docsearch:version" content="1.5.2" />
68-
<meta name="docbuild:last-update" content="Jun 23, 2026"/>
68+
<meta name="docbuild:last-update" content="Jul 29, 2026"/>
6969
</head>
7070

7171

@@ -613,7 +613,7 @@ <h3>This Page</h3>
613613

614614
<div class="footer-item"><!-- This will display the version of the docs -->
615615
<p class="last-updated">
616-
ActivitySim 1.5.2.dev19+g3bcc811bc, documentation last updated Jun 23, 2026.<br/>
616+
ActivitySim 1.5.2.dev20+gaa1a3ff1c, documentation last updated Jul 29, 2026.<br/>
617617
</p></div>
618618

619619
<div class="footer-item">

develop/dev-guide/_generated/activitysim.core.configuration.logit.LogitComponentSettings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
6767
<meta name="docsearch:version" content="1.5.2" />
68-
<meta name="docbuild:last-update" content="Jun 23, 2026"/>
68+
<meta name="docbuild:last-update" content="Jul 29, 2026"/>
6969
</head>
7070

7171

@@ -863,7 +863,7 @@ <h3>This Page</h3>
863863

864864
<div class="footer-item"><!-- This will display the version of the docs -->
865865
<p class="last-updated">
866-
ActivitySim 1.5.2.dev19+g3bcc811bc, documentation last updated Jun 23, 2026.<br/>
866+
ActivitySim 1.5.2.dev20+gaa1a3ff1c, documentation last updated Jul 29, 2026.<br/>
867867
</p></div>
868868

869869
<div class="footer-item">

develop/dev-guide/_generated/activitysim.core.configuration.logit.LogitNestSpec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
6767
<meta name="docsearch:version" content="1.5.2" />
68-
<meta name="docbuild:last-update" content="Jun 23, 2026"/>
68+
<meta name="docbuild:last-update" content="Jul 29, 2026"/>
6969
</head>
7070

7171

@@ -576,7 +576,7 @@ <h3>This Page</h3>
576576

577577
<div class="footer-item"><!-- This will display the version of the docs -->
578578
<p class="last-updated">
579-
ActivitySim 1.5.2.dev19+g3bcc811bc, documentation last updated Jun 23, 2026.<br/>
579+
ActivitySim 1.5.2.dev20+gaa1a3ff1c, documentation last updated Jul 29, 2026.<br/>
580580
</p></div>
581581

582582
<div class="footer-item">

develop/dev-guide/_generated/activitysim.core.configuration.logit.TemplatedLogitComponentSettings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
6767
<meta name="docsearch:version" content="1.5.2" />
68-
<meta name="docbuild:last-update" content="Jun 23, 2026"/>
68+
<meta name="docbuild:last-update" content="Jul 29, 2026"/>
6969
</head>
7070

7171

@@ -885,7 +885,7 @@ <h3>This Page</h3>
885885

886886
<div class="footer-item"><!-- This will display the version of the docs -->
887887
<p class="last-updated">
888-
ActivitySim 1.5.2.dev19+g3bcc811bc, documentation last updated Jun 23, 2026.<br/>
888+
ActivitySim 1.5.2.dev20+gaa1a3ff1c, documentation last updated Jul 29, 2026.<br/>
889889
</p></div>
890890

891891
<div class="footer-item">

0 commit comments

Comments
 (0)