originpro Python Package Release Notes
Package Version | Date | Notes/Description | Internal References (JIRA) |
---|---|---|---|
1.1.6 | 4-25-2023 | Bug Fix: fixed plot_cloneable() failing to update preset graph short name/long name. | |
1.1.6 | 4-25-2023 | Bug Fix: fixed bug of plot.colormap failing to apply colors to a set of grouped plots from palette file. | |
1.1.6 | 4-25-2023 | Bug Fix: fixed “iteritems deprecated” error for pandas 2.0. | |
1.1.6 | 4-25-2023 | Add plot.group property to check if a plot is in group. plot.group=0 #not in a group
plot.group=1 #group head
plot.group=2 #group member | |
1.1.6 | 4-25-2023 | Improve function save_fig() to control exported image size by optional parameter ratio (size factor in %). Available for svg and emf. Default is 0. | |
1.1.6 | 4-25-2023 | Improve function image.from_file() to support import image from URL to image window | |
1.1.6 | 4-25-2023 | Add function to MSheet class to support convert image to Matrix: from_img(img) | |
1.1.6 | 4-25-2023 | Add function to download template. olab_download(file) |