IDL-61635 |
In function graphics, displaying a plot with lots of points and a linestyle won't display the line: IDL now properly renders plot lines. |
IDL-69103 |
Feature: Allow users to specify compression level with WRITE_PNG: Added COMPRESSION keyword to WRITE_PNG. |
IDL-70652 |
IDL DicomEx Storage SCP service incorrectly requires a full IDL license: Removed the requirement for a full IDL license. |
IDL-70695 |
Function graphics Legend would sometimes ignore the TRANSPARANCY keyword: This has been fixed and a FILL_COLOR property has been added. |
IDL-70894 |
TS_SMOOTH handles NaN's poorly: A NaN keyword has been added to TS_SMOOTH. |
IDL-70960 |
IDL's Shapelib library is out of date: The Shapelib library used by IDLffShape has been updated to the latest version. |
IDL-71021 |
Better documentation for Family argument in Wavelet WV_CWT: The documentation for WV_CWT has been improved to include information about available wavelet functions and the Family argument. |
IDL-71023 |
YAML_SERIALIZE fails on certain ASDF files: This was caused by ASDF/YAML files that had tag nodes without a value. IDL's ASDF/YAML routines now properly handle these by replacing the missing value with the string "null". |
IDL-71063 |
On Windows, READ_TIFF will not handle filenames with special Unicode or UTF8 characters: QUERY_TIFF, READ_TIFF and WRITE_TIFF will now properly handle filenames with these characters on Windows platforms. |
IDL-71064 |
Security vulnerability with the Eclipse JGit library in IDL Workbench: Upgraded Egit and JGit libraries to 6.7. |
IDL-71070 |
IDL crashes when comparing a list and an array with a single element using Map with Lambda: IDL no longer crashes. |
IDL-71073 |
Mac Arm: Java bridge fails to initialize when Workbench is started by double clicking on the Applescript: Java bridge now works properly for these cases. |
IDL-71074 |
HttpRequest with secure https fails on Linux, Mac, and ENVI-only installs: HttpRequest now correctly locates the certificate file shipped in the appropriate IDL bin directory. |
IDL-71076 |
Read_csv and String to double conversion error: If an error occurred in Read_Csv or IDLffJSON with type conversion, the error would be caught but the error state would not get cleared. IDL now correctly clears the error state. |
IDL-71082 |
IDL's Shapefile world map data is out of date: IDL's shapefiles have been updated to more include more up-to-date country boundaries. See MapContinents for details. |
IDL-71091 |
Bessel functions: BESELI, BESELJ, BESELK and BESELY need to doc that if N is not specified, then the default is N=0: This is now documented. |
IDL-71094 |
IDLffShape does not handle "Logical" (FTLogical) attribute type: IDLffShape now handles both Logical (FTLogical) and Date (FTDate) attribute types. See IDLffShape for details. |
IDL-71111 |
Zipping/unzipping some files can fail: Fix FILE_UNZIP to handle compressed files that are the same size as their uncompressed versions. |
IDL-71112 |
Java Import Bridge ignores the user's IDLJAVAB_LIB_LOCATION shell environment variable setting in some cases: Now, if we don't find Java at the default location we will honor the environment variable. |
IDL-71113 |
IDL 9.0 function graphics do not render line thickness properly when saving: IDL now properly renders the line thickness in saved graphics. |
IDL-71118 |
H5_GETDATA unable to read a VLEN dataset: IDL now supports H5T_VLEN variables with zero-length arrays. |
IDL-71120 |
Overly-large bitmaps in widget_tree can cause IDL to exit: Large widget_tree bitmaps now work properly. |
IDL-71122 |
IDL Runtime Embedded License not allowing additional license acquisition from regular licenses: Fixed, check non-embedded licenses for a feature if it was not found in an embedded license. |
IDL-71132 |
For the MAP function, if you do not set FILL_COLOR or set it to "white", the image changes when you switch on the continents or countries: Fixed, the white color is now displayed properly and the map does not change. |
IDL-71133 |
JSON_PARSE cannot handle nonstandard unquoted NaN or Infinity: JSON_PARSE now handles NaN and Infinity values, and JSON_SERIALIZE has a new keyword to allow output. |
IDL-71135 |
LIST::REMOVE and LIST::ADD were not allowing a string as a argument: This has been fixed. |
IDL-71136 |
FILE_UNZIP followed by RESOLVE_ALL fails: IDL now properly compiles all required files. |
IDL-71138 |
The PKG installer for arm64 Mac IDL was incorrectly requiring installation of Rosetta: The installer now no longer requires Rosetta. |
IDL-71140 |
CW_FORM doesnt retain spaces in its GUI: IDL now properly keeps the spaces. |
IDL-71142 |
MAPCONTINENTS clipping issue with polar projections: Fixed, the fill interval has been decreased to avoid broken polygons. |
IDL-71146 |
WINDOW procedure with negative dimensions causes screen distortion on Linux: IDL now throws an appropriate error for negative dimensions. |
IDL-71147 |
Bridge from IDL to Python 3.10 does not properly inherit the PYTHONPATH environment variable: Fixed, now allow environment variables to be picked up by the Python bridge. |
IDL-71149 |
COLORBAR improperly rounds decimal labels from CONTOUR: IDL no longer converts colorbar labels to integers. |
IDL-71167 |
IDL Help not working with Firefox on Mac or Linux: Help is now working properly with Firefox. |
IDL-71168 |
HttpRequest was ignoring the Content-type in the HEADERS keyword: HttpRequest now allows users to override Content-Type. |
IDL-71169 |
Dataminer was incorrectly using an evaluation license on Linux: Dataminer now works properly on Linux. |
IDL-71172 |
MAKE_RT doesn't copy over standard DICOM libraries unless DICOMEX flag is used: Fixed, make_rt now automatically copies the standard DICOM libraries. |