Skip to content

Commit 4253032

Browse files
authored
{docs} Update image, amod config options, and CHANGELOG (#274)
1 parent cfc4771 commit 4253032

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [0.10.0] - (in progress)
5+
## [0.10.0](https://github.com/asmaloney/gactar/releases/tag/v0.10.0) - 2022-07-07
66

77
### Added
88

@@ -46,10 +46,16 @@ All notable changes to this project will be documented in this file. The format
4646

4747
- Replaced _partial_matching_ option from the **procedural** module with the _mismatch_penalty_ option for the **memory** module. Setting this turns on partial matching and sets the penalty in the activation equation to this value. ([#261](https://github.com/asmaloney/gactar/pull/261))
4848

49+
- Updated web UI to vue 2.7.x. ([#272](https://github.com/asmaloney/gactar/pull/272))
50+
4951
### Fixed
5052

5153
- Give proper error when trying to use an invalid type with `_status`. ([#242](https://github.com/asmaloney/gactar/pull/242))
5254

55+
- Check for reserved chunk names. ([#271](https://github.com/asmaloney/gactar/pull/271))
56+
57+
The following names are reserved according to ACT-R: `busy`, `clear`, `empty`, `error`, `failure`, `free`, `full`, `requested`, and `unrequested`
58+
5359
## [0.9.0](https://github.com/asmaloney/gactar/releases/tag/v0.9.0) - 2022-06-20
5460

5561
### Added

doc/amod Config.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ gactar {
1313
}
1414
```
1515

16-
| Config | Type | Description |
17-
| ----------------- | ------------------------------------------ | -------------------------------------- |
18-
| log_level | string (one of 'min', 'info', or 'detail') | how verbose our logging should be |
19-
| trace_activations | boolean | output detailed info about activations |
16+
| Config | Type | Description |
17+
| ----------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------- |
18+
| log_level | string (one of 'min', 'info', or 'detail') | how verbose our logging should be |
19+
| trace_activations | boolean | output detailed info about activations |
20+
| random_seed | positive integer | sets the seed to use for generating pseudo-random numbers (allows for reproducible runs) |
2021

2122
## Module Config
2223

doc/images/gactar-web.png

-86.3 KB
Loading

0 commit comments

Comments
 (0)