mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 14:07:34 +02:00
Issue #87 - eval
now supports import
This commit is contained in:
parent
793e4e1426
commit
5d06cf1836
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
Features
|
||||
|
||||
- Cyclone now has support in the interpreter for loading libraries via `import`. This is probably the most important change in this release and allows `icyc` to be used to its full potential.
|
||||
- Store parameter objects in such a way that changes to a parameter object do not affect other threads that use the same parameter object.
|
||||
|
||||
The specific requirement from R<sup>7</sup>RS is:
|
||||
|
|
Loading…
Add table
Reference in a new issue