We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a21cc69
Minor interpolation bug fix as pointed out by #114. Also changed save_to_history() from using list(array) to array.tolist()
save_to_history()
list(array)
array.tolist()