File gdl-language.changes of Package gdl-language

-------------------------------------------------------------------
Fri Dec 19 14:23:20 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>

- Version 1.1.3
  * small rewrite in test_str_sep and test_strsplit
  * try to fix all the messages
  * few changes for testsuite & ERF()
  * managing Complex coefs as input in FZ_ROOTS()
- Version 1.1.2
  * support for all new syntax for constants, complex and strings
  * enable strings and be conformant to documentation
  * Always build plplot as a static library
  * added PUT and rewrote GET methods for IDLNETURL
  * SPAWN was not closing the opened pipes
  * Device NULL now is really existing
  * Implement read variable-length strings from HDF5 file
  * WIP testing a lot of changes in order to get full support to 
    SSW software suite for solar satellites
  * Speedup lexer
  * Solve reads from cr or crlf files
  * align all error tests after a new getc() in default_io
  * WIP adding the DLM (and LINKIMAGE) functionality
  * DLM support, without proprietary file (idl_export.h)
  * Update hdf5_fun.cpp
  * patches for DLM / LINKIMAGE support
  * Update python_print.py
  * Min max for plot is back
  * Better handling exceptions in dlms
  * Sort extra tags
  * More NetCDF functionality
  * bump whereami submodule
  * Switch to Eigen/CMake's FindEigen3
  * HDF5 can now read compound (structure) arrays
  * Adding GRIDDATA
  * provide good orientation for XYOUTS angles
  * WIP --- LIST and HASH changes to accomodate object-oriented
    inheritance
  * WIP Towards a GDL with smaller memory imprint and no memory
    leaks
  * insure memory about label for contour is erased in plplot
  * WIP SSW SPICE debugging find a (lot of) unfinished/inexact
    business in DLM support
  * new ERF and similar functions support COMPLEX valuse and are
    using the faddeeva package
  * details + solve [x|y|z]TICK_GET= returned values
  * add subdir for MPFIT procedures to be visible in testsuite/
- dropped source whereami
  * included upstream
- upstream requests
  * drop patch gdl-funList.patch
  * do not set GDL_PATH
  * add idl link

-------------------------------------------------------------------
Tue Feb 11 14:32:56 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>

- Version 1.1.1
  * Rewrote POLY_2D (faster, accurate, handles complex values too)
  * Important Fixes to netCDF4 and HDF5
  * READ_TIFF reads complex values
  * READ and READF corrected to accept commas as separators, 
    and read complex values
  * patched bug in SMOOTH with lots of NaNs in the 2D case
  * Enable COMPILE_OPT options accepted at main level
  * RESOLVE_ALL now... resolves all
  * Added SIGNUM function
  * UNIT keyword for the SPAWN command now 100% supported

-------------------------------------------------------------------
Fri Dec  6 13:20:31 UTC 2024 - Giacomo Comes <gcomes.obs@gmail.com>

- Version 1.1
 * The dependency to the plplot package has been removed
 * 3D support (SURFACE, SHADE_SURF and all T3D options for 2D plots) complete
 * Plot positioning, labeling, character sizes etc... now identical to IDL
 * support for !C embedding command
 * Widgets: too many improvements to be listed
 * Parallel processing with the support of IDL_IDLBridge:: commands
 * SAVE/RESTORE of compiled procedures
 * Shared memory mapping with SHMMAP and related commands
 * Support of !NULL as a lefthand argument
 * HDF5 improvements
 * Better READ/WRITE of all graphic formats (GIF, JPEG, etc)
 * New procedures and functions:
    Eigenvalues and Eigenvectors: added ELMHES,HQR,TRIRED,LA_HELMES,LA_TRIRED,TRIQL
    Sparse matrix: added SPRSIN,SPRSAB,SPRSAX,FULSTR,SPRSTP,LINBCG
    GAUSSFIT, SCOPE_VARFETCH options, ARROW, DEFROI, option EDGE_CONSTANT for CONVOL
    ALLANVAR, MEDABSDEV
 * Debug commands: .RET , .SO, .OUT, .SIZE
 * IMPLIED_PRINT
 * Speedup of many many functions and procedures

-------------------------------------------------------------------
Wed Sep 25 20:52:19 UTC 2024 - Giacomo Comes <gcomes.obs@gmail.com>

- Use %patch -p N instead of deprecated %patchN

-------------------------------------------------------------------
Sun Jun  2 02:04:28 UTC 2024 - Giacomo Comes <gcomes.obs@gmail.com>

- Version 1.0.6
  * fixed a critical Plplot bug in the release 1.0.5
- Version 1.0.5
  * Suppress GTK+ diagnostics
  * fine-tune checkout action (submodules, fetch-depth)
  * qhull.cpp: Use resize() to extend vectors instead of reshape().
  * Permit relocation of drivers
  * Correct surface and shade_surf
  * insure journal is really created
  * congrid was complaining if last dimension was 1
  * add support for writing geotiff tags, using only a GDL procedure
  * correct behaviour of widget_base(/MAP)
  * rewrote write tiff
  * Restore 64bits pointers in RESTORE procedure
  * Adds ARROW and DEFROI procedures to GDL
  * Correct histogram bug
  * Various patches and addons to finish complete (yes!) support of HESSI (and SSW)
  * fixed codecov so it actually works
  * New version of gaussfit named gaussfit2
  * Integer power optimizations
  * rewrote a more precise tic and toc
  * PostScript shape,size and position improvements
  * Exact plot positioning in all cases
  * improved version for GAUSSFIT() + initial import of "test_gaussfit.pro"
  * Remove unitialized values in plplot driver
  * Save restore procedures now available
  * Sparse matrix support

-------------------------------------------------------------------
Sun Dec 24 18:39:53 UTC 2023 - Giacomo Comes <gcomes.obs@gmail.com>

- Version 1.0.4
  * better PostScript outputs
  * progress related to SSW packages
  * fast GAUSSFIT()
  * SAVE/RESTORE of procedures (/routines)
  * small bugs fixed, thanks to reports from end-users

-------------------------------------------------------------------
Thu Sep 14 21:43:33 UTC 2023 - Giacomo Comes <gcomes.obs@gmail.com> - 1.0.3

- Version 1.0.3
  * Suppress GTK+ diagnostics
  * use the general library whereami for getting the path of the excutable 
    on all platforms
  * Solve a GTK problem hidden in wxWidgets (documented)
  * permit distro builders to put drivers in GDL_LIB_DIR
- include needed whereami sources
- discard patch pull_1486.patch (merged upstream)
- remove workaround for source version fix

-------------------------------------------------------------------
Thu Feb 16 15:01:54 UTC 2023 - Giacomo Comes <gcomes.obs@gmail.com> - 1.0.2

- Version 1.0.2
  * fix issues related to WXwidgets
  * fix memory leak
  * wider support to HDF5 format is operational
- add upstream patch: pull_1486.patch
  * allow to set GDL_LIB_DIR
- remove workaround for boo#1195074
- fix version in the source

-------------------------------------------------------------------
Mon Jan 24 15:24:34 UTC 2022 - Giacomo Comes <gcomes.obs@gmail.com> - 1.0.1

- Version 1.0.1
  * wx plotting device fixes
  * image file reading fixes
  * widget enhancements
  * countour plot fixes
  * CURVEFIT fix
  * new routines: CW_BGROUP, READM_PPM, WRITE_PPM
  * Python interface: switch to undeprecated NumPy API
- Version 1.0.0
  * wxwidgets is now the default plplot plotting backend
  * cleanups, speed and compatibility improvements, new test routines
    new GDL routines, 700+ commits in total since the last release
  * new resource files (including GDL icon)
  * Delaunay triangulation support
  * game-changing improvements in widgets and plotting
  * improvements in implied print, FILE_SEARCH/FINDFILE, PostScript output
    interpolation and *_LUN routines (kudos Gilles)
  * HDF5 improvements
  * TRIANGULATE improvements
  * IBETA, TIMESTAMP and related time-handling improvements
  * numerous fixes and IDL-compatibility improvements
  * CMake: requiring 3.2, removed local FindNumpy, cleanups
  * stopped supporting grib_api in favor of eccodes
- See file NEWS in the source for the rest of the changes since 0.9.7
- dropped patches:
  gdl-fun-fix  gdl-null-return-fix  gdl-template  gdl-topython-size 
- removed old specfile constructs
- installed desktop file

-------------------------------------------------------------------
Thu Jun 15 08:27:41 UTC 2017 - matwey.kornilov@gmail.com

- Version 0.9.7
  Add patch: gdl-template.patch

-------------------------------------------------------------------
Wed Dec 23 10:11:17 UTC 2015 - highwaystar.ru@gmail.com

- init GDL path in python module  

-------------------------------------------------------------------
Wed Dec 23 09:12:59 UTC 2015 - highwaystar.ru@gmail.com

- fixed user function seach in python module 

-------------------------------------------------------------------
Wed Dec 23 08:15:45 UTC 2015 - highwaystar.ru@gmail.com

- fixed incorrect sizeof use in toPython method

-------------------------------------------------------------------
Wed Dec 23 06:52:01 UTC 2015 - highwaystar.ru@gmail.com

- direct function call from python patch 

-------------------------------------------------------------------
Mon Dec 21 07:20:52 UTC 2015 - highwaystar.ru@gmail.com

- always make antlr lib static (gdl use its own modified antlr lib) 

-------------------------------------------------------------------
Mon Dec 21 06:27:26 UTC 2015 - highwaystar.ru@gmail.com

- fixed null return errors 

-------------------------------------------------------------------
Fri Dec 18 03:16:52 UTC 2015 - highwaystar.ru@gmail.com

- update to 0.9.5 

-------------------------------------------------------------------
Wed Oct 20 05:39:14 UTC 2010 - highwaystar.ru@gmail.com

- fixed fftw3-devel BR 

-------------------------------------------------------------------
Wed Oct 20 02:25:03 UTC 2010 - highwaystar.ru@gmail.com

- python enabled 

-------------------------------------------------------------------
Sat Oct 16 02:04:27 UTC 2010 - highwaystar.ru@gmail.com

- initial build for openSUSE
- based on Fedora spec 

openSUSE Build Service is sponsored by