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