Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update conda lockfile for week of 2024-08-12 #3782

Merged
merged 3 commits into from
Aug 12, 2024
Merged

Conversation

pudlbot
Copy link
Contributor

@pudlbot pudlbot commented Aug 12, 2024

This pull request relocks the dependencies with conda-lock. It is triggered by update-conda-lockfile.

@pudlbot pudlbot added conda-lock dependencies Pull requests that update a dependency file labels Aug 12, 2024
@pudlbot pudlbot requested a review from zaneselvans August 12, 2024 09:02
"""Multivariate timeseries for anomalies detection and imputation.

Attributes:
xi: Reference to the original values (can be null).
Many methods assume that these represent chronological, regular timeseries.
x: Copy of :attr:`xi` with any flagged values replaced with null.
flags: Flag label for each value, or null if not flagged.
flagged: Running list of flags that have been checked so far.
index: Row index.
columns: Column names.
"""
"""Multivariate timeseries for anomaly detection and imputation."""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having the attributes documented both in the class docstring and the body of the class definition was causing sphinx-autoapi 3.2 to put two copies in the docs, which created RST errors. See readthedocs/sphinx-autoapi#476

"sphinx-autoapi>=3,<3.2",
"sphinx-autoapi>=3",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked around the bug in 3.2 for now.

@zaneselvans zaneselvans added this pull request to the merge queue Aug 12, 2024
Merged via the queue into main with commit dd30d39 Aug 12, 2024
12 checks passed
@zaneselvans zaneselvans deleted the update-conda-lockfile branch August 12, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conda-lock dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants