Build: #273 failed Rebuilt by Ville Suoranta
Code commits
casa6
-
Sandra Castro 4fcaf90243c9241e5a0b7f96f0e13b306e122933
Pull request #668: CAS-13998
Merge in CASA/casa6 from CAS-13998 to master
* commit '7171ca9fe34a29c01ca71cc2d66dd72cf00539ca':
numpy interface changes [CAS-13998]
Fixed expired deprecation gh-22004.
Replaced np.int_ with int
Reverted the changes to int8,16,32,64 and float16,32 as they are not deprecated.
Fixed the deprecation errors coming from numpy 1.24+ that were causing failures in tests.
Removed casa5-related code
switch to numpy.bool_ [CAS-13998]
numpy 1.20.0 deprecated the numpy.bool type alias [CAS-13998]
Fixed SyntaxWarning: "is" with a literal.
Fixed np.complex and self.assertEquals deprecation warnings. -
smcastro <smcastro@users.noreply.github.com> 7171ca9fe34a29c01ca71cc2d66dd72cf00539ca m
Merge branch 'master' into CAS-13998
-
Darrell Schiebel <darrell@schiebel.us> 3e9181cdcaa510184fee9d7800cdc6d3f2e23bd2 m
numpy interface changes [CAS-13998]
-
smcastro <smcastro@users.noreply.github.com> fb6e6f3abeeeb64b5edbd3705ae7118ecc0ee140 m
Fixed expired deprecation gh-22004.
-
smcastro <smcastro@users.noreply.github.com> 99f8757c9928d8f7cfc97a4d61c1c7d33cad5a97 m
Replaced np.int_ with int
-
smcastro <smcastro@users.noreply.github.com> 95fe9696b7970f38082628931b4d89b00a546d2d m
Reverted the changes to int8,16,32,64 and float16,32 as they are not deprecated.
- casatasks/src/private/JPLephem_reader2.py (version 95fe9696b7970f38082628931b4d89b00a546d2d) (diffs)
- casatasks/src/private/flaghelper.py (version 95fe9696b7970f38082628931b4d89b00a546d2d) (diffs)
- casatasks/src/private/task_plotbandpass.py (version 95fe9696b7970f38082628931b4d89b00a546d2d) (diffs)
- casatasks/tests/tasks/test_task_flagdata.py (version 95fe9696b7970f38082628931b4d89b00a546d2d) (diffs)
- casatasks/tests/tasks/test_task_mstransform.py (version 95fe9696b7970f38082628931b4d89b00a546d2d) (diffs)
- casatasks/tests/tasks/test_task_sdimaging.py (version 95fe9696b7970f38082628931b4d89b00a546d2d) (diffs)
- casatasks/tests/tasks/test_task_split.py (version 95fe9696b7970f38082628931b4d89b00a546d2d) (diffs)
- casatasks/tests/tasks/test_task_tsdimaging.py (version 95fe9696b7970f38082628931b4d89b00a546d2d) (diffs)
-
smcastro <smcastro@users.noreply.github.com> 5e224c2bb39133f901cc10143cdf46b84d97e235 m
Fixed the deprecation errors coming from numpy 1.24+ that were causing failures in tests.
- casatasks/src/private/JPLephem_reader2.py (version 5e224c2bb39133f901cc10143cdf46b84d97e235) (diffs)
- casatasks/src/private/flaghelper.py (version 5e224c2bb39133f901cc10143cdf46b84d97e235) (diffs)
- casatasks/src/private/task_plotbandpass.py (version 5e224c2bb39133f901cc10143cdf46b84d97e235) (diffs)
- casatasks/tests/tasks/test_task_flagdata.py (version 5e224c2bb39133f901cc10143cdf46b84d97e235) (diffs)
- casatasks/tests/tasks/test_task_mstransform.py (version 5e224c2bb39133f901cc10143cdf46b84d97e235) (diffs)
- casatasks/tests/tasks/test_task_sdimaging.py (version 5e224c2bb39133f901cc10143cdf46b84d97e235) (diffs)
- casatasks/tests/tasks/test_task_split.py (version 5e224c2bb39133f901cc10143cdf46b84d97e235) (diffs)
- casatasks/tests/tasks/test_task_tsdimaging.py (version 5e224c2bb39133f901cc10143cdf46b84d97e235) (diffs)
-
smcastro <smcastro@users.noreply.github.com> 7230a1970f99299cf5f12be3f292bb0d0946b508 m
Removed casa5-related code
-
Darrell Schiebel <darrell@schiebel.us> 6c9125d64ea0c144dc92105b1dc6a3e41636f94d m
switch to numpy.bool_ [CAS-13998]
-
Darrell Schiebel <darrell@schiebel.us> bfef0ead072826cefd52fca263e63da20d01b057 m
numpy 1.20.0 deprecated the numpy.bool type alias [CAS-13998]
-
smcastro <smcastro@users.noreply.github.com> eb3d7c9c155c1f1c3ec236b29879269757c25bb0 m
Fixed SyntaxWarning: "is" with a literal.
-
smcastro <smcastro@users.noreply.github.com> 2db6cf562ed14748de673760b445ec39d37dfc78 m
Fixed np.complex and self.assertEquals deprecation warnings.