Hyperon

Latest version: v0.2.3

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.3

What's Changed
* Unicode unescape by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/838
* Return strip_quotes to prevent unnecessary folder creation by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/839
* Parse stream instead of memory buffer in SExprParser by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/840
* Fix repr unit test in Python to check escaping by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/842
* Fix lifetimes by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/843
* Fix import by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/849
* Grounding space implementation with a more compact representation in memory by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/829
* set-random-seed added by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/848
* Update ubuntu-20.04 to ubuntu-22.04 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/854
* Optimize type checking by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/858
* Support Windows platform by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/847
* Fix 850 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/863
* Add the test for the tuple type check error by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/864
* Windows tests added to github workflow by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/867
* Add unit test for cases from issue 481 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/865
* Return error from tuple by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/866
* Add Conan "unable to find library in remotes" troubleshooting by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/869
* Update version to 0.2.3 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/873
* Downgrade urllib3 library to be compatible with cibuildwheel environment by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/874
* Evaluate expression with non-exec grounded atom on the first position by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/876
* Enable nightly builds by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/877
* Use 30 bit ids for atom storage on a 32bit platform by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/878


**Full Changelog**: https://github.com/trueagi-io/hyperon-experimental/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* index-atom final version, documentation and tests added by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/790
* current state of pretty print by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/771
* random-float and random-int added by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/791
* Fix native interface of the Python serializer by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/794
* Min max size functions added by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/792
* Show grounded atom conversion exceptions if any by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/795
* Remove old interpreter by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/796
* Allow instantiating constant expression atoms in Rust code by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/800
* Update snet gate by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/788
* Remove only one instance of the duplicated atom by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/799
* Improve primitive conversion code by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/801
* Math operations by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/802
* BaseListeningAgent by besSveta in https://github.com/trueagi-io/hyperon-experimental/pull/793
* Fix metta function to make evaluation using the passed context space by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/804
* final separation of math by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/807
* Fix some places where word minimal is used after renaming by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/808
* Stdlib separation by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/812
* Fix various FIXME from test MeTTa scenarious by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/811
* Use rust primitive types in Python runtime by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/809
* Calling help! without parameters shows list of stdlib functions by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/817
* Cleanup unification related code after old interpreter is removed by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/822
* Edit listening agent by besSveta in https://github.com/trueagi-io/hyperon-experimental/pull/813
* assertAlphaEqual added by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/814
* Minor API and doc change to clarify SerializingConverter behavior by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/824
* Don't copy imported module to filter out its dependencies by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/826
* Separate Debug and Display trait implementations for Atom by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/827
* Upgrade actions/cache version by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/832
* Return second argument of trace! without evaluation by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/825
* Improve handling of inline comments by AndyZhu1991 in https://github.com/trueagi-io/hyperon-experimental/pull/830
* very basic non-determinism by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/833
* python's repr fixed by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/828
* Fix evaluate atom by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/835
* Update version to 0.2.2 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/836

New Contributors
* AndyZhu1991 made their first contribution in https://github.com/trueagi-io/hyperon-experimental/pull/830

**Full Changelog**: https://github.com/trueagi-io/hyperon-experimental/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* current status of documentation by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/694
* example with lambda enumeration in jetta by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/758
* Various fixes by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/759
* update to metta sdk due to snet update by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/761
* Snet upd2 by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/763
* Add boolean operations into minimal MeTTa standard library by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/762
* metta code generation for service call by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/764
* Generate service metta code but now atoms not text by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/766
* metta callers generation in snet sdk by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/767
* Update and refactor of snet_io by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/769
* move snet_io to preinstallation folder by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/770
* Return NotReducible when results are empty because of variable loops by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/773
* open channel and deposit added by DaddyWesker in https://github.com/trueagi-io/hyperon-experimental/pull/772
* das_gate README added by CICS-Oleg in https://github.com/trueagi-io/hyperon-experimental/pull/775
* Fix string token definition in stdlib by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/777
* Agents by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/778
* Fix collapse-bind documentation by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/782
* Fix newline by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/783
* dummy threads in agents by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/784
* Fix unique by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/785
* Update the version to 0.2.1 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/786


**Full Changelog**: https://github.com/trueagi-io/hyperon-experimental/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* Increment version to 0.2.0 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/735
* Fix build with `pkg_mgmt` feature disabled by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/736
* Minimal MeTTa interpreter written mostly in Rust by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/728
* Adding docs to build C documentation using doxygen by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/739
* Fix documentation rendering warnings by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/737
* Add Dockerhub publishing step to the release GitHub Action workflow by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/740
* Fix minimal and old_interpreter MeTTa incompatibilities by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/742
* improvements to jetta wrapper and tests for lambdas by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/741
* updates to jetta gateway and tests by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/743
* Add explanation of the scope of the variables for minimal MeTTa by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/738
* Remove mentioning "minimal" feature from README.md by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/746
* Remove type based duplicates by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/745
* Uncomment tests which are not slow anymore by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/747
* Fix nested variable operations by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/668
* Remove no_python feature, make it work by default by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/751
* minor update for numme due to minimal metta by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/753
* Add instruction on troubleshooting REPL under Python virtual env by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/754
* Fix python 3.12 incompatibility by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/755
* Migrate to Conan2 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/756


**Full Changelog**: https://github.com/trueagi-io/hyperon-experimental/compare/v0.1.12...v0.2.0

0.1.12

What's Changed
* Increment version to 0.1.12 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/727
* [BUGFIX] Fixing DAS vars resolution by angeloprobst in https://github.com/trueagi-io/hyperon-experimental/pull/729
* Add Metta.evaluate_atom() method to the Python API by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/730
* Improve variable related API by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/731
* Add MeTTa tutorial website into README.md by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/733
* Minimize docker image size by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/732
* Propagating python errors in loader through to MeTTa by luketpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/734

New Contributors
* angeloprobst made their first contribution in https://github.com/trueagi-io/hyperon-experimental/pull/729

**Full Changelog**: https://github.com/trueagi-io/hyperon-experimental/compare/v0.1.11...v0.1.12

0.1.11

What's Changed
* Increment version to 0.1.11 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/709
* Fix equality check for grounded ops in stdlib by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/708
* add homepage url for pypi by mvpeterson in https://github.com/trueagi-io/hyperon-experimental/pull/712
* Fix build by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/713
* Fix chain working with variables by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/714
* Fix returning values through variables as actual parameters by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/715
* Fix exception on matching Python and Rust grounded atoms by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/717
* Rename wiped variables in Bindings::retain by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/716
* Move out executable by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/718
* Remove GroundedAtom::match_ method by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/719
* Fix docker build by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/722
* fetch support added to dasgate.py by CICS-Oleg in https://github.com/trueagi-io/hyperon-experimental/pull/720
* basic jetta wrapper by Necr0x0Der in https://github.com/trueagi-io/hyperon-experimental/pull/723
* Upgrade cibuildwheel version to 2.19.2 by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/724
* Use old version of cibuildwheel for MacOS releases by vsbogd in https://github.com/trueagi-io/hyperon-experimental/pull/726


**Full Changelog**: https://github.com/trueagi-io/hyperon-experimental/compare/v0.1.10...v0.1.11

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.