chore(deps): update minor updates (master) #160
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.1.2
->6.1.3
3.12.4
->3.12.6
2.5.0
->2.5.3
1.9.5
->1.9.7
0.9.3
->0.9.4
3.9.0
->3.9.2
^1.11.1
->^1.11.2
^8.3.2
->^8.3.3
^0.23.8
->^0.24.0
1.14.0
->1.14.1
Release Notes
astropy/astropy (astropy)
v6.1.3
Compare Source
==========================
Bug Fixes
astropy.io.fits
^^^^^^^^^^^^^^^
Fix reading zero-width columns such as 0A fields. [#16894]
Ensure that
QTable
, likeTable
, 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
^^^^^^^^^^^^^^^^^^
astropy.modeling
^^^^^^^^^^^^^^^^
fit_deriv
calculations in theLorentz1D
model. [#16794]astropy.table
^^^^^^^^^^^^^
columns (which sometimes are present in FITS tables). [#16898]
astropy.utils
^^^^^^^^^^^^^
np.broadcast_arrays
on a singleMasked
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
^^^^^^^^^^^
wcs_info_str
's results would look different in numpy 2 VSnumpy 1. [#16586]
Other Changes and Additions
confluentinc/confluent-kafka-python (confluent-kafka)
v2.5.3
v2.5.3 is a maintenance release with the following fixes and enhancements:
Fixes
confluent-kafka-python is based on librdkafka v2.5.3, see the
librdkafka release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
fastavro/fastavro (fastavro)
v1.9.7
Compare Source
v1.9.6
Compare Source
light-curve/light-curve-python (light-curve)
v0.9.4
Compare Source
Changed
matplotlib/matplotlib (matplotlib)
v3.9.2
: REL: 3.9.2Compare Source
This is the second bugfix release of the 3.9.x series.
This release contains several bug-fixes and adjustments:
Windows wheels now bundle the MSVC runtime DLL statically to avoid inconsistencies with other wheels and random crashes depending on import order.
v3.9.1
: REL: 3.9.1Compare Source
This is the first bugfix release of the 3.9.x series.
This release contains several bug-fixes and adjustments:
matplotlib.cm.get_cmap
; note this function will still be removed at a later dateAxes
autoscaling of thin bars at large locationsAxes
autoscaling withaxhspan
/axvspan
Axes3D
autoscaling ofLine3DCollection
/Poly3DCollection
Axes3D
mouse interactivity with non-default roll angleAxes3D
with alternate vertical axismodule://...
tk.window_focus: True
mpltype
Sphinx role to a public extension; note this is only intended for development reasonspython/mypy (mypy)
v1.11.2
Compare Source
pytest-dev/pytest (pytest)
v8.3.3
Compare Source
pytest 8.3.3 (2024-09-09)
Bug fixes
#12446: Avoid calling
@property
(and other instance descriptors) during fixture discovery -- byasottile
{.interpreted-text role="user"}#12659: Fixed the issue of not displaying assertion failure differences when using the parameter
--import-mode=importlib
in pytest>=8.1.#12667: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.
#12744: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by
Avasam
{.interpreted-text role="user"}#12745: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.
#6682: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in
assert condition, msg
).#9422: Fix bug where disabling the terminal plugin via
-p no:terminal
would cause crashes related to missing theverbose
option.-- by
GTowers1
{.interpreted-text role="user"}Improved documentation
Miscellaneous internal changes
pytest-dev/pytest-asyncio (pytest-asyncio)
v0.24.0
: pytest-asyncio 0.24.0Compare Source
0.24.0 (2024-08-22)
pytest_asyncio.fixture
. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.@pytest.mark.asyncio
. #812scipy/scipy (scipy)
v1.14.1
: SciPy 1.14.1Compare Source
SciPy 1.14.1 Release Notes
SciPy
1.14.1
adds support for Python3.13
, including binarywheels on PyPI. Apart from that, it is a bug-fix release with
no new features compared to
1.14.0
.Authors
A total of 17 people contributed to this release.
People with a "+" by their names contributed a patch for the first time.
This list of names is automatically generated, and may not be fully complete.
Configuration
📅 Schedule: Branch creation - "every 4th week on Thursday before 10am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.