Skip to content

v0.1.0

Latest

Choose a tag to compare

@flyingbertman flyingbertman released this 06 Jul 01:37

Hello World

  • Skia test failure by @flyingbertman in #20
  • Fix i18n by @flyingbertman in #19
  • fix: update link to examples in README for clarity by @flyingbertman in #21
  • Add multiple text-embedder model cards and related datasets by @flyingbertman in #22
  • feat: add function to strip YAML frontmatter from markdown content by @flyingbertman in #23
  • feat: add NFCorpus dataset and associated SQL for passage extraction by @flyingbertman in #24
  • feat: add TweetEval sentiment dataset and associated SQL query; include CC BY 3.0 license details by @flyingbertman in #25
  • feat: add Jigsaw Toxic Comments dataset with SQL ingestion scripts and metadata by @flyingbertman in #26
  • feat: add max_length parameter to tokenizer.encode_bert and tokenizer encode_bert_pair functions for sequence truncation by @flyingbertman in #27
  • feat: Enhance qualified-star expansion for subqueries and improve alias handling by @flyingbertman in #28
  • Add BGE Reranker (Base) model and tokenizer support by @flyingbertman in #29
  • feat: Add model cards for Toxic-BERT and Twitter RoBERTa Sentiment, and update catalog references by @flyingbertman in #30
  • feat: Add first-run calibration coach-mark to guide users through initial model calibration by @flyingbertman in #31
  • feat: Refactor SQL parser to ensure LIKE/ILIKE/REGEXP bind tighter than AND/OR; add tests for precedence by @flyingbertman in #32
  • feat: Remove Moondream2 model entry and associated SQL file from catalog by @flyingbertman in #33
  • Enhance struct field access validation in subqueries by @flyingbertman in #34
  • feat: Add audio and video duration functions with inline metadata accessors and fallback mechanisms by @flyingbertman in #35
  • feat: Add optional seed parameter to models and update sample_normal function for reproducibility by @flyingbertman in #49
  • feat: Update WindowChrome to support 'tearout' kind and adjust TabStrip for torn-out windows. Remove menu bars from torn-out tabs. by @flyingbertman in #50
  • feat: Enhance image_draw_bounding_boxes function to support optional stroke and fill colors by @flyingbertman in #51
  • feat: Enhance model detail links and add documentation navigation functions by @flyingbertman in #52
  • Make array dimensional handling consistent across the engine in both variables and structs by @flyingbertman in #53
  • feat: Add CUDA support for Electron backend and enhance SQL model comments for ancestral Euler denoising by @flyingbertman in #54
  • feat: Introduce List accumulator for procedural functions by @flyingbertman in #55
  • feat: Update SwinIR ONNX model revisions for new non-batchable model by @flyingbertman in #56
  • feat: Enhance classifier-free guidance implementation and add cfg parameter for improved prompt adherence by @flyingbertman in #57
  • feat: Update ONNX model revision for zoedepth to latest commit by @flyingbertman in #58
  • feat: Add EMNIST dataset support with image transposition and related functions by @flyingbertman in #59
  • fix: struct field access no longer materializes sibling fields into the arena by @flyingbertman in #60
  • feat: Improve single-value detection and text alignment in ResultsPane by @flyingbertman in #61
  • feat: Add eventCount to TraceState and implement coalescing for trace events by @flyingbertman in #62
  • feat: Enhance CTE planning by ensuring Finalize is applied to all CTE bodies by @flyingbertman in #63
  • feat: Add support for struct literals in array function parameter inference by @flyingbertman in #64
  • feat: Implement GROUP BY and ORDER BY alias resolution in query planner by @flyingbertman in #65
  • feat: Add DocBank dataset with token-level OCR ground truth and ingestion scripts by @flyingbertman in #66
  • feat: Optimize array appending in ProceduralListOps to avoid arena growth and improve performance by @flyingbertman in #67
  • feat: add support for viewing SQL recipes in dataset catalog by @flyingbertman in #68
  • Add CORD dataset mirror with image zips and JSONL annotations by @flyingbertman in #69
  • feat: Add model cards and images all models by @flyingbertman in #70
  • Fix: corruption in CTAS caused by sidecar registry pointers passed directly into new tables without rewriting the pointer. by @flyingbertman in #71
  • Remove Openjourney Hyper ONNX model and associated export script by @flyingbertman in #72
  • feat: Add regression tests for KV-cache decode loop in decode_seq2seq by @flyingbertman in #73
  • feat: Implement array handling of value types in InMemoryTableProvider by @flyingbertman in #74
  • PCA analysis and visualization tools by @flyingbertman in #75
  • feat: add draw_text_block and text_measure functions for advanced text rendering by @flyingbertman in #76
  • feat: add @emnapi/core and @emnapi/runtime dependencies for WASM support by @flyingbertman in #77
  • Enhance pose handling and add unit tests for spatial functions and by @flyingbertman in #78
  • feat: implement LightboxImage component for full-screen image previews and enhance documentation with new translations by @flyingbertman in #79
  • fix: preserve declared variables in UNION branches to prevent false unknown column warnings by @flyingbertman in #80
  • feat: add example for comparing text-to-image models and update documentation by @flyingbertman in #83
  • chore: update package.json to add overrides for @emnapi/core and @emnapi/runtime by @flyingbertman in #81
  • fix: configure git safe.directory for dependabot to avoid fatal errors by @flyingbertman in #84
  • feat: enhance model and function handling for array-of-struct returns in language server by @flyingbertman in #85
  • fix: change npm install to npm ci for consistent dependency installation across platforms by @flyingbertman in #86
  • fix: prevent Vite server disruption by skipping ClientApp build during dev runs by @flyingbertman in #87
  • Remove DAv3 and DAv2-base by @flyingbertman in #88
  • refactor: remove 3B model from Qwen2.5-Coder catalog and update documentation by @flyingbertman in #89
  • feat: enhance SQL grammar refresh on model install/uninstall for dynamic function colorization by @flyingbertman in #90
  • Remove JuggernautXL Lightning model and related files; update references in documentation and SQL scripts by @flyingbertman in #92
  • feat: update THIRD-PARTY-NOTICES and AboutDialog for Stability AI Community License compliance by @flyingbertman in #91
  • feat: Add struct type handling in DatumFileWriterV2 for append sessions and CTAs by @flyingbertman in #93
  • feat: add hero images for various model cards and update catalog references by @flyingbertman in #94
  • feat: add hero images for new model cards and update catalog references by @flyingbertman in #95
  • feat: add image_concat function to join two images horizontally or vertically by @flyingbertman in #97
  • feat: add hero images for new model cards and update catalog references by @flyingbertman in #96
  • Add main pages for datasets, documentation, models, and homepage by @flyingbertman in #98
  • fix: update attach_glob paths in release.yml to remove blockmap files by @flyingbertman in #99

New Contributors

Full Changelog: https://github.com/HeliosophLLC/DatumV/commits/v0.1.0