Change Log¶
v0.3 (July 22, 2018)¶
- Throw and catch errors in read.
- General commands:
ps --allto show statistics of all store entries #5 - General commands: Read multiple files in
read#6 - Support for default store option (enabled via setting
ALICE_SETTINGS_WITH_DEFAULT_OPTION) #7 - General commands:
store --popto remove current store element #8 - Automatic
to_<tag>in Python interface as shortcut forwrite_<tag>(log=True)["contents"]#9
v0.2 (May 7, 2018)¶
v0.1 (January 11, 2018)¶
- Initial release
- General commands:
alias,convert,current,help,print,ps,quit,set,show,store - Shell application command line flags:
--command,--filename,--echo,--counter,--interactive,--log - Macro API:
ALICE_MAIN,ALICE_ADD_STORE,ALICE_DESCRIBE_STORE,ALICE_PRINT_STORE,ALICE_PRINT_STORE_STATISTICS,ALICE_LOG_STORE_STATISTICS,ALICE_CONVERT,ALICE_SHOW,ALICE_STORE_HTML,ALICE_ADD_COMAND,ALICE_COMMAND,ALICE_READ_FILE,ALICE_WRITE_FILE,ALICE_ADD_FILE_TYPE,ALICE_ADD_FILE_TYPE_READ_ONLY,ALICE_ADD_FILE_TYPE_WRITE_ONLY - Python special features:
__repr__(fromprint), and_repr_html_(fromhtml_repr)