Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 21, 2024
1 parent c58ad3d commit 4175fb0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@



## v0.7.0 (2024-01-21)

### Build

* build(Continuous-Deployment): Only push to PyPi if semantic release updates ([`8adc4e1`](https://github.com/jjjermiah/NBIA-toolkit/commit/8adc4e1de88476b498296ca103b627d79428bf48))

### Documentation

* docs: import changelog for readthedocs ([`3c650be`](https://github.com/jjjermiah/NBIA-toolkit/commit/3c650bee5e5663e353c39c6251416775e66c2e4e))

* docs: Update dependencies and fix code execution counts ([`68e67e0`](https://github.com/jjjermiah/NBIA-toolkit/commit/68e67e0b0e3efee319acf14ae904568b8cfd3bb8))

* docs: update documentation for new features and changelog to readthedocs ([`4a2af47`](https://github.com/jjjermiah/NBIA-toolkit/commit/4a2af470dffd6a8794875917b62e104ad0c04774))

### Feature

* feat(nbia): add prefix option to get Collections methods ([`0f95c89`](https://github.com/jjjermiah/NBIA-toolkit/commit/0f95c899f1f45888001f38bb55d8cb30863732aa))

### Test

* test(nbia): added test for downloadSeries ([`0f502ce`](https://github.com/jjjermiah/NBIA-toolkit/commit/0f502ce8e1a1f1b5e53c63c3cb705e36d7b2393d))

### Unknown

* Merge pull request #40 from jjjermiah/updateDocumentation

Update documentation ([`c58ad3d`](https://github.com/jjjermiah/NBIA-toolkit/commit/c58ad3d6cccb02cd17a68a790c9ce5aca081e628))

* Merge pull request #38 from jjjermiah/37-fix-ghacd-to-not-fail-if-version-isnt-bumped

build(Continuous-Deployment): Only push to PyPi if semantic release updates ([`b6e3126`](https://github.com/jjjermiah/NBIA-toolkit/commit/b6e3126019b987c2240bf7685f89f277daf9a965))

* Merge pull request #36 from jjjermiah/25-nbiapyadd-tests-for-download-series ([`f0f3781`](https://github.com/jjjermiah/NBIA-toolkit/commit/f0f3781ff408d998da9abb13671284cb0e1143fc))


## v0.6.0 (2024-01-07)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nbiatoolkit"
version = "0.6.0"
version = "0.7.0"
description = "A python package to query the National Biomedical Imaging Archive (NBIA) database."
authors = ["Jermiah Joseph"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "0.6.0"
__version__ = "0.7.0"

setup(
name="nbiatoolkit",
Expand Down

0 comments on commit 4175fb0

Please sign in to comment.