-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Very little was actually changed to get the Numba demo going. The `"__str__"` parameter became `"__typestr__"` and UnionArray got its `tostring` fixed (previously missing `tags` and `index`). Two versions of the notebook were written: the "EVALUATED" and "UNEVALUATED" forms. * Start working on a demo for Numba. * Writing. * Writing. * Writing. * Writing. * Writing. * Writing. * Writing. * Writing. * Writing. * Writing. * Writing. * Writing. * Writing. * Writing. * Changed parameter '__str__' to '__typestr__' and included tags and index in UnionArray::tostring. * Writing. * Writing. * Writing. * Writing. * Writing. * Split into evaluated and unevaluated versions. * Split into evaluated and unevaluated versions.
- Loading branch information
Showing
28 changed files
with
9,147 additions
and
1,049 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.86 | ||
0.1.87 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<?xml version='1.0' encoding='UTF-8' standalone='no'?> | ||
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.16"> | ||
<compounddef id="UnionArray_8cpp" kind="file" language="C++"> | ||
<compoundname>UnionArray.cpp</compoundname> | ||
<includes local="no">sstream</includes> | ||
<includes local="no">type_traits</includes> | ||
<includes local="yes">awkward/cpu-kernels/identities.h</includes> | ||
<includes local="yes">awkward/cpu-kernels/getitem.h</includes> | ||
<includes local="yes">awkward/type/UnionType.h</includes> | ||
<includes local="yes">awkward/type/ArrayType.h</includes> | ||
<includes local="yes">awkward/type/UnknownType.h</includes> | ||
<includes local="yes">awkward/Slice.h</includes> | ||
<includes local="yes">awkward/array/UnionArray.h</includes> | ||
<incdepgraph> | ||
<node id="6"> | ||
<label>awkward/type/UnionType.h</label> | ||
</node> | ||
<node id="7"> | ||
<label>awkward/type/ArrayType.h</label> | ||
</node> | ||
<node id="5"> | ||
<label>awkward/cpu-kernels/getitem.h</label> | ||
</node> | ||
<node id="8"> | ||
<label>awkward/type/UnknownType.h</label> | ||
</node> | ||
<node id="4"> | ||
<label>awkward/cpu-kernels/identities.h</label> | ||
</node> | ||
<node id="1"> | ||
<label>src/libawkward/array/UnionArray.cpp</label> | ||
<link refid="UnionArray_8cpp"/> | ||
<childnode refid="2" relation="include"> | ||
</childnode> | ||
<childnode refid="3" relation="include"> | ||
</childnode> | ||
<childnode refid="4" relation="include"> | ||
</childnode> | ||
<childnode refid="5" relation="include"> | ||
</childnode> | ||
<childnode refid="6" relation="include"> | ||
</childnode> | ||
<childnode refid="7" relation="include"> | ||
</childnode> | ||
<childnode refid="8" relation="include"> | ||
</childnode> | ||
<childnode refid="9" relation="include"> | ||
</childnode> | ||
<childnode refid="10" relation="include"> | ||
</childnode> | ||
</node> | ||
<node id="10"> | ||
<label>awkward/array/UnionArray.h</label> | ||
</node> | ||
<node id="2"> | ||
<label>sstream</label> | ||
</node> | ||
<node id="9"> | ||
<label>awkward/Slice.h</label> | ||
</node> | ||
<node id="3"> | ||
<label>type_traits</label> | ||
</node> | ||
</incdepgraph> | ||
<innernamespace refid="namespaceawkward">awkward</innernamespace> | ||
<briefdescription> | ||
</briefdescription> | ||
<detaileddescription> | ||
</detaileddescription> | ||
<location file="src/libawkward/array/UnionArray.cpp"/> | ||
</compounddef> | ||
</doxygen> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.