Releases: cosmoquester/memoria
Releases · cosmoquester/memoria
Release v1.1.0
What's Changed
- The features including unique engram ids and ages to track memoria's internal processes were newly added.
- docs: Add engrams visualization by @cosmoquester in #43
- fix: Fix dataset revision by @cosmoquester in #44
- ci: Fix coverage reporting error by @cosmoquester in #45
- docs: Update paper information by @cosmoquester in #46
- docs: Update citation file by @cosmoquester in #47
- docs: update acceptance information by @cosmoquester in #48
- Docs: update citation by @cosmoquester in #49
- Feat: Add age option by @cosmoquester in #50
- Feat: Add Engram ID and status summary by @cosmoquester in #51
- Feat: Add option keeping history by @cosmoquester in #52
- fix: Use unsqueeze to support older torch versions by @cosmoquester in #53
- fix: Add options to Engrams.empty by @cosmoquester in #54
- Fix: Track id option errors by @cosmoquester in #55
- Fix: History manager errors by @cosmoquester in #56
- Feat: Add more info by @cosmoquester in #57
- Feat: Improve history manager by @cosmoquester in #58
- style: Use modern style typing by @cosmoquester in #59
- ci: Create python-publish.yml by @cosmoquester in #60
- build: Upgrade version to 1.1.0 by @cosmoquester in #61
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
This is initial version of Memoria and the codes are used to conduct experiments on the paper.
The sorting dataset I used for my experiment is available for download and available in huggingface synthetic-sorting.
What's Changed
- feat: Use L2 distance to get weight by @cosmoquester in #26
- feat: Use top k ltms by @cosmoquester in #27
- feat: add abstractor by @cosmoquester in #28
- perf: Fix memory issue due to duplicated indices by @cosmoquester in #29
- refactor: Simplify by @cosmoquester in #30
- fix: Non unique problem by @cosmoquester in #31
- docs: Add license by @cosmoquester in #32
- feat: Add experiment code by @cosmoquester in #33
- docs: Update README by @cosmoquester in #34
- chore: Remove unused options by @cosmoquester in #35
- docs: Update experiment readme by @cosmoquester in #38
- fix: Experiment errors by @cosmoquester in #39
- build: Package Setup by @cosmoquester in #40
- docs: Update CITATION highlight by @cosmoquester in #41
- build: Fix setup.py errors by @cosmoquester in #42
Full Changelog: v0.0.1...v1.0.0
Release v0.0.1
test: Add test cases setitem with numel 1 tensor