text
stringlengths
20
57.3k
labels
class label
4 classes
Title: BigQuery traceability labels were not available while using TaskGroup Body: ### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==12.0.0 ### Apache Airflow version 2.9.3 ### Operating System Ubuntu ### Deployment Virtualenv installation ### Depl...
0easy
Title: Update ruff to 0.9.3 Body: ### Summary Looking for a volunteer to update ruff to the latest version (0.9.3) Files/lines to change: ```diff diff --git a/pyproject.toml b/pyproject.toml index ef3e198ff..3cffdb713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,7 +158,7 @@ exclude = ["tests", "tests.*"]...
0easy
Title: Variable Types to Dataframe Body: **Proposed feature** It would be really useful to get a simple datafame containing the Variable name and the inferred variable type.
0easy
Title: Chat plugin alignment Body: The text should be in the middle instead of top ![image](https://github.com/LAION-AI/Open-Assistant/assets/33456881/1e4e316d-f6d2-4bc3-81d0-c8e9b4fe2c18)
0easy
Title: Launching docker container in interactive mode Body: I was expecting `repo2docker https://github.com/binder-examples/conda-freeze /bin/bash` to give me a shell inside the container. Instead it builds the image and then exits straight away. I think this is because we would have to do the equivalent of `docker ...
0easy
Title: Move falcon.request_helpers.BoundedStream to its own module Body: The ASGI version is in it's own module, so let's do the same thing on the WSGI side. It should make it a bit more on-topic to have it in a separate module, and make it easier for contributors to track it down. This will also let us "privatize" req...
0easy
Title: Support alternative Vector Databases Body: **Is your feature request related to a problem? Please describe.** Currently pinecone is the only supported Vector database. Other alternatives like Milvus, qdrant, deeplake, etc would allow a user to self-host their database and become part of the docker-compose stac...
0easy
Title: Remove import time from example scripts Body: ### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is this? Documentation ### Which Linux distribution did yo...
0easy
Title: 批量出售,支付接口无法调用BUG Body: 支付接口:当面付 下单一个,正常调用支付 ![image](https://user-images.githubusercontent.com/73785629/134792165-ff42fa6d-7cfd-4edb-abb6-1692b19d628e.png) 下单多个,提示调用失败 ![image](https://user-images.githubusercontent.com/73785629/134792178-73130615-c1f8-45e7-919e-5d0ea28d5f9a.png)
0easy
Title: Support unicode categories in regex translation checks Body: ### Describe the problem I need to be able to force tighter constraints on some strings across languages that done use a strict a-z. Specifically I want to restrict a string down to any letter, number, -, _, and 1-32 in length. There's a shorthand reg...
0easy
Title: 'DataTree' object does not support the context manager protocol Body: ### What is your issue? ```python ds = xr.Dataset( {"foo": (("x", "y"), np.random.rand(4, 5))}, coords={ "x": [10, 20, 30, 40], "y": pd.date_range("2000-01-01", periods=5), "z": ("x", list("abcd")), ...
0easy
Title: Inviting maintainers/contributors to the project Body: Hello everyone, First of all, I want to take a moment to thank all contributors and people who supported this project in any way ;) you are awesome! If you like the project and have any interest in contributing/maintaining it, you can contact me here ...
0easy
Title: Fix paper reference Body: The linked pdf file is not available anymore (404). https://github.com/RaRe-Technologies/gensim/blob/70fc15985572bc10cd4424a1ac7fd8650389d43f/gensim/models/lsimodel.py#L325
0easy
Title: Add documentation for DictFactory and ListFactory Body: `DictFactory` and `ListFactory` are defined, and exposed at the module toplevel. They are useful for simple dict/list building, and should be documented.
0easy
Title: time series forecasting: window features Body: The transformer should create computations over windows of past values of the features, and populate them at time t, t being the time of the forecast. It uses pandas rolling, outputs several comptutations, mean, max, std, etc, and pandas shift to move the computa...
0easy
Title: Rename redis-py health check message Body: https://github.com/aio-libs/aioredis-py/blob/c82fe277a5a6521aa9baacd672dd131313fe1b45/aioredis/client.py#L3873 Should we change this to aioredis-py @seandstewart @abrookins in case someone uses both redis-py and aioredis?
0easy
Title: enable copy paste for inline examples Body: We need to add some CSS and JS so the Python inline examples (the ones that start with `>>>` can be copied). This is how a non-Python example looks like: ![image](https://user-images.githubusercontent.com/989250/168489173-9f814d15-4ab7-45be-a4a7-d28753bbe6c8.png) ...
0easy
Title: Document API with OpenAPI 3 Body: The general API documentation won't win any prices, we should improve (so it becomes usable) with something like [drf-spectacular](https://drf-spectacular.readthedocs.io/en/latest/)
0easy
Title: 网站经 Cloudflare 节点后提示 502 错误 Body: 如题。域名经过 Cloudflare 节点。按开发者的文档部署系统之后访问网站,Cloudflare 提示 502 错误。我想解决这个问题。应该怎么办?
0easy
Title: Make xonsh tolerant to inaccessible xonsh data paths Body: <!--- Provide a general summary of the issue in the Title above --> <!--- If you have a question along the lines of "How do I do this Bash command in xonsh" please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html If...
0easy
Title: `df` annotation lacking in `find_replace` function of `functions.py` submodule Body: # Brief Description `df` annotation lacking in `find_replace` function of `functions.py` submodule. It seems to be the only function for which there is no type annotation for the dataframe. Clearly not critical.
0easy
Title: Minor refactoring suggestions to improve code quality Body: Should be `poses.key()` not `poses.items()` https://github.com/mithi/hexapod-robot-simulator/blob/5d0d7beb3e057ee50b36484cdb971477db8db59f/pages/helpers.py#L22
0easy
Title: Switch between search engines Body: I was looking at the search_on_web method, and although you can set the search engine it uses, there's no way you can do it from the SearchInternetNode class. Are you guys planning to allow it using the node_config the same way as the max_results ? answer = search_on_web(qu...
0easy
Title: Contributing guide should state forking the repo Body: In [this section](https://github.com/ploomber/ploomber/blob/master/CONTRIBUTING.md#setup-with-conda), we state cloning the repo, prior to that the user should fork the repo into their accounts and only then fork that repo.
0easy
Title: Validate field names to ensure vertex fields are correctly named in the schema Body: Ensure that the schema satisfies the following two properties: - If a field's name starts with `out_` or `in_`, it must be a vertex field. - All non-root vertex fields must start with either `out_` or `in_`.
0easy
Title: clear tasks button not refreshing the UI Body: After clicking `Clear tasks` the UI in the sidebar is not refreshed.
0easy
Title: Refactor large test modules Body: Some test modules (e.g. `test_admin_integration.py`) have become large and are hard to edit. They should be broken up into smaller modules. v3.3.1
0easy
Title: Upgrade klog to v2 Body: ### What you would like to be added? I would like to upgrade `klog` version to v2 ### Why is this needed? As we discussed in https://github.com/kubeflow/katib/pull/2463#discussion_r1879643488, a dedicated issue for upgrading `klog` version is needed. And also, we rely on bot...
0easy
Title: remove "force" parameter from identifierpreparer.quote, quote_schema in alembic/ddl/base.py Body: The "force" parameter has had [no effect since 0.9](https://docs.sqlalchemy.org/en/latest/core/internals.html?highlight=quote#sqlalchemy.sql.compiler.IdentifierPreparer.quote) and I was going to remove it entirely ...
0easy
Title: docs: update CNAME information Body: > If you create a CNAME record, its presence will cause other RRsets of the same name to be hidden (“occluded”) from the public (i.e. in responses to DNS queries). This is per RFC 1912. > However, as far as the API is concerned, you can still retrieve and manipulate those ad...
0easy
Title: Check that we are doing proper file extension validation for all data types Body: [Here](https://github.com/docarray/docarray/pull/1155) we make sure to do proper file extension validation for audio files paths, meaning: - we have an exhaustive list of all audio file extensions - if a different extension is giv...
0easy
Title: 没问题 Body: 1. BUG反馈请描述最小复现步骤 2. 普通问题:99%的答案都在帮助文档里,请仔细阅读https://kmfaka.baklib-free.com/ 3. 新功能新概念提交:请文字描述或截图标注
0easy
Title: Improve version comparison in check_schema_version util function Body: In the `check_schema_version` utility function, there is custom code to determine whether saved schema versions are older or newer than the current schema version. This comparison could likely be simplified significantly by using the packagin...
0easy
Title: Easier tutorial for beginners! Body: I am new to the open clip, is there any easier way to quickly start training open clip?I am really confused about the Training part of readme.md... Especially there are so many parallel parts in Training part such as test and development. Also I don't know the format of datas...
0easy
Title: Feature: add `broker.publisher(filter=...)` option Body: We should make publisher call optional in a cases where user should suppress an answer for one publisher and still publisher for another one Example: ```python @broker.subscriber("in") @broker.publisher("out1") @broker.publisher("out2") async def...
0easy
Title: Add setting to disable the broken website alert Body: ### Describe the issue We're getting alerts on pretty much all components in https://l10n.xwiki.org related to Broken project website, with the following error: > (403 Client Error: Forbidden for url: https://www.xwiki.org/xwiki/bin/view/Main/WebHome) I ...
0easy
Title: [Feature request] Add apply_to_images to AtLeastOneBBoxRandomCrop Body:
0easy
Title: Allow generate command to specify which generator to use in prisma schema Body: ## Problem My python generator is in the same file I use for my js client generator. Running `prisma py generate` fails when I have third party JS generators that are not installed with npm. This is an issue when I try to generate...
0easy
Title: add action to post binder link on each PR Body: we want to create a github action that posts a link to binder whenever someone opens a PR, this will allow us to easily test things some notes: 1. since this requires a github token, I believe the trigger should be pull_request_target 2. the host should be b...
0easy
Title: Deprecation warning in doc page for Accordion layout Body: Page https://panel.holoviz.org/reference/layouts/Accordion.html Deprecation warning in text: BokehDeprecationWarning: 'square() method' was deprecated in... use scatter(... instead.
0easy
Title: add learning rate schedules for DL Body:
0easy
Title: [DOC] Add documentation on adding to rst files Body: # Brief Description of Fix Currently, the docs provide only a few lines on instructions for building and changing the docs locally. It's not clear how to find what you build locally in the directory, how to makes changes in the rst files, or how to rebuild ...
0easy
Title: iPython notebook keyboard interrupt breaks cell when using Halo Body: <!-- Please use the appropriate issue title format: BUG REPORT Bug: {Short description of bug} SUGGESTION Suggestion: {Short description of suggestion} OTHER {Question|Discussion|Whatever}: {Short description...
0easy
Title: [ENH] expose fitted parameters of `AutoETS` via `get_fitted_params` Body: The fitted parameters of `AutoETS` should be visible via `get_fitted_params`. For this, at the end of `_fit`, we need to write the attributes we want to be visible to `self.paramname_`, ending in an underscore. @ericjb has already fo...
0easy
Title: resample trajectory and hyp.tools.resample Body: While animated line plots are resampled, static plot are not. We could add a `resample` flag to the `plot` function that allows a user to upsample (or downsample) their timeseries data. Then, we could expose the function as `hyp.tools.resample`. questions: ...
0easy
Title: Add a Configuration Switch for Crypto Pairs Body: I use CCXT along with Cryptofeed. CCXT uses '/' between crypto pairs while Cryptofeed uses '-'. Could you please make this something adjustable so that I can line up the pairs in my DB and avoid all the millions of updates/calls to replace the '-' with '/'?
0easy
Title: Option to run PretrainedTransformer in eval mode Body: While setting `train_parameters` to `False` very often we also may consider disabling dropout/batchnorm, in other words, to run the pretrained model in eval mode. We've done a little modification to `PretrainedTransformerEmbedder` that allows providing whet...
0easy
Title: Better website Body: The website (https://elesiuta.github.io/picosnitch/) is literally just a copy of the readme with one of the default themes for GitHub Pages. Both the layout and content could use a change. It should probably focus on just highlighting the features with some screenshots/gifs, and direct us...
0easy
Title: Document where `log-<index>.js` files created by `--splitlog` are saved Body: Currently, when using `--splitlog` command, it will generate additional JS files. When the output.xml is large, a bunch of *.js files are generated, which makes the current directory flooded. **Needs:** Ability to group them into a...
0easy
Title: Baseline support Body: Once https://github.com/python-security/pyt/pull/100 is merged this will be do-able. So a baseline is for when you want to diff between a previous run, (probably of known issues or false-positives) and a current run, 'as a big part of continuous integration', baseline support is super i...
0easy
Title: error when finding pipeline.yaml in root directory Body: the recursive function looks at .parent[0] but the root directory does not have a parent
0easy
Title: Word2Vec docs indicate sents can be a generator, but it can't Body: <!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim...
0easy
Title: Precision Recall Curve Body: **Describe the solution you'd like** For imbalanced classification problems it would be wonderful to have a precision recall plot. This would make a nice companion to ROC/AUC plots. http://scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html#sphx-glr-a...
0easy
Title: Add PartOfDay primitive Body: - Add a primitive that determine what part of the day a certain datetime falls in: ```python def day_part(hour): if hour in [4,5]: return "dawn" elif hour in [6,7]: return "early morning" elif hour in [8,9,10]: return "late morning" ...
0easy
Title: Additional Evaluation Metric / Imbalanced Problems Body: There are several evaluation metrics that would be particularly beneficial for (binary) imbalanced classification problems and would be greatly appreciated additions. In terms of prioritizing implementation (and likely ease of implementation I will rank-or...
0easy
Title: Restyle the documentation landing page Body: This is a good issue for anyone with markdown experience who enjoys the styling/design aspect rather than writing copy. There's no knowledge of Vizro required. The current landing page for documentation is rather bland https://vizro.readthedocs.io/en/stable/ and th...
0easy
Title: Toast messages Body: Or at least some UI independent definition of "show something to the user after something has happened, even if they've navigated away from that page".
0easy
Title: Move BrownCorpus from word2vec to gensim.corpora Body: Not a high-priority at all, but it'd be more sensible for such a tutorial/testing utility corpus to be implemented elsewhere - maybe under `/test/` or some other data- or doc- related module – rather than in `gensim.models.word2vec`. _Originally posted by...
0easy
Title: [ENH] in `TimesFMForecaster`, `context_len` and `horizon_len` should be set automatically per default Body: `TimesFMForecaster` should set `context_len` and `horizon` len to a reasonable value, automatically per default. The `horizon_len` can be obtained from `fh`, but it makes sense to give the user the opti...
0easy
Title: Classifier Evaluation in Examples Notebook Body: Classifier Evaluation imports in `examples.ipynb`: `from sklearn.cross_validation import train_test_split` has been deprecated and issues a warning. ### Proposal/Issue Update `import sklearn.cross_validation` to `import sklearn.model_selection` Will remov...
0easy
Title: Sort experiments by descending creation date by default Body: ### What you would like to be added? Showing experiments from newest to oldest seems more likely to show relevant experiments compared to sorting them by name. It should be the default. ### Why is this needed? Usability ### Love this feature? Gi...
0easy
Title: Update WMD documentation Body: A user reported a documentation issue on the mailing list: https://groups.google.com/g/gensim/c/8nobtm9tu-g. The report shows two problems: 1) Something changed with `wmdistance` between 3.8 and 4.0 that is not properly captured in the [Migration notes](https://github.com/RaR...
0easy
Title: BUG: Series constructor from dictionary drops key (index) levels when not all keys have same number of entries Body: ### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/wh...
0easy
Title: st2ctl in Docker environment Body: `st2ctl` assumes it's running in a VM environment and wasn't designed to be executed inside the Docker. We'll need to improve that. Because listing processes or starting services is not viable in a Docker environment, where each service runs in its own Docker container, `st2...
0easy
Title: Add sklearn.ensemble.HistGradientBoostingRegressor Body: This should be easy since we already have `HistGradientBoostingClassifier` there.
0easy
Title: Remove stated support for Django<1.8 Body: We don't have a clear support policy, but the Django team no longer supports Django<1.8; let's remove it as well. This means: - Removing it from the tox.ini matrix - Removing it from the README.rst and other docs, if needed - Finding any code that looks for ``djan...
0easy
Title: Add FAQ section on parametrizing notebooks Body: Notebook tasks require a `parameters` cell. If they don't have one, we raise the following error: ```pytb File "/Users/Edu/miniconda3/envs/ml-testing/lib/python3.9/site-packages/ploomber/sources/notebooksource.py", line 244, in _post_init_validation rai...
0easy
Title: replace concat in encoders by y_train.groupby(X_train["variable"]).mean().sort_values() Body: Applies to the following encoders: - OrdinalEncoder - MeanEncoder - PRatioEncoder - WoEEncoder Currently we concatenate the target to the predictors (X_train) to determine the mappings. This is not necessary. W...
0easy
Title: [Feature request] Add apply_to_images to MaxSizeTransform Body:
0easy
Title: Add `figsize`, `title_fontsize`, and `text_fontsize` parameter for existing plots. Body: As discussed in #11 and pointed out by @frankherfert , plots generated by scikit-plot are quite small on Jupyter notebook. Adding a `figsize`, `title_fontsize`, and `text_fontsize` parameter will let the user adjust the size...
0easy
Title: Add support for `classification_report` Body: <!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Is your feature request related to a problem? Please describe.** Implements `classification_report` for class...
0easy
Title: Allow for a way to let all users use the bot Body: Currently, only users with the roles defined in `ALLOWED_ROLES` in `.env` will be able to use the bot, add a way to default it such that all users can use the bot (e.g, if no ALLOWED_ROLES, then everyone can use), open to any implementation/suggestions on this
0easy
Title: document early stop Body: raising this: https://github.com/ploomber/ploomber/blob/2fe474987ae6fca088e02399dbff99672a17fc95/src/ploomber/exceptions.py#L83 will exit the DAG gracefully, but it's undocumented
0easy
Title: Add Jupyter notebook examples for plot_cumulative_gain and plot_lift_curve Body: Add Jupyter notebook examples for `metrics.plot_cumulative_gain` and `metrics.plot_lift_curve`
0easy
Title: DEPENCES 依赖项不全 Body: **What could be better?** 依赖项的 requ…….txt 应该被更新,而且 pytorch 更要描述具体版本和安装方式 本人配环境一个下午,勉强配出来 `Tag0.0.1 pytorch 1.9.0 OnlyCpu` 的版本。 @babysor @oceanarium
0easy
Title: WHILE limit doesn't work in teardown Body: ### Description My original source is test run failure. Tests ran using a docker container and run stopped when container exited with code 137. Trying to simplify the test that lead to the steps given below. I'm seeing execution get stuck in Test Teardown. ### Step...
0easy
Title: update misc workflows datalab tutorial non-IID section to show overall score first and then per-example issues Body: Re-order this section: https://docs.cleanlab.ai/master/tutorials/datalab/workflows.html#Detect-if-your-dataset-is-non-IID Also to get the overall score, we should use `get_issue_summary()` as ...
0easy
Title: google analytics support Body:
0easy
Title: Update the scale bar example for the latest API Body: ## 🧰 Task The scale bar example https://napari.org/dev/gallery/scale_bar.html Doesn't cover the latest scale bar API, which permits a lot more. It should be updated to include some of the new options: https://github.com/napari/napari/blob/0e01840c9237...
0easy
Title: Fixing warning errors in logs Body: The bot works great! Thank you for creating such an amazing software. <img width="1282" alt="CleanShot 2022-12-19 at 10 30 58@2x" src="https://user-images.githubusercontent.com/9989650/208405561-e15bc570-a75f-4c5e-9f7b-49f9bbdd9a36.png"> When I monitor logs, I've seen t...
0easy
Title: Support Settings Configuration through CLI and environment Variables Body: Right now settings are just passed in through the settings file. This is somewhat limiting if there is a value that will be dynamic with deployments (such as a docker image file, etc.) We should support accepting settings through environm...
0easy
Title: Contribute `Lollipop chart` to Vizro visual vocabulary Body: ## Thank you for contributing to our visual-vocabulary! 🎨 Our visual-vocabulary is a dashboard, that serves a a comprehensive guide for selecting and creating various types of charts. It helps you decide when to use each chart type, and offers sa...
0easy
Title: [Feature request] Add apply_to_images to OverlayElements Body:
0easy
Title: [Detections] extend `from_transformers` with segmentation models support Body: ### Description Currently, Supervision only supports Transformers object detection models. Let's expand [`from_transformers`](https://github.com/roboflow/supervision/blob/781a064d8aa46e3875378ab6aba1dfdad8bc636c/supervision/detecti...
0easy
Title: K8s部署教程 Body: ### 配置文件 ```json { "accounts_urls": [ { "mark": "账号标识,可以设置为空字符串", "url": "账号主页链接", "tab": "账号主页类型", "earliest": "作品最早发布日期", "latest": "作品最晚发布日期" } ], "mix_urls": [ { "mark": "合集...
0easy
Title: Chat list scroll bar too short for small number of chats. Body: Below is UI when theres only a few chats (pop up menu is difficult to use) <img width="270" alt="image" src="https://github.com/LAION-AI/Open-Assistant/assets/61619422/5791e699-5b21-4a7b-a820-98e619279c85"> Below is UI when there are a lot of ...
0easy
Title: Additional GeoJSON files Body: Gmaps bundles useful GeoJSON geometries to save users the work of having to find them from the Internet. There are currently a [handful](https://github.com/pbugnion/gmaps/blob/master/gmaps/geojson_geometries/geojson_geometries.py) of geometries included. Adding new geometries is a ...
0easy
Title: [SDK] Support More MCKind in `tune` Body: ### What you would like to be added? Support specifying more types of metrics collector in the `tune` function. https://github.com/kubeflow/katib/blob/51b246fa1c23db130c373fa9749897a0d0b334ab/sdk/python/v1beta1/kubeflow/katib/api/katib_client.py#L189 ### Why is ...
0easy
Title: Precise URL of watched notebook app Body: Please display (in the terminal after running a command) to the user a precise URL address of watched notebook.
0easy
Title: Add a function to find cells with the requested tags Body: This is a simple, isolated issue. We have a function to iterate over cells to find one with the given tag: https://github.com/ploomber/ploomber/blob/3b7997d88a34f75855c0b5ec4391c82dce4213b6/src/ploomber/sources/nb_utils.py#L1 However, this funct...
0easy
Title: Rename `after_import_instance()` method for clarity Body: The `after_import_instance()` is a misnomer because it is called after the instances is loaded (or created) and not after it is imported. Existing clients rely on this method so it would have to be deprecated correctly rather than simply renaming. It ...
0easy
Title: Document third-party examples, blog posts, etc. Body: Should add a section to the docs for third-party examples and guides using Mangum
0easy
Title: ✨ Start Integrating Pydantic V2 Body: We can depend on this PR from @tiangolo to build something with Pydantic V2 in Authx - https://github.com/tiangolo/fastapi/pull/9500
0easy
Title: Specify hyperparameter ranges for blocks Body: ### Feature Description We want to enable the users to specify the value ranges for any argument in the blocks. The following code example shows a typical use case. The users can specify the number of units in a DenseBlock to be either 10 or 20. ### Code Examp...
0easy
Title: Anti Volume Stop Loss indicator.. requested. Body: Hi, I've read Buff Dormeier's 2011 "Investing w/ Volume Analysis" book at least 3 times, looking for hints in other parts of the book, but the calculation of his Anti-Volume Stop Loss still eludes me. On page 254 Buff says ```C Length = Round (3+VPCI) Pr...
0easy
Title: [Roadmap] Heterogeneous Graphs Explainability Support Body: ### 🚀 The feature, motivation and pitch Explainability is a key feature of GNNs, which is already implemented in PyG. However, of all the features introduced, only a few have been adapted to heterogeneous graphs. **Algorithms**: Of all the algorith...
0easy
Title: replace listcomp with genexp in discretisation tests Body: in test_equal_frequency_discretisation.py in test_equal_width_discretisation.py
0easy
Title: Not all allure functions are available in dynamic package Body: We have `allure.epic` but for some reason we do not have `allure.dynamic.epic` This mistake should be fixed #### I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request => Please do not submit support request ...
0easy
Title: [Feature request] Add apply_to_images to RandomRain Body:
0easy
Title: Add `joint` as parameter to `num_label_issues()` method Body: Then you dont need to provide `pred_probs`. This is much more efficient.
0easy