------------------------------------------------------------------- Fri Dec 20 01:28:01 UTC 2024 - Atri Bhattacharya - Update to version 3.83: * General: - Support for intel ifx compiler. - Proper detection of python versions 3.10 and above. * C++: - bug fix in query_polygon where pixels might be missing in some situations where polygon edges were parallel to the equator (gh#healpy/healpy#904). - bug fix in query_disc_inclusive where pixels could be missing at locations exactly azimuthally opposite to the disc center (gh#healpy/healpy#968). - Update c++ shlib name to keep with so version update (3 -> 4). ------------------------------------------------------------------- Mon Oct 9 14:34:29 UTC 2023 - Atri Bhattacharya - Recompress to xz during buildtime to reduce src.rpm size. ------------------------------------------------------------------- Wed Oct 4 23:33:05 UTC 2023 - Atri Bhattacharya - Update to version 3.82: * C: Corrected documentation of pix2vec routines. * C++: Cfitsio 4.1.0 (March 2022) and higher now properly supported. * Fortran 90: Bug corrections in input_map and read_fits_partial. - Switch to obs_scm instead of tar_scm service; only recompress to tar at buildtime. ------------------------------------------------------------------- Mon Jul 11 23:49:03 UTC 2022 - Atri Bhattacharya - Update to version 3.81: * Cfitsio 4.0.0 (Jul 2021) and higher now properly supported. * Introduced workarounds for some minor GDL and FL limitations. - New BuildRequires: pkgconfig(zlib) and also Requires for c++ devel package. - Drop healpix-cfitsio-version-format-change.patch: incorporated upstream. ------------------------------------------------------------------- Wed Aug 18 02:05:08 UTC 2021 - Atri Bhattacharya - Update to version 3.80: * General: - addition of SHARP_PARAL and CXX_PARAL to control the parallel implementation of the libsharp library and C++ library and codes. - PYTHON now defaults to python3. * C++: - the line-integral convolution interface is now accessible not only from the command line, but also via C++ calls, to allow calling from healpy. - some internals were restructured to allow easier integration with SWIG. * Fortran 90 facilities and subroutines: - Improvement of query_disc routine in inclusive mode. - The routines alm2map_spin and map2alm_spin now accept any (integer) spin values |s|>=0, but the scalar routines alm2map and map2alm are still recommended for vanishing spin (s=0). - Correction of bugs preventing the compilation with versions 10.* of gfortran. - Fixed bug affecting map2gif when compiled with versions 10.* of gfortran and gcc. - Add healpix-cfitsio-version-format-change.patch -- Adapt to new three-number version format of cfitsio [https://sourceforge.net/p/healpix/bugs/122/]. ------------------------------------------------------------------- Tue Nov 10 10:33:52 UTC 2020 - Atri Bhattacharya - Use _service file to build source tarball from svn repo directly while omitting idl source files: this avoids licensing issues that the idl source files carry. ------------------------------------------------------------------- Sun Aug 16 08:54:39 UTC 2020 - Atri Bhattacharya - Initial package