1
0

Commit Graph

  • f6ac2f4dc4 Accepting request 1197898 from devel:languages:python:numeric factory Dominique Leuenberger 2024-09-01 17:22:00 +0000
  • 332dcbc0f9 - Update to 6.1.3 ## Bug Fixes ### astropy.io.fits * Fix reading zero-width columns such as 0A fields. [#16894] * Ensure that QTable, like Table, can read zero-length string columns, and not convert them to length 1 strings. In the process, avoid a needless copy of all the data for QTable. [#16898] ### astropy.io.votable * Fix KeyError when parsing certain VOTables. [#16830] ### astropy.modeling * Fixed the fit_deriv calculations in the Lorentz1D model. [#16794] ### astropy.table * Pretty-printing of Tables now also works in the presence of zero-length string columns (which sometimes are present in FITS tables). [#16898] ### astropy.utils * Fix the return type for np.broadcast_arrays on a single Masked instance: it now correctly returns a 1-element sequence instead of a single array, just like would be the case with a regular array. [#16842] ### astropy.wcs * Fix a bug where wcs_info_str’s results would look different in numpy 2 VS numpy 1. [#16586] ## Other Changes and Additions * The minimum required version of PyArrow is now v7.0.0. [#16785] devel Benjamin Greiner 2024-08-30 15:31:50 +0000
  • 7d17300e1a Accepting request 1194255 from devel:languages:python:numeric Dominique Leuenberger 2024-08-16 10:24:11 +0000
  • 31e95c3d33 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=135 Benjamin Greiner 2024-08-16 09:28:01 +0000
  • a59b63c69d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=134 Benjamin Greiner 2024-08-16 09:27:15 +0000
  • 168a17135d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=133 Dirk Mueller 2024-08-09 07:22:06 +0000
  • 79cc8953be - limit to numpy < 2 - Restrict numpy to < 2. features since the 4.0.x series of releases. In particular, this * A new SpectralCoord class for representing and transforming * Support for in-place setting of array-valued SkyCoord and frame * Change in the definition of equality comparison for coordinate * Support for units on otherwise unitless models via the which are first time contributors to Astropy * astropy.table Fixed a small bug where initializing an empty Column with a structured dtype with a length and a shape * Fixed installation of the source distribution with astropy.utils.data.download_file now supports FTPS/FTP over astropy.utils.data now uses a lock-free mechanism for caching. This new mechanism uses a new cache layout and so ignores caches created using earlier mechanisms (which were causing lockups on clusters). The two cache formats can coexist but do astropy.utils.data now ignores the config item astropy.utils.data.conf.download_cache_lock_attempts since no astropy.utils.data.download_file and related functions now interpret the parameter or config file setting timeout=0 to mean they should make no attempt to download files. [#10437, astropy.utils.import_file_to_cache now accepts a keyword-only argument replace, defaulting to True, to determine whether it should replace existing files in the cache, in a way as close astropy.utils.data.download_file and related functions now treat http://example.com and http://example.com/ as equivalent. The new auxiliary WCS parameters added in WCSLIB 7.1 are now Added an extra fallback to os.expanduser('~') when trying to Corrected definition of parsec to 648 000 / pi AU following IAU Dirk Mueller 2024-08-09 07:08:05 +0000
  • 707a3eff42 - update to 6.1.2: * When reading CDS and MRT files, only interpret a line as a section delimiter if it contains exclusively dashes or equal signs. This enables rows starting with dashes. * Fix a spurious exception when reading integer compressed images with blanks. * Fixed a crash that occurred for files opened via fits.open(..., mode='update'), on Windows, and with numpy 2.0 installed. A warning is now emitted in cases most likely to escalate into undefined behavior (e.g., segfaults), i.e., when a closed memory map object is still referenced by external code. Please report any regression found. * Fixed a bug that caused models returned by non-linear fitters to have sync_constraints set to False, which caused constraints accessed through, e.g., Model.fixed to not be in sync with the fixed attribute of the parameters. * Fixed a bug that caused CompoundModel.without_units_for_data to return an incorrectly constructed model when the compound model contained a * or / operation, and which also caused fitting to not work correctly with compound models that contained * or / operations. * The OGIP parser is now less restrictive with strings that represent a unit that includes the sqrt function. For example, u.Unit("sqrt(m)**3", format="ogip") no longer causes a ValueError. * Fixed an edge-case bug in overlap_slices where the function could return an empty slice for non-overlapping slices. * Fixed a WCSAxes bug when overlaying a frame with default units that are not degrees. Dirk Mueller 2024-08-09 06:55:59 +0000
  • 89a1f8a66e Accepting request 1188362 from devel:languages:python:numeric Ana Guerrero 2024-07-19 13:27:41 +0000
  • f7acbbf50c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=129 Benjamin Greiner 2024-07-11 08:19:04 +0000
  • 11969144f4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=128 Benjamin Greiner 2024-07-11 08:18:39 +0000
  • 37d7664705 - Revert numpy restriction. Benjamin Greiner 2024-07-11 07:47:06 +0000
  • f6615c78ad - Restrict numpy to < 2. Steve Kowalik 2024-07-11 05:35:39 +0000
  • 97e3e6581b Accepting request 1183096 from devel:languages:python:numeric Ana Guerrero 2024-06-25 21:07:54 +0000
  • 4386646c87 - Update to 6.1.1: * Let fitsdiff compare files with lower case HIERARCH keywords * Fix writing a `HDUList to file when numpy 2 is installed and at least some of the data is represented as dask arrays. * Fix display of diff reports with numpy 2. * Ensure that also zero-length tables preserve whether integer data are signed or unsigned. * Fix YAML table serialization compatibility with numpy 2. * Fix bugs in io.votable related to numpy 2's representation of scalars. * Ensure that return types from sigma_clip cenfunc and stdfunc are np.float64 for scalar values. * Ensure structured MaskedColumn are serialized correctly, including the mask. * Fix problems converting Pandas Series to Table with numpy >=2.0. * Ensure Time in ymdhms format can also be serialized to files as part of a table if it is masked. * Ensure Masked versions of np.recarray will show the correct class name of MaskedRecarray in their repr, and that they will be serialized correctly if part of a table. * Fix bugs with how masked structured arrays were represented with numpy 2. * MaskedQuantity now works properly with np.block. * Fix a bug where WCSAxes could be missing negative signs on axis labels when using matplotlib's usetex` mode. * Fix compilation with gcc 14, avoid implicit pointer conversions. - Drop patch 16450.patch, included upstream. - Remove upper bound on pytest, no longer required. Steve Kowalik 2024-06-25 06:16:51 +0000
  • 6ed071351d Accepting request 1177165 from devel:languages:python:numeric Ana Guerrero 2024-05-28 15:29:08 +0000
  • b04a5b6dba Accepting request 1177083 from home:glaubitz:branches:devel:languages:python:numeric Matej Cepl 2024-05-27 15:03:21 +0000
  • 530a97c55d Accepting request 1171973 from devel:languages:python:numeric Ana Guerrero 2024-05-06 15:54:36 +0000
  • dea5c9d6c9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=120 Benjamin Greiner 2024-05-05 16:42:08 +0000
  • 0b350eeeb4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=119 Benjamin Greiner 2024-05-05 16:36:00 +0000
  • 3376c20c6c Accepting request 1171972 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2024-05-05 10:53:38 +0000
  • 33b99eddf1 Accepting request 1163558 from devel:languages:python:numeric Ana Guerrero 2024-04-02 14:40:31 +0000
  • c7226b37f0 - Update to 6.0.1 ## Bug Fixes ### astropy.coordinates * Previously passing a SkyCoord instance to the BaseCoordinateFrame separation() or separation_3d() methods could produce wrong results, depending on what additional frame attributes were defined on the SkyCoord, but now SkyCoord input can be used safely. [#15659] * Distance now accepts as parallax any angle-like value. This includes types like Column which have a unit but are not Quantity subclasses. [#15712] * The new default for the class method SkyCoord.from_name() is to look for coordinates first in SIMBAD, then in NED, and then in VizieR, instead of having no specific order. [#16046] ### astropy.io.ascii * Reading of CDS header files with multi-line descriptions where the continued line started with a number was broken. This is now fixed. [#15617] * Ensure that the names of mixin columns are properly propagated as labels for the MRT format. [#15848] * Fixed reading IPAC tables for long column type on some platforms, e.g., Windows. [#15992] ### astropy.io.fits * Fix TDISP parsing for floating numbers. [#16007] * Fix a crash when calling FITS writeto methods with stdout as the output stream. [#16008] * Fix TDISP parsing for floating numbers in formats ES / EN. [#16015] ### astropy.stats * Fix a spurious warning when calling sigma_clipped_stats on a Benjamin Greiner 2024-03-29 17:08:26 +0000
  • cb4c4c973a Accepting request 1161727 from devel:languages:python:numeric Ana Guerrero 2024-03-26 18:28:06 +0000
  • d699a9c342 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=114 Benjamin Greiner 2024-03-19 11:07:01 +0000
  • 81d2277e52 Accepting request 1159326 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2024-03-19 10:53:38 +0000
  • 69af2c2f60 Accepting request 1155863 from devel:languages:python:numeric Dominique Leuenberger 2024-03-07 17:30:35 +0000
  • dbddb54ece - Don't test with python39-ipython: not available anymore Benjamin Greiner 2024-03-07 10:57:29 +0000
  • c8efd06baf Accepting request 1132348 from devel:languages:python:numeric Ana Guerrero 2023-12-11 20:50:10 +0000
  • 2675be0069 restore showtable conflict Benjamin Greiner 2023-12-10 18:17:34 +0000
  • 585d7c670a Accepting request 1132272 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2023-12-09 20:32:37 +0000
  • 5c12feec76 Accepting request 1124146 from devel:languages:python:numeric Ana Guerrero 2023-11-08 21:18:12 +0000
  • 26a13db1b8 Accepting request 1124145 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2023-11-08 01:55:18 +0000
  • fda1ca23e8 Accepting request 1115987 from devel:languages:python:numeric Ana Guerrero 2023-10-06 19:14:17 +0000
  • 739f562d36 - Update to 5.3.4 ## Bug Fixes ### astropy.io.misc * Updated `astropy.io.misc.yaml so dump() with a numpy object array or `load() with YAML representing a Numpy object array both raise TypeError. This prevents problems like a segmentation fault. [#15373] ### astropy.io.votable * Fixed a bug in convert_to_writable_filelike where GzipFile was not closed properly. [#15359] ### astropy.units * In VOUnit, the spaces around the slash were removed in the formatting of fractions, and fractional powers now also use the "**" operator. [#15282] * We now ensure that the unit u.cgs.cm is just an alias of u.si.cm, instead of a redefinition. This ensures that u.Unit("cm") / u.cm will reliably cancel to dimensionless (instead of some "cm / cm"). [#15368] ### astropy.utils * For Masked, np.ptp and the .ptp() method now properly account for the mask, ensuring the result is identical to subtracting the maximum and minimum (with the same arguments). [#15380] ## Other Changes and Additions * Compatibility with Python 3.12. [#14784] * Replaced the URL of IETF_LEAP_SECOND_URL` because the original is now defunct and IETF now defers to IANA for such look-up. [#15421] Benjamin Greiner 2023-10-06 08:23:25 +0000
  • c5800f7ba4 Accepting request 1111062 from devel:languages:python:numeric Ana Guerrero 2023-09-14 14:26:07 +0000
  • 8565c44d44 - Restrain to Cython < 3 -- gh#astropy/astropy#15315 Benjamin Greiner 2023-09-14 10:02:41 +0000
  • 02747abd71 . Benjamin Greiner 2023-09-14 08:53:36 +0000
  • 290ef4cce0 - Update to 5.3.3 ## Bug Fixes ### astropy.coordinates * TransformGraph.to_dot_graph() now throws an exception for invalid savelayout. ### astropy.cosmology * The exponent of w0wzCDM functions in inv_efunc has been corrected to 3, from -3. [#15224] ### astropy.modeling * Astropy modeling can filter non-finite data values using the filter_non_finite keyword argument in a fitter call. Now when filter_non_finite is True, non-finite weights will also be filtered to prevent crashes in LevMarLSQFitter. [#15215] ### astropy.units * Fixed astropy.units.Quantity’s implementation of numpy.nanmedian(), where for Numpy >= 1.25 an exception was raised for some array shapes and axis combinations. [#15228] ## Other Changes and Additions * v5.3.x will not support NumPy 2.0 or later. [#15234] Benjamin Greiner 2023-09-14 08:34:27 +0000
  • f4a78dfb35 Accepting request 1105314 from devel:languages:python:numeric Ana Guerrero 2023-08-28 15:11:22 +0000
  • 7231c79a08 Accepting request 1105313 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2023-08-22 18:37:34 +0000
  • f1b8dd8243 Accepting request 1100172 from devel:languages:python:numeric Ana Guerrero 2023-07-26 11:23:25 +0000
  • d41867f79f - update to 5.3.1: * The exponent in `wowzCDM.de_density_scale has been corrected to 3, from -3. * Fix crash when a PrimaryHDU has a GROUPS keyword with a non- boolean value (i.e. not a random-groups HDU). * Fixed a bug that caused Cutout2D to not work correctly with CompImageHDU.section * Fixed a bug that caused compressed images with TFORM missing the optional '1' prefix to not be readable. [#15001] * Restore bitmask propagation behavior in NDData.mask, plus a fix for arithmetic between masked and unmasked NDData` objects. * Fix a bug where table indexes were not using a stable sort order. This was causing the order of rows within groups to not match the original table order when an indexed table was grouped. [#14907] * In VOunits, "pix", "au", "a", and "ct" are removed from the list of deprecated units. [#14885] Dirk Mueller 2023-07-16 11:42:16 +0000
  • cdef834194 Accepting request 1096299 from devel:languages:python:numeric Dominique Leuenberger 2023-07-01 21:18:33 +0000
  • 2629826604 - Update to 5.3 * New flat astropy.cosmology classes * New union operators for Table * Efficient data access for compressed FITS files * Added support for NOCOMPRESS for compressed FITS files * New fraction option for representing units as strings * Change in order in unit string representations * Support for collapse operations on arbitrary axes in nddata * Refresh cached observatory site registry for EarthLocation methods * Support for collapse operations on arbitrary axes in nddata * New LombScargleMultiband class for multiband datasets - Remove unbundling of cfitsio -- gh#astropy/astropy#14311 Benjamin Greiner 2023-07-01 14:28:29 +0000
  • bb6c5f4f59 Accepting request 1082980 from devel:languages:python:numeric Dominique Leuenberger 2023-04-26 15:26:46 +0000
  • 16a6a564a8 Accepting request 1082978 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2023-04-26 11:27:22 +0000
  • 07a9b48b42 Accepting request 1066659 from devel:languages:python:numeric Dominique Leuenberger 2023-02-20 16:45:26 +0000
  • 57267226a6 - Don't test with skyfield on python311 Benjamin Greiner 2023-02-19 20:57:56 +0000
  • b05dad38e0 Accepting request 1058280 from devel:languages:python:numeric Dominique Leuenberger 2023-01-13 23:03:35 +0000
  • 0bfec80bf9 Accepting request 1058279 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2023-01-13 16:36:54 +0000
  • 1167c3a514 Accepting request 1044141 from devel:languages:python:numeric Dominique Leuenberger 2022-12-22 15:22:59 +0000
  • 341c54a6fd Accepting request 1044140 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2022-12-21 23:37:36 +0000
  • 8b28111bda Accepting request 1044138 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2022-12-21 23:34:54 +0000
  • 94b2644a79 Accepting request 1038656 from devel:languages:python:numeric Dominique Leuenberger 2022-11-29 09:53:07 +0000
  • d47cd6e399 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=83 Benjamin Greiner 2022-11-21 11:18:19 +0000
  • 245e20d89d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=82 Benjamin Greiner 2022-11-21 11:05:10 +0000
  • 2eb2d4e9e7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=81 Benjamin Greiner 2022-11-21 11:03:44 +0000
  • e91471983c Accepting request 1030595 from devel:languages:python:numeric Dominique Leuenberger 2022-10-24 09:13:02 +0000
  • 765a0022db OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=79 Benjamin Greiner 2022-10-23 11:55:08 +0000
  • 04356f115b Accepting request 1030591 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2022-10-23 10:58:58 +0000
  • 28badd233d Accepting request 983947 from devel:languages:python:numeric Dominique Leuenberger 2022-06-20 13:38:54 +0000
  • c89e0b91c0 Accepting request 983946 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2022-06-20 11:30:24 +0000
  • b200c486ab Accepting request 980183 from devel:languages:python:numeric Dominique Leuenberger 2022-06-01 15:34:48 +0000
  • dc82112c18 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=74 Benjamin Greiner 2022-05-31 20:54:22 +0000
  • aabd62a561 Accepting request 980181 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2022-05-31 20:53:10 +0000
  • 3c86ae9c75 Accepting request 980179 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2022-05-31 20:49:55 +0000
  • 4c93e7c941 Accepting request 972390 from devel:languages:python:numeric Dominique Leuenberger 2022-04-24 18:34:21 +0000
  • 1db81b18e2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=70 Benjamin Greiner 2022-04-23 19:27:56 +0000
  • 9fbcf3f262 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=69 Benjamin Greiner 2022-04-23 19:26:49 +0000
  • b115061a0d Accepting request 966483 from devel:languages:python:numeric Dominique Leuenberger 2022-04-02 16:20:45 +0000
  • fbee78d9c4 Accepting request 966482 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2022-04-01 21:36:44 +0000
  • 3c6d025306 Accepting request 961621 from devel:languages:python:numeric Dominique Leuenberger 2022-03-16 20:15:29 +0000
  • 466e1a31d5 Accepting request 961615 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2022-03-14 09:52:01 +0000
  • 1c1582e09b Accepting request 949773 from devel:languages:python:numeric Dominique Leuenberger 2022-01-29 19:59:31 +0000
  • 4d514e83e4 Accepting request 949763 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2022-01-28 20:51:37 +0000
  • e6a6a667de Accepting request 942986 from devel:languages:python:numeric Dominique Leuenberger 2021-12-29 20:10:52 +0000
  • 977ca53c2b Accepting request 942985 from home:bnavigator:py310 Benjamin Greiner 2021-12-28 20:10:26 +0000
  • fb8c78399c Accepting request 942935 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2021-12-28 15:28:24 +0000
  • e373c9e7b8 Accepting request 942835 from devel:languages:python:numeric Dominique Leuenberger 2021-12-28 11:26:24 +0000
  • d1922a7c9d Accepting request 942827 from home:bnavigator:py310 Benjamin Greiner 2021-12-27 18:29:49 +0000
  • fbc65c0f31 Accepting request 928036 from devel:languages:python:numeric Dominique Leuenberger 2021-10-29 20:34:13 +0000
  • 65a6f0da96 - Skip test_no_numpy_warnings[contours] due to wrong MPL version check -- gh#astropy/astropy#12050 Benjamin Greiner 2021-10-28 20:56:07 +0000
  • 8e610b8e7b Accepting request 916131 from devel:languages:python:numeric Dominique Leuenberger 2021-09-03 19:26:13 +0000
  • 0a4b093aa9 - Suppress hypothesis health check for slow OBS episodes Benjamin Greiner 2021-08-27 10:04:37 +0000
  • 30f6d7b91b Accepting request 912890 from devel:languages:python:numeric Richard Brown 2021-08-20 14:57:37 +0000
  • dcc0d037e9 - Update to version 4.3.1 Bug Fixes astropy.io.fits * In fits.io.getdata do not fall back to first non-primary extension when user explicitly specifies an extension. [#11860] * Ensure multidimensional masked columns round-trip properly to FITS. [#11911] * Ensure masked times round-trip to FITS, even if multi-dimensional. [#11913] * Raise ValueError if an np.float32 NaN/Inf value is assigned to a header keyword. [#11922] astropy.modeling * Fixed bug in fix_inputs handling of bounding boxes. [#11908] astropy.table * Fix an error when converting to pandas any Table subclass that automatically adds a table index when the table is created. An example is a binned TimeSeries table. [#12018] astropy.units * Ensure that unpickling quantities and units in new sessions does not change hashes and thus cause problems with (de) composition such as getting different answers from the .si attribute. [#11879] * Fixed cannot import name imperial from astropy.units namespace. [#11977] astropy.utils * Ensure any .info on Masked instances is propagated correctly when viewing or slicing. As a consequence, MaskedQuantity can now be correctly written to, e.g., ECSV format with serialize_method='data_mask'. [#11910] Benjamin Greiner 2021-08-18 11:38:58 +0000
  • 3d61b945b0 Accepting request 910386 from devel:languages:python:numeric Dominique Leuenberger 2021-08-06 20:44:48 +0000
  • 8da88db5b2 Accepting request 910385 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2021-08-06 00:33:56 +0000
  • d78775aa48 Accepting request 910367 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2021-08-05 19:04:41 +0000
  • 9857bc1977 Accepting request 903960 from devel:languages:python:numeric Dominique Leuenberger 2021-07-04 20:10:51 +0000
  • 5a1bf286e8 Accepting request 903959 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2021-07-04 14:22:22 +0000
  • 0b5014390c Accepting request 886320 from devel:languages:python:numeric Dominique Leuenberger 2021-04-21 18:59:15 +0000
  • 51357541de Accepting request 886319 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2021-04-17 15:31:35 +0000
  • 3ff300e09e Accepting request 883883 from devel:languages:python:numeric Richard Brown 2021-04-10 13:27:31 +0000
  • fdd4c5c4cd Accepting request 883882 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2021-04-08 17:31:25 +0000
  • 735c22c94f Accepting request 877782 from devel:languages:python:numeric Dominique Leuenberger 2021-03-10 07:56:44 +0000
  • f59bcb6e81 Accepting request 877781 from home:bnavigator:branches:devel:languages:python:numeric Benjamin Greiner 2021-03-08 16:10:52 +0000
  • 1fd64a5a3d Accepting request 863708 from devel:languages:python:numeric Dominique Leuenberger 2021-01-18 13:39:01 +0000
  • 82e7410fed Accepting request 863412 from home:bnavigator:branches:devel:languages:python:backports Benjamin Greiner 2021-01-15 20:35:21 +0000