Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-healpy-1.16.6-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python311-healpy Distribution: openSUSE:Factory:zSystems
Version: 1.16.6 Vendor: openSUSE
Release: 1.1 Build date: Wed Oct 11 19:35:06 2023
Group: Unspecified Build host: s390zl27
Size: 5828694 Source RPM: python-healpy-1.16.6-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/healpy/healpy
Summary: Python library to handle pixelated data on the sphere based on HEALPix
healpy is a Python package to handle pixelated data on the sphere. It is based
on the Hierarchical Equal Area isoLatitude Pixelization (HEALPix) scheme and
bundles the HEALPix C++ library.

healpy provides utilities to:
* convert between sky coordinates and pixel indices in HEALPix nested and ring schemes
* find pixels within a disk, a polygon or a strip in the sky
* apply coordinate transformations between Galactic, Ecliptic and Equatorial reference frames
* apply custom rotations either to vectors or full maps
* read and write HEALPix maps to disk in FITS format
* upgrade and downgrade the resolution of existing HEALPix maps
* visualize maps in Mollweide, Gnomonic and Cartographic projections
* transform maps to Spherical Harmonics space and back using multi-threaded C++ routines
* compute Auto and Cross Power Spectra from maps and create map realizations from spectra

Provides

Requires

License

GPL-2.0-only

Changelog

* Wed Oct 04 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.16.6:
    * Support for Python 3.12.
  - Split out -devel package containing C++ headers/sources.
* Mon Sep 04 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.16.5:
    * No documented changes.
  - Changes from vesion 1.16.4:
    * Updated HEALPix C++ to fix compilation issue, no actual
      changes to the library (gh#healpy/healpy#875).
    * Fix support for latest Cython (gh#healpy/healpy#862).
    * Minor changes to packaging and actions (gh#healpy/healpy#872,
      gh#healpy/healpy#865, gh#healpy/healpy#864,
      gh#healpy/healpy#863).
  - Changes from version 1.16.3:
    * Drop support for Python 3.7 (gh#healpy/healpy#821).
    * Added wheels for aarch64 under emulation in Github Actions
      (gh#healpy/healpy#819).
    * Allow pixelfunc.get_interp_val to operate on multiple maps
      (gh#healpy/healpy#816).
    * Add healpy-specific HealpyDeprecationWarning instead of using
      astropy's (gh#healpy/healpy#822).
    * Bugfix in Rotator in rmul (gh#healpy/healpy#810).
  - Use wheel macros to package; new BuildRequires:
    python-setuptools_scm, python-pip, python-wheel.
* Wed May 31 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.16.2:
    * Add `resize_alm` function to change a Alm array to a
      different ell max
    * Build wheels for Python 3.11
    * Instructions on how to build an optimized package for healpy
* Tue Oct 11 2022 pgajdos@suse.com
  - version update to 1.16.1
    * Updated CFITSIO included in `healpy` to 4.1.0, necessary for
      compatibility with Apple ARM chips
  - Changes from versions 1.16.0:
    * Update HEALPix C++ sources to revision 1206
    * Do not normalize binary arrays
    * Fix unncessary log warning message in plots
    * Fixed double application of `margins` in visualization
      functions when using subplot syntax and implemented
      `margins` parameter for `mollview`, `orthview`, and
      `azeqview` when subplot syntax is not used
    * Fixed `reuse_axes=True` for `cartview` and `gnomview`
    * New features in `projview`: subplots, remove monopole-dipole,
      labels, tickmarks, graticule, Planck and WMAP colormaps
    * Fixed the CFITSIO version mismatch warning
    * Added colorbar ticks and normalization
  - python-six is not required
* Tue Jul 12 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.15.2:
    * Update HEALPix C++ sources after update of ABI
      (gh#healpy/healpy#746).
  - Changes from versions 1.15.1:
    * New function hp.blm_gauss to generate alm of a gaussian beam
      (gh#healpy/healpy#735).
    * Implement rotation in the graticule of projview
      (gh#healpy/healpy#732).
    * Explain how to create a local datapath for pixel weights
      (gh#healpy/healpy#720).
    * Improvement on is_seq to avoid synalm breaking on JAX input
      arrays, added unit tests (gh#healpy/healpy#716).
    * Upgraded HEALPix C++ sources to HEALPix 3.8.1, fixing
      incompatibility with CFITSIO 4 (gh#healpy/healpy#727) and
      (gh#healpy/healpy#743).
* Wed Aug 18 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.15.0:
    * Write_map keeps dtype of input map array instead of float32
      (gh#healpy/healpy#688).
    * Read_map keeps dtype of FITS file instead of upcasting to
      float64 (gh#healpy/healpy#688).
    * Write_cl uses dtype of input cl instead of float64
      (gh#healpy/healpy#688).
    * Changed all warnings to using the logging module, deprecated
      all verbose keywords (gh#healpy/healpy#693).
    * Experimental projview function to plot maps using projections
      from matplotlib (gh#healpy/healpy#695).
    * Flip sign for spin-0 alm2map_spin and map2alm_spin
      (gh#healpy/healpy#707).
    * Support transparency in plotting with the alpha parameter
      (gh#healpy/healpy#696).
    * Removed the note that we will change order of cl in synfast
      and synalm, we will leave new=False default
      (gh#healpy/healpy#687).
    * Added convenice functions order2npix and npix2order
      (gh#healpy/healpy#685).
    * Support nested maps hp.smoothing (gh#healpy/healpy#678).
    * Improvements of the build system (gh#healpy/healpy#660).
    * Automatically build wheels for Linux/MacOS on Github actions
      (gh#healpy/healpy#656).
    * Drop support for Python 2.7-3.5 (gh#healpy/healpy#658).
    * Allow OBJECT FITS header not to be a string
      (gh#healpy/healpy#665).
    * Fixed indexing issue in bl2beam (gh#healpy/healpy#667).
    * Fixed map2alm_spin bug for masked input
      (gh#healpy/healpy#651).
    * Minor bugfixes:
    - Accept None for cls in synalm (gh#healpy/healpy#711)
    - Get nside from length of array in read_map
      (gh#healpy/healpy#710).
    - Fix spin 0 transforms in alm2map_spin
      (gh#healpy/healpy#708).
    - Raise exception for rotate_alm with complex64 inputs
      (gh#healpy/healpy#704).
    - Replace deprecated numpy aliases (gh#healpy/healpy#698).
  - New BuildRequires: python-Cython.
  - Drop python-healpy-drop-pytest-runner.patch: Upstream no longer
    requires pytest-runner for its tests.
* Thu Jan 21 2021 Benjamin Greiner <code@bnavigator.de>
  - Skip python36 because astropy is python >= 3.7
* Sun Aug 16 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Add python-healpy-drop-pytest-runner.patch: Drop pytest-runner
    which is unnecessary when running tests via pytest directly
    (gh#healpy/healpy#649).
* Sun Aug 16 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Initial package

Files

/etc/alternatives/healpy_get_wmap_maps.sh
/usr/bin/healpy_get_wmap_maps.sh
/usr/bin/healpy_get_wmap_maps.sh-3.11
/usr/lib64/python3.11/site-packages/healpy
/usr/lib64/python3.11/site-packages/healpy-1.16.6.dist-info
/usr/lib64/python3.11/site-packages/healpy-1.16.6.dist-info/COPYING
/usr/lib64/python3.11/site-packages/healpy-1.16.6.dist-info/INSTALLER
/usr/lib64/python3.11/site-packages/healpy-1.16.6.dist-info/METADATA
/usr/lib64/python3.11/site-packages/healpy-1.16.6.dist-info/RECORD
/usr/lib64/python3.11/site-packages/healpy-1.16.6.dist-info/REQUESTED
/usr/lib64/python3.11/site-packages/healpy-1.16.6.dist-info/WHEEL
/usr/lib64/python3.11/site-packages/healpy-1.16.6.dist-info/top_level.txt
/usr/lib64/python3.11/site-packages/healpy/__init__.py
/usr/lib64/python3.11/site-packages/healpy/__pycache__
/usr/lib64/python3.11/site-packages/healpy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/cookbook.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/cookbook.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/fitsfunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/fitsfunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/newvisufunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/newvisufunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/pixelfunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/pixelfunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/projaxes.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/projaxes.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/projector.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/projector.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/rotator.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/rotator.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/sphtfunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/sphtfunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/version.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/visufunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/visufunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/zoomtool.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/__pycache__/zoomtool.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/_healpy_pixel_lib.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/healpy/_healpy_sph_transform_lib.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/healpy/_hotspots.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/healpy/_line_integral_convolution.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/healpy/_masktools.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/healpy/_pixelfunc.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/healpy/_query_disc.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/healpy/_sphtools.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/healpy/cookbook.py
/usr/lib64/python3.11/site-packages/healpy/data
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n0002.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n0004.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n0008.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n0016.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n0032.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n0064.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n0128.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n0256.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n0512.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n1024.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n2048.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n4096.fits
/usr/lib64/python3.11/site-packages/healpy/data/pixel_window_n8192.fits
/usr/lib64/python3.11/site-packages/healpy/data/planck_cmap.dat
/usr/lib64/python3.11/site-packages/healpy/data/planck_log_cmap.dat
/usr/lib64/python3.11/site-packages/healpy/data/totcls.dat
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n00002.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n00004.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n00008.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n00016.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n00032.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n00064.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n00128.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n00256.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n00512.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n01024.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n02048.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n04096.fits
/usr/lib64/python3.11/site-packages/healpy/data/weight_ring_n08192.fits
/usr/lib64/python3.11/site-packages/healpy/data/wmap_cmap.dat
/usr/lib64/python3.11/site-packages/healpy/fitsfunc.py
/usr/lib64/python3.11/site-packages/healpy/newvisufunc.py
/usr/lib64/python3.11/site-packages/healpy/pixelfunc.py
/usr/lib64/python3.11/site-packages/healpy/projaxes.py
/usr/lib64/python3.11/site-packages/healpy/projector.py
/usr/lib64/python3.11/site-packages/healpy/rotator.py
/usr/lib64/python3.11/site-packages/healpy/sphtfunc.py
/usr/lib64/python3.11/site-packages/healpy/test
/usr/lib64/python3.11/site-packages/healpy/test/__init__.py
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/conftest.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/conftest.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_cookbook.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_cookbook.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_deprecation.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_deprecation.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_fitsfunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_fitsfunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_line_integral_convolution.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_line_integral_convolution.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_pixelfunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_pixelfunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_pixelweights.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_pixelweights.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_query_disc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_query_disc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_rotator.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_rotator.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_sphtfunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_sphtfunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_spinfunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_spinfunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_visufunc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/test/__pycache__/test_visufunc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/test/conftest.py
/usr/lib64/python3.11/site-packages/healpy/test/data
/usr/lib64/python3.11/site-packages/healpy/test/data/anafast_3_11_config_test_anafast.par
/usr/lib64/python3.11/site-packages/healpy/test/data/anafast_3_11_config_test_anafast_nomask.par
/usr/lib64/python3.11/site-packages/healpy/test/data/anafast_3_11_config_test_anafast_xspectra.par
/usr/lib64/python3.11/site-packages/healpy/test/data/cl_wmap_band_iqumap_r9_7yr_WVxspec_v4_udgraded32_II_lmax64_rmmono_3iter.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/cl_wmap_band_iqumap_r9_7yr_W_v4_udgraded32_II_lmax64_rmmono_3iter.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/cl_wmap_band_iqumap_r9_7yr_W_v4_udgraded32_II_lmax64_rmmono_3iter_nomask.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/cl_wmap_band_iqumap_r9_7yr_W_v4_udgraded32_IQU_lmax64_rmmono_3iter.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/gaussbeam_10arcmin_lmax512_pol.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/justq_gal2ecl.fits.gz
/usr/lib64/python3.11/site-packages/healpy/test/data/map_synfast_seed12345.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/smoothing_3_11_config_test_smoothing_masked.par
/usr/lib64/python3.11/site-packages/healpy/test/data/smoothing_3_11_config_test_smoothing_notmasked.par
/usr/lib64/python3.11/site-packages/healpy/test/data/synfast_3_11_config_test_synfast.par
/usr/lib64/python3.11/site-packages/healpy/test/data/wmap_band_iqumap_r9_7yr_V_v4_udgraded32.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/wmap_band_iqumap_r9_7yr_V_v4_udgraded32_masked.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_smoothed10deg_fortran.fits
/usr/lib64/python3.11/site-packages/healpy/test/data/wmap_temperature_analysis_mask_r9_7yr_v4_udgraded32.fits
/usr/lib64/python3.11/site-packages/healpy/test/test_cookbook.py
/usr/lib64/python3.11/site-packages/healpy/test/test_deprecation.py
/usr/lib64/python3.11/site-packages/healpy/test/test_fitsfunc.py
/usr/lib64/python3.11/site-packages/healpy/test/test_line_integral_convolution.py
/usr/lib64/python3.11/site-packages/healpy/test/test_pixelfunc.py
/usr/lib64/python3.11/site-packages/healpy/test/test_pixelweights.py
/usr/lib64/python3.11/site-packages/healpy/test/test_query_disc.py
/usr/lib64/python3.11/site-packages/healpy/test/test_rotator.py
/usr/lib64/python3.11/site-packages/healpy/test/test_sphtfunc.py
/usr/lib64/python3.11/site-packages/healpy/test/test_spinfunc.py
/usr/lib64/python3.11/site-packages/healpy/test/test_visufunc.py
/usr/lib64/python3.11/site-packages/healpy/utils
/usr/lib64/python3.11/site-packages/healpy/utils/__init__.py
/usr/lib64/python3.11/site-packages/healpy/utils/__pycache__
/usr/lib64/python3.11/site-packages/healpy/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/utils/__pycache__/deprecation.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/healpy/utils/__pycache__/deprecation.cpython-311.pyc
/usr/lib64/python3.11/site-packages/healpy/utils/deprecation.py
/usr/lib64/python3.11/site-packages/healpy/version.py
/usr/lib64/python3.11/site-packages/healpy/visufunc.py
/usr/lib64/python3.11/site-packages/healpy/zoomtool.py
/usr/share/doc/packages/python311-healpy
/usr/share/doc/packages/python311-healpy/CHANGELOG.rst
/usr/share/doc/packages/python311-healpy/README.rst
/usr/share/licenses/python311-healpy
/usr/share/licenses/python311-healpy/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 23:45:58 2024