Some scripts in the J602 Base Library are being migrated to Addons. The scripts and corresponding shortcuts will remain in J602, but can also be accessed from Addons. Any updates will be made only to Addons, so these versions are recommended. In J603, the old Base Library scripts will be deleted, and shortcuts will be remapped to Addons as appropriate.
For example, in J602:
load 'csv'
loads the script ~system/packages/files/csv.ijs
This is now available as Addon tables/csv, so after installing that Addon, you should instead use:
load 'tables/csv'
which loads the script ~addons/tables/csv/csv.ijs
Migrated Scripts
csv
The csv script has been migrated as described above. There are several enhancements, see tables/csv.
finance
Scripts in packages/finance have been migrated to finance/interest and finance/actuarial.
math
Scripts in packages/math have been migrated to math/misc.
jturtle
The jturtle script in packages/misc is migrated to graphics/jturtle.
stats
The stats utilities have been migrated to stats/base. They have also been reorganized and some new definitions added. To load the complete set, use
load 'stats/base'
