text
stringlengths
20
57.3k
labels
class label
4 classes
Title: 建议添加移动端 Body: 建议添加移动端
0easy
Title: Unexpected Behaviors to Address Body: # Just add any screenshot of unexpected behavior as a comment <img width="1280" alt="Screen Shot 2020-04-23 at 4 54 08 PM" src="https://user-images.githubusercontent.com/1670421/80079725-3daa4380-8583-11ea-848a-09a9f8c064da.png">
0easy
Title: 后单获取不到付款通知 Body: 按照你帮助里说的,后台网站地址里设置好网站的真实地址,测试付款后,后台的订单依然显示未付款。不知道是什么问题。
0easy
Title: Add K-Medoids Support Body: * igel version: 0.3.1 * Python version: 3.6.9 * Operating System: Ubuntu 18.04 LTS running as a Linux Subsystem on WSL2 ### Description Adding support for K-Medoids Clustering from the sklearn_extra library. This clustering method would be useful for median-based distance metr...
0easy
Title: Good First Issue: Allow `initial_train_size` in `backtesting_forecaster` to accept date values Body: Use branch `0.15.x` as base. **Summary** Currently, the `initial_train_size` parameter in the `backtesting_forecaster` function only accepts an integer value. This integer defines how many observations to u...
0easy
Title: Add more valid tags for CAA record Body: Hey, I updated my CAA record (issue and iodef), I wanted to add “issuemail”, for S/MIME certificates (https://www.rfc-editor.org/rfc/rfc9495.pdf), but I get a warning saying that the tag is invalid. The record works anyway, but if it were possible to remove the warnin...
0easy
Title: Add new pseudo log level `CONSOLE` that logs to console and to log file Body: It would be useful to allow set log level to "Console" for keyword, Currently To print list of dictionary you have to do it your self using Log To Console Keywords in mind - Log Dictionary - Log List
0easy
Title: [ENH] window based time series segmentation via clustering Body: Two advanced forms of https://github.com/sktime/sktime/issues/6750: Non-overlapping 1. run a non-overlapping sliding window across the time series to get subseries and segments 2. apply a *time series clusterer* to the pooled set of all the ...
0easy
Title: 最新的numpy版本不能使用,建议在install.md的安装中提醒限制版本 Body: numpy 1.24版本中已经移除np.float等用法,与代码中的写法相悖。 我在安装的时候直接使用了pip install numpy,自动安装了最新版本,导致持续有error出现。 将numpy降级之后,代码成功运行。
0easy
Title: Logging changes break the robot backgoundlogger Body: The changes in #5255 break the robot backgoundlogger. The import of the backgroundlogger failes: ``` Traceback (most recent call last): File "/home/user/test/TestLib.py", line 2, in <module> from robotbackgroundlogger import BackgroundLogger File...
0easy
Title: Explore Pydantic usage instead of dataclasses Body: Piccolo uses dataclasses extensively, all over the code base. It's worth investigating if any noticeable performance improvement can be achieved by using Pydantic models instead.
0easy
Title: Cleanup ctx manager state management Body: ### 🐛 Describe the bug Today in https://github.com/pytorch/pytorch/blob/bc86b6c55a4f7e07548a92fe7c9b52ad2c88af35/torch/_dynamo/variables/ctx_manager.py#L58 We keep an indirect state object to workaround the previous immutability requirement of VariableTrackers. Since...
0easy
Title: Improve readme Body: Make a better readme with setup instructions and how examples on how to use the program. Also, architecture design would be a plus.
0easy
Title: Docker tag issue Body: https://github.com/Kav-K/GPTDiscord/actions/runs/6901545502/job/18776545093 An issue on new releases where it says a tag is required for new pushes to the registry.. but a tag exists, not sure what's wrong here, I'm terrible with docker ``` Run docker/build-push-action@v5 GitHub Ac...
0easy
Title: Native SQLModel Support Body: ### Discussed in https://github.com/awtkns/fastapi-crudrouter/discussions/108 <div type='discussions-op-text'> <sup>Originally posted by **voice1** September 29, 2021</sup> Is there any intent to support SQLModel? [https://github.com/tiangolo/sqlmodel](https://github.com/tian...
0easy
Title: Build more impressive example Body: To really reinforce how streamlit-folium works, it'd be great to have a more robust example. Something that shows advanced functionality from Folium, integration of Streamlit widgets to control the output, etc. https://github.com/randyzwitch/streamlit-folium/blob/master/exa...
0easy
Title: [BUG] DataBricks binding Body: Error report: https://graphistry-community.slack.com/archives/C014ESCDDU0/p1597198763002700 ![image](https://user-images.githubusercontent.com/4249447/89969861-498e4400-dc0c-11ea-9776-59615db2f310.png) Likely due to generated client JS for DataBricks environment
0easy
Title: [BUG] MultiRocket does not accept singular series in `transform` Body: ### Describe the bug From #1696 The `MultiRocket` transform does not accept collections of size 1 when transforming. Discovered through the `Arsenal` classifier. We should add to the general testing a line to predict cases like this....
0easy
Title: Feature: public API to add middlewares Body: We should provides user with the ability to add middlewares to already created broker. I imagine it via the following interface: ```python class Broker: def add_outer_middleware(self, middleware: BaseMiddleware) -> None: self._middlewares = (midd...
0easy
Title: update datalab.get_issues("class_imbalance") to include the label of each example Body: This dataframe here should indicate the class label of each example ![Screen Shot 2023-12-15 at 7 54 12 PM](https://github.com/cleanlab/cleanlab/assets/1390638/23051dd3-83d6-48f0-bcfd-c9da9ad6dd25) Also `datalab.report(...
0easy
Title: feat: bright theme! Body:
0easy
Title: 大佬,代码开源吗 Body: 大佬,代码开源吗,小白跪谢
0easy
Title: FileNotFoundError: [Errno 2] No such file or directory: 'path/to/project/exports/charts/temp_chart.png' Body: ### System Info OS version: macOS Sonoma 14.4.1 Python version: 3.10.12 pandasai version: 2.0.28 ### 🐛 Describe the bug It cannot go through when using the Agent to plot pictures. It is okay...
0easy
Title: Marketplace - search results - Body: ### Describe your issue. Change this font to large-poppins style style: large-poppins font: poppins weight: semi-bold size: 18 line-height: 28 Style guide can be found here: [https://www.figma.com/design/aw299myQfhiXPa4nWkXXOT/agpt-template?node-id=7-47&t=VR...
0easy
Title: Add missing shell injection sinks Body: We should add missing `sinks` w.r.t. "shell injection" to [`all_trigger_words.py`](https://github.com/python-security/pyt/blob/master/pyt/vulnerability_definitions/all_trigger_words.pyt). Refer to [Bandit plugin `shell_injection`](https://github.com/PyCQA/bandit/blob/mast...
0easy
Title: ✨Export to markdown and HTML Body: ## Feature Proposal We can easily export the document to markdown or html. We could add 2 buttons, "Copy to markdown" and "Copy to html" that will copy the editor in your clipboard to paste it where you want. See: https://www.blocknotejs.org/docs/editor-api/converting-...
0easy
Title: provide a way to evaluate multilabeled data Body: igel should support multiclass classification. Therefore, evaluation metrics should work properly with multiclass/multilabel classification
0easy
Title: missing detail in grid documentation Body: in the docs we have an example that looks like this: ```yaml tasks: - source: random-forest.py name: random-forest- product: 'n_estimators=[[n_estimators]]/criterion=[[criterion]].html' grid: n_estimators: [5, 10, 20] criterion: [...
0easy
Title: tox 4 does not support factor all conditionals as 3 Body: We use factors to differentiate test setups like this: ``` [testenv] ... commands_pre = py27,py35: DO X !py27,!py35: DO Y ... ``` This worked fine until version 4.0.13. Now the `py27` and `py35` environments match both the first and s...
0easy
Title: Using `pnpm start` in local Docker deployment causes issues with PostHog and Supabase Body: **Describe the bug** This is relevant to local prod deployments. When running `pnpm start` inside of Docker causes errors initializing Supabase and Posthog. Supabase looks for url and key, and posthog fails to initialize...
0easy
Title: Get an error run `scripts/test` in a newly cloned `uvicorn` Body: ### Discussed in https://github.com/encode/uvicorn/discussions/1755 <div type='discussions-op-text'> <sup>Originally posted by **ys-wu** November 2, 2022</sup> I clone my fork: ``` git clone https://github.com/MY-USERNAME/uvicorn ``` ...
0easy
Title: Add examples page and list to examples of analyses that use the project Body: Is there some way to link to a couple of projects/pipelines implementing this template? I know there are resources for every question I might have, but to see a whole project where all the parts you suggest here come together would be...
0easy
Title: Storage upsert docs are incorrect Body: **Describe the bug** The docs on how to control storage upserts are out of date. The docs say that an `upsert` header is allowed https://supabase.com/docs/reference/python/storage-from-update But the underlying storage3 lib accepts an `x-upsert` param not an `upse...
0easy
Title: Document how to use it with django cache framework? Body: <!--- Provide a general summary of the changes you want in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show ...
0easy
Title: `linear_model.LowessRegression` Body:
0easy
Title: Half trend indicator requested with code link. Body: Hi. I have put request earlier also. This is a custom indicator same as supertrend but much fast and better than it. The original code in pine script is at https://www.tradingview.com/script/U1SJ8ubc-HalfTrend/ I am sending link of the already made ...
0easy
Title: Add milleseconds to script start and error timestamps Body: ### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland? Xorg ### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an i...
0easy
Title: Migrate react-sortable tree to rc-tree Body: react-sortable-tree appears to be [abandoned](https://github.com/frontend-collective/react-sortable-tree/issues/862). As an alternative we can move to [rc-tree](https://github.com/react-component/tree).
0easy
Title: Control Body: Just adding more to the Antminer-Monitor I would like to add there a reboot action for each Antminer assuming that user: root password: root as default and saved So we can root the miners from that option
0easy
Title: Feature: broker syncify wrapper Body: To suggest an idea or inquire about a new Message Broker supporting feature or any other enhancement, please follow this template: **Is your feature request related to a problem? Please describe.** Provide a clear and concise description of the problem you've encountered...
0easy
Title: Error displaying images with "Languages Used (By File Size)" Body: ## Error description photo <details> ![Error photo](https://user-images.githubusercontent.com/60387689/168267717-4f117043-2398-42bf-9cc1-1b36807c4349.jpg) </details> ## Device used in the photo > Android 11; Redmi Note 8 Build/RKQ1.2...
0easy
Title: Fix documentation issues mentioned in static analysis Body: ## Feature request ### Description of the feature <!-- A clear and concise description of what the new feature is. --> To increase the quality of the project we are using static analysis to find out documentation issues in the project. A detaile...
0easy
Title: Module cgi is deprecated and will be removed in Python 3.13 Body: https://github.com/xonsh/xonsh/blob/38a3f7253a70f5dfb5cd0e1723057ab1a68637cc/xonsh/webconfig/main.py#L2
0easy
Title: crop_signal1d not updating plot Body: ```python import numpy as np import hyperspy.api as hs s = hs.signals.Signal1D(np.random.randint(0, 99, 1000)) s.crop_signal1D() # Select a region. Press Apply ``` The plot does not update, as seen in the image here: ![linux_crop_figure_not_updating](https://user-...
0easy
Title: Recipe needed: how to handle ForeignKey to self model? Body: Unfortunately, me cannot do a SubFactory to self model yet. (hit recursion error)
0easy
Title: Incorporate code style formatters in dev workflow Body: Update development workflow and CONTRIBUTING.md to incorporate [flake8](https://flake8.pycqa.org/en/latest/) and [black](https://github.com/psf/black) for refactoring and improving code style.
0easy
Title: [BUG] Jinja templating for FugueSQL is failing with string Body: **Minimal Code To Reproduce** ```python from fugue_sql import FugueSQLWorkflow data = [ ["A", "2020-01-01", 10], ["A", "2020-01-02", None], ["A", "2020-01-03", 30], ["B", "2020-01-01", 20], ["B", "2020-01-02", None], ...
0easy
Title: Put all docarray method in document and da into a common namespace Body: # context as we allow flexible schema we need a way to prevent user to use a key name that is already used by docarray. The best way to do it is to have a namespace for al of the method of `Document`. Example: `doc.from_protobuf -...
0easy
Title: Fix left bar scrolling CSS Body: When expanding the left bar in the docs, the bottom sections are hidden - even if you scroll down, you won't see the **Community** section: ![image](https://user-images.githubusercontent.com/989250/165167396-9b999fe1-37fa-43d8-8372-b80a8a6ca653.png)
0easy
Title: [cfg] We don't visit functions in while loops Body: You can see we do it for `for` loops and not while loops https://github.com/python-security/pyt/blob/346a2d3070f70efbf81be44c261f356ba6fc0f1c/pyt/cfg/stmt_visitor.py#L513-L529
0easy
Title: [k8s] Deprecate `nodeport` networking mode Body: We no longer maintain and support `config.kubernetes.networking: nodeport`. We should remove that field and any codepaths using it.
0easy
Title: CI should run st2-self-check for every PR Body: Apart from Unit and Integration tests, we should also run the `st2-self-check` script for every PR as part of the CI pipeline. Something we do in e2e and manual testing. It should be possible with the Github Actions and would help us to catch bugs before mergin...
0easy
Title: Add `anchor` Attribute to `rio.Slider` Component Body: It would be beneficial to enhance the `rio.Slider` component by introducing an additional attribute called `anchor?`. This attribute will accept a Literal type with values "left" or "right", defaulting to "left". This feature will make the rio.Slider more ve...
0easy
Title: Links in README don't render properly on PyPi project page Body: The README has links that don't work when viewed from PyPi. An [example](https://github.com/slackapi/python-slack-sdk/blame/main/README.md#L83), which uses `/tutorial` as a relative path, resulting in a 404. The Table of Content anchors also appear...
0easy
Title: Support julia 1.1 Body: It seems that julia 1.0 is supported, but not julia 1.1. Would be great to have support for 1.1 as well.
0easy
Title: Camel to snake case conversion doesn't add an underscore after a digit Body: The `pyutils.camel_to_snake` function does not add an underscore if a capital letter occurs after a non-letter character. For example, `came_to_snake("python2Thing")` returns `python2thing` instead of `python2_thing`. This seems counter...
0easy
Title: Network throughput eval freezes in certain network conditions Body: For example, this happens on IPv6-only corporate networks, or when third-party throughput eval servers are down. The `timeout` argument of the `speedtest-cli` module doesn't help. We need to run the network throughput eval in a separate proce...
0easy
Title: docker image for mac m1 ship Body: ### Describe the bug no matching manifest for linux/arm64/v8 in the manifest list entries ### To Reproduce have a mac m1 with apple ship run `docker pull ghcr.io/coqui-ai/tts-cpu` > docker pull ghcr.io/coqui-ai/tts-cpu > > Using default tag: latest > latest: Pulling ...
0easy
Title: Trend Regularity Adaptive Moving Average [LUX] Body: Would be awesome to see this indicator on pandas_ta! It's a moving average that adapts to the current trend by taking into account the average of high/lows during a selected period. Link: https://www.tradingview.com/v/p8wGCPi6/ Pinescript code: ``` // Thi...
0easy
Title: [MNT] Migration to newer skforecast interface Body: _Originally posted by @JavierEscobarOrtiz in https://github.com/sktime/sktime/issues/6531#issuecomment-2499989752_ > Hello @fkiraly @Abhay-Lejith @yarnabrina > > I’m Javier, one of the co-authors of skforecast. First of all, thank you so much for includi...
0easy
Title: Have st2 pack install checkout git submodules when cloning a pack repo Body: When a Pack is installed on Stackstorm using `pack install` - stackstorm performs a clone on the Repo ([Code](https://github.com/StackStorm/st2/blob/dfab25aab0468f330a635db55f01286523217135/st2common/st2common/util/pack_management.py#L2...
0easy
Title: Bad error message when function is annotated with an empty tuple `()` Body: ```py def bar(a: ()): ... ``` ```robot *** Settings *** Library asdf *** Test Cases *** Asdf bar 1 # ValueError: Argument 'a' got value '1' that cannot be converted to . ```
0easy
Title: Expose unix_time_to_utc to Jinja Body: I have a need for `unix_time_to_utc` in the Jinja template but it isn't currently exposed. Ultimately it's to convert between an Epoch timestamp to ISO 8601.
0easy
Title: docs: little updates Body: Add to [this section](https://faststream.airt.ai/latest/getting-started/subscription/annotation/#json-basic-serialization) * [ ] partial body consuming example (https://github.com/airtai/faststream/pull/890#issuecomment-1835856313) * [ ] detail serialization rule notice (#1152) * [ ...
0easy
Title: Restructure the functions in anomaly data output view API Body: Right now, the controller method and the API endpoint both exist [in the same file](https://github.com/chaos-genius/chaos_genius/blob/main/chaos_genius/views/anomaly_data_view.py ) We need to restructure and refactor some functions. - [ ] Create...
0easy
Title: ValueError for backtesting_forecaster when interval is provided Body: Hi ! I'm trying to use your ``backtesting_forecaster`` and when I use and ask for intervals, it leads to ``ValueError`` When no intervals are asked, all works perfectly: **[in]:** ```python if __name__ == "__main__": impo...
0easy
Title: Clustering example Body: *Note: working on this requires some familiarity with ploomber* We have a [classification example](https://github.com/ploomber/projects/tree/master/ml-basic) but we're missing a clustering one. It'd be to have one that has the following tasks: 1. loading data (can be some [sample ...
0easy
Title: Captcha in ActivateAccountActionHandler hangs on wrong response Body: See https://github.com/desec-io/desec-stack/pull/754#issuecomment-1887977612
0easy
Title: implement more models Body:
0easy
Title: KElbowVisualizer should take a list of k instead of a tuple Body: This is just a suggestion that KElbowVisualizer should let the user chose the values of k and not be forced to have a continuous range. This is especially useful when you suppose you have a big number of clusters and you want explore the values ...
0easy
Title: could you add SMIIO? Body: Hi, twopirllc, I find that you maintain pandas-ta very diligent. Thank you for your work. I find a indicator is useful, SMIIO, SMI Ergodic Indicator/Oscillator. [https://www.tradingview.com/chart/LOCO/wsKsWzWo-Momentum-based-SMIIO-Indicator/](url) yes, I find Stochastic in pandas-...
0easy
Title: Variables are not resolved in keyword name in WUKS error message Body: RF version: 6.1.1 ``` *** Settings *** Documentation scratch *** Test Cases *** Test KW Fail *** Keywords *** KW [Arguments] ${name} Wait Until Keyword Succeeds 3x 1s ${name} ``` ![image](https://...
0easy
Title: Japanese: Apply #479 changes to the documents Body: Refer to https://github.com/slackapi/bolt-python/pull/479 for details ### The page URLs * https://slack.dev/bolt-python/ja-jp/concepts#view_submissions ## Requirements Please read the [Contributing guidelines](https://github.com/slackapi/bolt-python...
0easy
Title: Removing a thread from awaiting a response should be safer Body: When a thread's already been removed or not in it for some reason it should just silently pass. ```python Traceback (most recent call last): File "/home/bots/discord_bots/GPT3Discord/models/index_model.py", line 699, in index_webpage rais...
0easy
Title: Gallery examples use old import convention. Body: ### Description: We should `import skimage as ski` in all gallery examples! This issue may (should) be addressed in small batches of examples.
0easy
Title: Support generic types for `union` and `union_all` Body: ### Describe the use case For `union` and `union_all` which both have signatures that accept multiple `Select`s, the generic type information is lost in the union query. Ideally the return type of these functions should be the most specific supertype of ea...
0easy
Title: Add new section about style to User Guide Body: As discussed, would be useful to have a chapter about the syle in the User Guide, focusing on most basic things. We could then refer to this in the certificates syllabus.
0easy
Title: gsheets error: Unknown pattern "d/m/yyyy". Body: It is getting parsed properly in the google sheets, even showing a calendar dropdown in sheets, but getting this error when importing in superset. @betodealmeida
0easy
Title: Implement more "reply to webhook" classes Body: After reviewing #804, I've found that some methods aren't implemented as reply to webhook classes. Missing classes I've discovered: - [ ] `SendAnimation` - [ ] `SendPoll` - [ ] `SendDice` - [ ] I'm sure there are more to find _Originally posted by @evgfil...
0easy
Title: Indicator: Fisher Transform (FISHT) Body: The indicator in its current form does not return the signal line. Could this be updated to return a DataFrame with the FT and FT signal values? https://library.tradingtechnologies.com/trade/chrt-ti-ehler-fisher-transformation.html
0easy
Title: Participate in `FigureFriday` and create a Vizro app (for multiple participants) Body: ## Good choice! 👋 ### You will learn 📚: - Navigating through technical documentation - Working with Plotly charts and customizing them via post update calls - Utilizing PyCafe for development and building your own p...
0easy
Title: BUG: pd.Series.rename(..., inplace=True) returns a pd.Series and not nont 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/whatsnew/index.html) of pandas. - [x] I ha...
0easy
Title: Caching value_equality_values? Body: **Is your feature request related to a use case or problem? Please describe.** Are we "allowed" to cache the `_value_equality_values`? If so, is there a standard way to do this? I'm in particular looking at PhasedXZGate: https://github.com/quantumlib/Cirq/blob/b28bfce0b...
0easy
Title: [Feature request] Add apply_to_images to PixelDistributionAdaptation Body:
0easy
Title: Dash Cytoscape: control the scroll wheel sensitivity for zooming Body: Hello, I need to control the scroll wheel sensitivity to zoom on canvas and change the scale of graphs. I noticed that cytoscape.js and react-cytoscapejs have supported the wheel-sensitivity property in their last updates to control the sc...
0easy
Title: RareLabelEncoder allow user to decide maximum number of returned categories per variable Body: Add a parameter with which the user can specify the maximum number of categories that they want for the variables
0easy
Title: Error in Golden Features: Please provide the true labels explicitly through the labels argument. Body: Error when training with Golden Features: ```py y_true contains only one label (1). Please provide the true labels explicitly through the labels argument. ```
0easy
Title: Fit time timer utility Body: Add timer utility functionality to the library to adapt any learned `fit_time_` parameters: ```python import time from functools import wraps from dateutil.relativedelta import relativedelta def humanizedelta(*args, **kwargs): """ Wrapper around dateutil.relati...
0easy
Title: provide a way to use hyperparameter-tuning Body: ### Description It would be great to provide a way to use hyperparameter-tuning in igel. The user should be able to write that he wants to use hyperparameter-tuning in the yaml file and this will be automatically triggered by igel before fitting a model. T...
0easy
Title: Parser fail with numerical and logical AND Body: ```xsh xonfig # xonsh 0.14.3 mkdir -p /tmp/abc /tmp/123 /tmp/a123 cd /tmp/abc && ls # Result: empty # Expected: empty cd /tmp/a123 && ls # Result: empty # Expected: empty # But: cd /tmp/123 && ls # Result: NameError: name 'cd' is not define...
0easy
Title: Add sigmoid_kernel Function Body: The sigmoid kernel converts data via tanh into a new space. This is easy difficulty, but requires significant benchmarking to find when the scikit-learn-intelex implementation provides better performance. This project will focus on the public API and including the benchmarking ...
0easy
Title: [Feature request] Add apply_to_images to ToFloat Body:
0easy
Title: Add a button which displays the stdout of the job which executed the notebook Body:
0easy
Title: Condense hyper parameter example Body: Can we shorten the example about [tuning hyper-parameters](https://scikit-optimize.github.io/notebooks/hyperparameter-optimization.html) while retaining the pipeline example? One approach would be to shorten the explanatory text and generally try and condense things. It is...
0easy
Title: [BUG] support for `frame`s missing Body: Hi, I got this error, and when i try to read your code, I think u still not implemented `switch_to.frame` correctly. because u treat `frame` like an `iframe` while both of them have different element behaviour ```javascript top.window.frame2.document.querySelector('i...
0easy
Title: Add `RadioButtons` Body: ### Description RadioButtons are a type of user interface element that allows users to select one option from a predefined set of options. Unlike checkboxes, which allow for multiple selections, RadioButtons ensure that only one option can be selected at a time. This feature is essenti...
0easy
Title: is_element_visible missing from API docs? Body: [`is_element_visible`](https://github.com/cobrateam/splinter/blob/04a6da307f76d872ef1c227c47509fc983e5315c/splinter/driver/webdriver/__init__.py#L201) is a very helpful function, but haven't figured out why / what would be the clearest way to make it available in t...
0easy
Title: Automate Katib Releases Body: Currently, to make Katib releases we have to follow this manual process: https://github.com/kubeflow/katib/tree/master/docs/release We run `make release` command, build and publish the release Docker images locally, and publish Katib SDK version. Since we build docker images loc...
0easy
Title: Yanked dependency, good first issue Body: ### Describe the bug During install I got a warning: Warning: The file chosen for install of jupyter-core 5.6.0 (jupyter_core-5.6.0-py3-none-any.whl) is yanked. Reason for being yanked: breaking change in loop handling Crash: ``` File "/home/anton/Documents/...
0easy
Title: README license is incorrect Body: ### Description: The BSD license listed in our README is *not* the skimage license. The full license is: https://github.com/scikit-image/scikit-image/blob/main/LICENSE.txt This is the one that should be linked to, instead of inlining it in the README. ### Way to reproduc...
0easy