Skip to content

Commit

Permalink
New version related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdaniel654 committed Dec 2, 2024
1 parent 3d25c50 commit 0068f85
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.0.3] - 2024-12-02

### Added
* 3DQLayers is now on conda-forge
* Cortical thickness calculations can now produce an uncertainty estimate
* Citation information has been added to the README

### Changed
* Smaller pelvis' can now be found #6
* Updated the tutorial/example notebooks

## [0.0.2] - 2024-07-10

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ authors:
given-names: "Susan T"
orcid: "https://orcid.org/0000-0003-0903-7507"
title: "QLayers"
version: 0.0.2
date-released: 2024-07-10
version: 0.0.3
date-released: 2024-12-02
url: "https://github.com/alexdaniel654/qlayers"
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project = '3DQLayers'
copyright = f'{datetime.now().year}, Alexander J Daniel'
author = 'Alexander J Daniel'
release = 'v0.0.2'
release = 'v0.0.3'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand All @@ -45,7 +45,7 @@
html_static_path = ['_static']
html_context = {
"sidebar_external_links_caption": "Links",
"sidebar_external_links" : [
"sidebar_external_links": [
(
'<i class="fa fa-github fa-fw"></i> Source Code',
"https://github.com/alexdaniel654/qlayers",
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

setup(
name="qlayers",
version="0.0.2",
version="0.0.3",
description="Quantitative layer analysis for renal MRI",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/alexdaniel654/qlayers",
license="GPL-3.0",
python_requires=">=3.8, <4",
python_requires=">=3.9, <4",
packages=find_packages(),
install_requires=requirements,
include_package_data=True,
Expand All @@ -27,7 +27,6 @@
"Topic :: Scientific/Engineering",
"Environment :: Console",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 0068f85

Please sign in to comment.