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

Skelebot Version 2.0 #242

Merged
merged 16 commits into from
Jun 6, 2024
Merged

Skelebot Version 2.0 #242

merged 16 commits into from
Jun 6, 2024

Conversation

jagmoreira
Copy link
Collaborator

Skelebot V2

Second major release of Skelebot. The only major functionality change is that now all dependencies are installed together in a single pip install command. Previously, each line item in the dependencies list was installed separately which could cause package version conflicts and/or unnecessary re-installations.

However, with this release we are dropping support for python 3.6, 3.7 and 3.8 which have all reached end of life. Skelebot's default python version is now 3.9.

We are also completely dropping support for R, including hybrid R+python projects meaning that skelebot now exclusively supports python projects. That being said, just like with v1.x we still support custom base Docker images via baseImage and also running arbitrary bash scripts, so projects in languages other than python can use skelebot with some user changes.

Finally, this release refactors skelebot's build process: we no longer rely on setup.py and setuptools' MANIFEST file and instead use a single pyproject.toml script with hatchling as a backend (similar to forge). This resolves #178 .

@jagmoreira jagmoreira requested a review from sshookman June 6, 2024 15:47
@jagmoreira jagmoreira self-assigned this Jun 6, 2024
@jagmoreira jagmoreira merged commit 098ab40 into master Jun 6, 2024
3 checks passed
@jagmoreira jagmoreira deleted the v2 branch June 6, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update build process
2 participants