Skip to content

v0.3.0 - 15 March 2022

Compare
Choose a tag to compare
@asmaloney asmaloney released this 15 Mar 15:23
· 442 commits to main since this release

Changed

  • All endpoints are now prefixed by /api. This allows us to control the routes better in the web interface. (#83)

  • Web development & build environment migrated from vue-cli to vite. It is faster & reduces our dependencies. (#84)

  • Convert web interface to use TypeScript. (#86)

  • Update vanilla ACT-R to version 7.27.0 (from 15 Sep 2021).

  • Change underlying ccm code from CCMSuite3 to python_actr. The python_actr code was extracted from CCMSuite3 and now has a pip package to make installation easier.

    • Naming note: When gactar was written, it used CCMSuite3 and it was referred to throughout gactar as ccm. Instead of changing everything to refer to python_actr I've decided to leave it as ccm. This helps avoid confusion between python_actr and pyactr.
  • Update all underlying dependencies (both go and npm).