What's Changed
* Update version to 0.1.6 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/384
* Add initial minimal MeTTa implementation by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/380
* Fix CI badge link after GitHub workflow file renaming by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/387
* C api docs2 by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/389
* Comment test scripts by glicerico in https://github.com/trueagi-io/hyperon-experimental/pull/391
* More C API Docs by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/395
* Removing Rc<RefCell<T>> pattern from metta_t in hyperonc by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/399
* Improvement of custom query examples by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/400
* dummy copy for MeTTa to fix resolve by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/402
* small addition to neurospace example by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/406
* Fixing Optimized build when nesting a Space within an Atom, Adding new test for C API, etc. by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/404
* testing metta/torch interoperability by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/412
* Add clear error about incorrect grounded Python function implementation by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/414
* Add: python/sandbox/repl/metta_repl.py by TeamSPoon in https://github.com/trueagi-io/hyperon-experimental/pull/413
* states vs replace atoms benchmark by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/415
* Initial merge of Rust Repl and associated changes upstream by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/411
* Print hyperson version by wenwei-dev in https://github.com/trueagi-io/hyperon-experimental/pull/424
* Change parser to build syntax tree, which is used for syntax highlighting, add config.metta to repl by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/419
* Minimal MeTTa interpreter fixes and optimizations by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/429
* Python documentation by wenwei-dev in https://github.com/trueagi-io/hyperon-experimental/pull/416
* Automatic Python wheel building and publishing to PyPI by wenwei-dev in https://github.com/trueagi-io/hyperon-experimental/pull/431
* Tiny: Move standard library in MeTTa into separate file by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/437
* Tiny: Display pointer to GroundingSpace to distinguish different spaces by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/436
* Add text operators in stdlib.py by ngeiswei in https://github.com/trueagi-io/hyperon-experimental/pull/430
* Repl config improvements & cntl-J force-submit by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/433
* fix use_metta in register_atoms by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/443
* Set local build version by wenwei-dev in https://github.com/trueagi-io/hyperon-experimental/pull/440
* introducing unit result in grounded functions by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/452
* Sql space by besSveta in https://github.com/trueagi-io/hyperon-experimental/pull/451
* A sketch of DAS integration by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/446
* Fixing build warnings and compile errors with minimal MeTTa by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/453
* Fixing build. Mutable casts are now illegal in Rust 1.73.0 by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/454
* Update README.md by CICS-Oleg in https://github.com/trueagi-io/hyperon-experimental/pull/456
* Llm gate by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/459
* Creating C and Python bindings for all functionality used by Repl. Refactoring Repl to call through Python by default by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/450
* Load Rust grounded tokens before stdlib is loaded by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/464
* dasgate example fixed by CICS-Oleg in https://github.com/trueagi-io/hyperon-experimental/pull/474
* Minimal interpreter: adding function/return and fix most of the tests by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/472
* Changing init.metta to run in the runner's top-level Space, rather th… by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/467
* Runner err accessors by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/471
* Guidance-style llm-gate usage by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/479
* Rework rust test functions & add stdlib comparison operators by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/462
* Creating default Environment config files only when explicitly direct… by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/478
* fix let return type by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/483
* Implement boolean and, or, and not operations in Rust stdlib by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/485
* Stop evaluation of expressions with variables as operations by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/473
* support for spaces in llm-gate by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/487
* add <= and >= to Python stdlib by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/490
* Stop caching result of the grounded operations by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/494
* Disable variable_operation feature by default by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/495
* fix return type of car/cdr-atom by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/493
* New das api added to the sandbox/dasgate example by CICS-Oleg in https://github.com/trueagi-io/hyperon-experimental/pull/498
* turn module path to file path in extend-py by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/499
* Remove Bindings::resolve_and_remove method by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/501
* Fix unit test to take into account global counter state by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/502
* remove llm_gate by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/504
* Relext by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/503
* follow-up rm llm_gate.py by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/505
* Add quote, unify, empty into Rust interpreter's stdlib by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/507
* Adding `Parser` trait by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/513
* Add get-metatype op into stdlib by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/517
* Fix (unify ($x a) (b $x) ok nok) case by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/518
* Remove _e2 test as outdated and never used by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/523
* Fix minimal interpreter to pass all tests except import! by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/522
* Add minimal CI workflow by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/524
* Fix log format strings in stdlib by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/525
* add regex support by besSveta in https://github.com/trueagi-io/hyperon-experimental/pull/526
* Fix link to contribution guide by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/528
* Minimal interpreter performance fixes by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/532
* Document latest minimal MeTTa interpreter behavior by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/533
* Speedup in narrow_vars in situations where the number of variables in the interpreter state gets huge by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/534
* Using im::HashSet for the `interpreter2::Variables` type by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/535
* changed call of query to pattern_matcher_query in dasgete.py by CICS-Oleg in https://github.com/trueagi-io/hyperon-experimental/pull/508
* Rename cons and decons into cons-atom and decons-atom by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/536
* Adding a custom name field to GroundingSpace by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/537
* Add functions to convert grounded atom to Python int and float by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/543
* Fix issue 530: rename variables to the same name when returning result from match by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/545
* Add remote das support to dasgate.py by CICS-Oleg in https://github.com/trueagi-io/hyperon-experimental/pull/542
* Raise RuntimeError when MeTTa extension is loaded with error by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/549
* Rust2Metta gnd conversion by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/544
* Minimal integration of Hypervectors to Metta (via PyBHV python library) by astroseger in https://github.com/trueagi-io/hyperon-experimental/pull/550
* Fix for dasgate.py to work with das-query-engine v0.3.16 by CICS-Oleg in https://github.com/trueagi-io/hyperon-experimental/pull/551
* support for loading extensions from exts by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/555
* fix for variable bindings by CICS-Oleg in https://github.com/trueagi-io/hyperon-experimental/pull/559
* Fix crash on retain all variables from single binding by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/557
* move das_gate to exts by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/563
* Fixing repl build by using mainline Rustyline, now that our fixes have been mainlined by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/566
* Return unit if none in Python grounded functions when unwrap=True by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/552
* Add Cargo workspace configuration by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/569
* Fix unstable minimal test by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/567
* Fix REPL compiler error and warning by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/570
* Import hotfix by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/574
* Explain how to enable minimal MeTTa in README.md by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/577
* Fix for dasgate to work with das-query-engine v0.4.1 by CICS-Oleg in https://github.com/trueagi-io/hyperon-experimental/pull/575
* Pytorch integration by mvpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/531
* Make variable_operation feature affect minimal MeTTa interpreter by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/576
* Fixing build warning, on account of Rust 1.76 being more strict about pointer comparisons by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/581
* Tweaking test in stdlib2, so it passes with new module import behavior by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/582
* Handle Python 3.12 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/583
* Exclude Python 3.12 from release by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/585
* Manually install compatible Python version by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/586
New Contributors
* TeamSPoon made their first contribution in https://github.com/trueagi-io/hyperon-experimental/pull/413
* besSveta made their first contribution in https://github.com/trueagi-io/hyperon-experimental/pull/451
* CICS-Oleg made their first contribution in https://github.com/trueagi-io/hyperon-experimental/pull/456
* astroseger made their first contribution in https://github.com/trueagi-io/hyperon-experimental/pull/550
* mvpeterson made their first contribution in https://github.com/trueagi-io/hyperon-experimental/pull/531
**Full Changelog**: https://github.com/trueagi-io/hyperon-experimental/compare/v0.1.5...v0.1.6