Skip to content

Commit

Permalink
2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed May 31, 2024
1 parent 15e45ad commit 8e22396
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 22 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![](https://img.shields.io/conda/vn/bioconda/biobb_pytorch?label=Conda)](https://anaconda.org/bioconda/biobb_pytorch)
[![](https://img.shields.io/conda/dn/bioconda/biobb_pytorch?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_pytorch)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_pytorch?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_pytorch:4.2.0--pyhad2cae4_0)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_pytorch:4.2.1--pyhad2cae4_0)

[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_pytorch)
[![](https://img.shields.io/pypi/pyversions/biobb-pytorch.svg?label=Python%20Versions)](https://pypi.org/project/biobb-pytorch/)
Expand Down Expand Up @@ -41,7 +41,7 @@ The latest documentation of this package can be found in our readthedocs site:
[latest API documentation](http://biobb-pytorch.readthedocs.io/en/latest/).

### Version
v4.2.0 2024.1
v4.2.1 2024.2

### Installation
Using PIP:
Expand All @@ -51,7 +51,7 @@ Using PIP:
* Installation:


pip install "biobb_pytorch>=4.2.0"
pip install "biobb_pytorch>=4.2.1"


* Usage: [Python API documentation](https://biobb-pytorch.readthedocs.io/en/latest/modules.html)
Expand All @@ -61,7 +61,7 @@ Using ANACONDA:
* Installation:


conda install -c bioconda "biobb_pytorch>=4.2.0"
conda install -c bioconda "biobb_pytorch>=4.2.1"


* Usage: With conda installation BioBBs can be used with the [Python API documentation](https://biobb-pytorch.readthedocs.io/en/latest/modules.html) and the [Command Line documentation](https://biobb-pytorch.readthedocs.io/en/latest/command_line.html)
Expand All @@ -71,13 +71,13 @@ Using DOCKER:
* Installation:


docker pull quay.io/biocontainers/biobb_pytorch:4.2.0--pyhad2cae4_0
docker pull quay.io/biocontainers/biobb_pytorch:4.2.1--pyhad2cae4_0


* Usage:


docker run quay.io/biocontainers/biobb_pytorch:4.2.0--pyhad2cae4_0 <command>
docker run quay.io/biocontainers/biobb_pytorch:4.2.1--pyhad2cae4_0 <command>


Using SINGULARITY:
Expand All @@ -87,7 +87,7 @@ Using SINGULARITY:
* Installation:


singularity pull --name biobb_pytorch.sif https://depot.galaxyproject.org/singularity/biobb_pytorch:4.2.0--pyhad2cae4_0
singularity pull --name biobb_pytorch.sif https://depot.galaxyproject.org/singularity/biobb_pytorch:4.2.1--pyhad2cae4_0


* Usage:
Expand Down
2 changes: 1 addition & 1 deletion biobb_pytorch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

name = "biobb_pytorch"
__all__ = ["mdae"]
__version__ = "4.2.0"
__version__ = "4.2.1"
12 changes: 12 additions & 0 deletions biobb_pytorch/docs/source/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## What's new in version [4.2.1](https://github.com/bioexcel/biobb_pytorch/releases/tag/v4.2.1)?

### Changes

* [CI/CD] Updating checkout GA action to v4
* [TESTS] Avoiding type hint checking in test files
* [CI/CD] Add sync workflow for CASTIEL project
* [DOCS] Updating command line documentation
* [FIX] Adding shebang to the file first line
* [FIX] Adding mypy_cache to gitignore
* [DOCS] Update Bioschemas

## What's new in version [4.2.0](https://github.com/bioexcel/biobb_pytorch/releases/tag/v4.2.0)?

### Changes
Expand Down
4 changes: 2 additions & 2 deletions biobb_pytorch/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
# built documents.
#
# The short X.Y version.
version = u'4.2.0'
version = u'4.2.1'
# The full version, including alpha/beta/rc tags.
release = u'4.2.0'
release = u'4.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
14 changes: 7 additions & 7 deletions biobb_pytorch/docs/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![](https://img.shields.io/conda/vn/bioconda/biobb_pytorch?label=Conda)](https://anaconda.org/bioconda/biobb_pytorch)
[![](https://img.shields.io/conda/dn/bioconda/biobb_pytorch?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_pytorch)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_pytorch?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_pytorch:4.2.0--pyhad2cae4_0)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_pytorch:4.2.1--pyhad2cae4_0)

[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_pytorch)
[![](https://img.shields.io/pypi/pyversions/biobb-pytorch.svg?label=Python%20Versions)](https://pypi.org/project/biobb-pytorch/)
Expand Down Expand Up @@ -41,7 +41,7 @@ The latest documentation of this package can be found in our readthedocs site:
[latest API documentation](http://biobb-pytorch.readthedocs.io/en/latest/).

### Version
v4.2.0 2024.1
v4.2.1 2024.2

### Installation
Using PIP:
Expand All @@ -51,7 +51,7 @@ Using PIP:
* Installation:


pip install "biobb_pytorch>=4.2.0"
pip install "biobb_pytorch>=4.2.1"


* Usage: [Python API documentation](https://biobb-pytorch.readthedocs.io/en/latest/modules.html)
Expand All @@ -61,7 +61,7 @@ Using ANACONDA:
* Installation:


conda install -c bioconda "biobb_pytorch>=4.2.0"
conda install -c bioconda "biobb_pytorch>=4.2.1"


* Usage: With conda installation BioBBs can be used with the [Python API documentation](https://biobb-pytorch.readthedocs.io/en/latest/modules.html) and the [Command Line documentation](https://biobb-pytorch.readthedocs.io/en/latest/command_line.html)
Expand All @@ -71,13 +71,13 @@ Using DOCKER:
* Installation:


docker pull quay.io/biocontainers/biobb_pytorch:4.2.0--pyhad2cae4_0
docker pull quay.io/biocontainers/biobb_pytorch:4.2.1--pyhad2cae4_0


* Usage:


docker run quay.io/biocontainers/biobb_pytorch:4.2.0--pyhad2cae4_0 <command>
docker run quay.io/biocontainers/biobb_pytorch:4.2.1--pyhad2cae4_0 <command>


Using SINGULARITY:
Expand All @@ -87,7 +87,7 @@ Using SINGULARITY:
* Installation:


singularity pull --name biobb_pytorch.sif https://depot.galaxyproject.org/singularity/biobb_pytorch:4.2.0--pyhad2cae4_0
singularity pull --name biobb_pytorch.sif https://depot.galaxyproject.org/singularity/biobb_pytorch:4.2.1--pyhad2cae4_0


* Usage:
Expand Down
2 changes: 1 addition & 1 deletion biobb_pytorch/docs/source/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"applicationSubCategory": "http://www.edamontology.org/topic_3892",
"citation": "https://www.nature.com/articles/s41597-019-0177-4",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"softwareVersion": "4.2.0",
"softwareVersion": "4.2.1",
"applicationSuite": "BioBB BioExcel Building Blocks",
"codeRepository": "https://github.com/bioexcel/biobb_pytorch",
"isAccessibleForFree": "True",
Expand Down
6 changes: 3 additions & 3 deletions biobb_pytorch/json_schemas/biobb_pytorch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"github": "https://github.com/bioexcel/biobb_pytorch",
"readthedocs": "https://biobb-pytorch.readthedocs.io/en/latest/",
"conda": "https://anaconda.org/bioconda/biobb_pytorch",
"docker": "https://quay.io/biocontainers/biobb_pytorch:4.2.0--pyhad2cae4_0",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_pytorch:4.2.0--pyhad2cae4_0",
"version": "4.2.0",
"docker": "https://quay.io/biocontainers/biobb_pytorch:4.2.1--pyhad2cae4_0",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_pytorch:4.2.1--pyhad2cae4_0",
"version": "4.2.1",
"rest": false,
"tools": [
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="biobb_pytorch",
version="4.2.0",
version="4.2.1",
author="Biobb developers",
author_email="[email protected]",
description="biobb_pytorch is the Biobb module collection to create and train ML & DL models.",
Expand Down

0 comments on commit 8e22396

Please sign in to comment.