AKTIVE

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-07-22
16:44
feat: direct link to logo page on home page beyond the hidden link through the logo itself feat: note the github and fossil repo mirrors. Leaf check-in: 2e68e8853a user: aku tags: trunk
16:42
tweak: svg image reference check-in: cd738c3cab user: aku tags: trunk
2024-07-21
15:42
feat: addtional montage example check-in: dfdb6432f1 user: aku tags: trunk
15:30
feat: large set of new examples for transformers. chore: regenerated reference docs. check-in: 2d2c18984c user: aku tags: trunk
15:30
tweak: creation of main example code block, enable nested pre-processing commands. check-in: 130ac38dab user: aku tags: trunk
2024-07-20
19:47
fixup: link the cc and batch dev docs into the proper index. check-in: 5ddda8ca8b user: aku tags: trunk
19:43
feat: dev docs for CC calculation. feat: placeholder for batch processor dev docs. tweak: renamed CC `run` to `range`. chore: added internal docs to the cconn implementation. check-in: 2b7989086e user: aku tags: trunk
19:39
fixup: tests affected by argument rename in point/rectangle ops - forgotten in commit [4b2602d5d99d38fe]. check-in: 0b02c3f51f user: aku tags: trunk
17:13
fix: typo check-in: 916713eb74 user: aku tags: trunk
17:12
chore: regenerated doc reference section check-in: a8caf27fab user: aku tags: trunk
17:10
feat: added computing connected components / labeled regions, plus tests, and examples. note: 2 ops, retrieval as Tcl structures, and as image of labeled regions. note: 2nd uses the `virtual sparse ranges` from converted Tcl structures. check-in: 7215f37137 user: aku tags: trunk
17:08
rework: switch example images to `.gif`. note: `.gif` does not contain timestamps, as `.png` do. note: this prevents the example images from seen as changed with every regeneration of the docs. chore: additional example render cases filled in (4 left). chore: example for meta query. check-in: 1e8a4e7fac user: aku tags: trunk
12:40
fix: typo check-in: bbec7b0569 user: aku tags: trunk
12:35
feat: more examples check-in: 4b2602d5d9 user: aku tags: trunk
12:33
rework: example generation internals. feat: support -text result type. feat: support inline include (<!include: PATH>). check-in: 7db53a128a user: aku tags: trunk
2024-07-19
20:11
fixup: mis-links check-in: d5dd1e61ff user: aku tags: trunk
20:02
fixup: doc files missing from commit [3207ef059c] check-in: 770d981680 user: aku tags: trunk
20:01
rework: static docs note: logo, license, change log added note: placeholders for get sources, build & install howto-s note: added link to ticket tracker note: some files changed locations (strict/materialize explanations) check-in: 3207ef059c user: aku tags: trunk
19:57
chore: regenerated reference documentation note: all the new examples note: tweaks to the page headings (order,logo added, ...) check-in: 5900634bdb user: aku tags: trunk
19:47
chore: added examples to the image generators / virtual images. check-in: bb20eef53f user: aku tags: trunk
19:44
feat: virtual image based on set of row ranges, plus tests. first user of examples. note: each row range covers part of a scan line. note: specified as row, start/end columns, and pixel value. note: looking ahead to connected components check-in: 0b12ac2059 user: aku tags: trunk
19:40
chore: hide the generated example generation script from commits check-in: f4ec279d66 user: aku tags: trunk
19:20
feat: extended DSL frontend to capture example specifications/requests. feat: extended DSL backend to insert the examples into the docs. note: this includes running the examples and capturing the resulting image (as image or data matrix). feat: helper app to resolve `!include` directives in the doc markdown. note: looking ahead to breaking common parts out of the fixed doc pages. chore: extended the custom package build tool to run the example generation, conversion, and inclusion. check-in: 4c162b2f58 user: aku tags: trunk
19:16
tweak: structure processing - colored output check-in: 57fe0584a5 user: aku tags: trunk
2024-07-18
20:32
tweak: extend logo page, refer to image of processing pipeline, introduce inspection / D2. check-in: 67d1f63a35 user: aku tags: trunk
20:04
rework: doc writer, separate section tree from main entry page, for consistency/symmetry rework: doc writer, nicer doc navbar with current section not a link. chore: redone reference docs. feat: added logo to docs, including page explaining thinking behind it, and creation script. check-in: e8e8edb586 user: aku tags: trunk
16:29
doc: notes on the image/region structures doc: explanations regarding strictness and materialization. check-in: 8edfe87709 user: aku tags: trunk
16:26
feat: logo for the package, plus generator script. note: this here is what the palette and grid are for. note: various formats. check-in: 1931f20b76 user: aku tags: trunk
16:22
fix: mishandling of root sections for the section tree. guard: against bad file names when writing emitting dsl results. tweak: properly mark end of dsl processing. check-in: 1c754495cb user: aku tags: trunk
16:20
fix: typo check-in: 0e88a3ab25 user: aku tags: trunk
16:18
rework: simplified `embed copy` internals. use `sample replicate *` instead of ` montage *-rep`. note: single operator instead of a big tree of binary montages. check-in: 3cc8b5d55f user: aku tags: trunk
16:14
feat: more virtual images, plus tests note: fixed grey/color palettes, stripes, grids, checkerboards. check-in: 7a2a84c7e5 user: aku tags: trunk
16:01
feat: new operation to fully clear image meta data. check-in: bb5ceac4aa user: aku tags: trunk
06:41
feat: extended batch processor. completer now has ability to inject tasks of their own into the system. note: completer tasks are entered into the worker queue as priority items. See [f258012eb1] for the queue change. note: plus internal docs of the function vectors (maker, worker, completer); expectations and the like. chore: updated all current users of the batch system (sink, image reducers) to match the changed API signatures. check-in: 96de0236ac user: aku tags: trunk
06:36
fix: typos check-in: 59ac23bdb8 user: aku tags: trunk
06:32
feat: extended the queues with ability to pass priority entries in front of regular entries note: priority data is handled as stack, last entered is returned first. note: priority data is unlimited linked list. check-in: f258012eb1 user: aku tags: trunk
2024-07-17
21:17
tweak: trace check-in: ae906a686f user: aku tags: trunk
21:17
fix: sample replication mishandling images not at origin. check-in: 5b10a94dbb user: aku tags: trunk
20:19
tweak: section tree. keep only the tail element of the section names in the tree. more readable to me. tweak: structure extraction, special handling of `*_ptr` type names as refs. check-in: b197d95f28 user: aku tags: trunk
2024-07-04
21:16
feat: fully caching operator. plus tests. note: on first access the new operator materializes its input fully into memory for fast upstream access. note: basic idea for structure of full-image operators looks to be workable. todo: connected components. check-in: 258750b63b user: aku tags: trunk
18:33
fix: typo check-in: f689580514 user: aku tags: trunk
18:32
feat: start on developer docs, D2 figures for the core structures using the generated D2 structure information. check-in: 60fdecf2b5 user: aku tags: trunk
18:30
tweak: descriptions of the attribute query operators. chore: regenerated docs. check-in: 250d57486c user: aku tags: trunk
18:26
feat: C macros for markup of structures amenable to parsing without understanding C syntax. feat: DSL extension to extract and convert marked structures into [D2](d2lang.com) definitions. chore: marking up the core definition and runtime structures for image (pipelines). chore: generated the first D2 for the marked structures. check-in: 017162174c user: aku tags: trunk
2024-07-03
21:19
fix: duplicate superflous assignment. check-in: 7f30e05181 user: aku tags: trunk
2024-06-30
14:58
tewak: doc, strictness index check-in: 69f4012206 user: aku tags: trunk
14:54
feat: support marking of operators as strict in (parts of) their image inputs. chore: mark the strict operators chore: regenerate docs check-in: ad8b385f43 user: aku tags: trunk
2024-06-29
20:49
tweak, and forgotten link fixups check-in: 5accd75c52 user: aku tags: trunk
20:47
fixup: links, and generator usage check-in: 07d75c5776 user: aku tags: trunk
20:45
more doc tweaks. check-in: 511d93f0d5 user: aku tags: trunk