Barış Can Durak

Results 72 issues of Barış Can Durak

Hey everyone and welcome to the long-awaited Spark PR. With this PR, we go over a new integration with ZenML and you can think of it as our first steps...

enhancement
internal

## Describe changes I upgraded the version of the [SQLModel](https://sqlmodel.tiangolo.com) package that we are using from `0.0.8` to `0.0.16`. The most critical factor in this upgrade stems from [this PR...

enhancement
internal
run-slow-ci

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Hello there, I ran into an issue while migrating our codebase to pydantic v2. Previously in...

question

## Describe changes Migrating the codebase to work with `pydantic` v2. ## Pre-requisites Please ensure you have done the following: - [X] I have read the **CONTRIBUTING.md** document. - [X]...

enhancement
internal

> ⚠️ Since this PR is turning out to be a mega PR, I will try to explain everything in a very detailed manner. Please go through it before diving...

enhancement
internal

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Hello there, We ran into an issue while trying to upgrade our codebase to `pydantic` v2....

bug V2

## Describe changes ### Major changes - Cleaning up the dependencies: - Removed `click-params`, `httplib2`, `pyparsing` as main dependencies. - Moved `secure` to the `server` extra - Separated `numpy` and...

enhancement
internal

## Describe changes I implemented **two new Github workflows** and a bunch of scripts to automate our release process. (The description of the PR mentions most things already. I will...

enhancement
internal

## Describe changes **THIS IS NOT AN ACTUAL RELEASE!** Just testing the release automation. ## Pre-requisites Please ensure you have done the following: - [ ] I have read the...

internal

## Describe changes Unpining the `numpy` version. Thanks to this PR, our users will be working with `numpy>=2.0` in most cases. However, we can not define it as `>=2.0` because...

enhancement
internal
run-slow-ci