Release 0.1.4
Pre-release
Pre-release
What's Changed
- Upgrade conan to 1.60.1 in order to support GCC 13 by @vsbogd in #341
- Automatically update hyperonpy module when Python hyperon package is installed in editable mode by @vsbogd in #343
- a minor change for backward compatibility of metta runner by @Necr0x0Der in #352
- Python API usability issues. Changes: by @luketpeterson in #345
- example of a space which query calls gpt-3.5 by @Necr0x0Der in #353
- Fix cdr-atom behavior by @vsbogd in #357
- Fix comment within expression when right before closing parenthesis by @ngeiswei in #360
- Simplifying bind_set! macro because Rust toolchain v. 171 changed the way declarative macros are parsed by @luketpeterson in #362
- Adapt CMake files to allow building Python packages under cibuildwheel environment by @vsbogd in #355
- Add subsection about logger in README.md by @ngeiswei in #363
- Change Grounded::execute function signature so args is an immutable slice, vs. mutable Vec by @luketpeterson in #364
- Updating atom_t and bindings_set_t to pass-by-value objects in C API by @luketpeterson in #361
- Converge c vec types by @luketpeterson in #367
- Renaming to c_atom_vec_callback_t, and deleting unnecessary Borrow impl for atom_vec_t by @luketpeterson in #368
- Changing atom_t internals from Box to *mut by @luketpeterson in #372
- API consistency changes around adding and traversing Bindings by @luketpeterson in #369
Full Changelog: v0.1.3...v0.1.4