Skip to content

Commit

Permalink
Ensure all latest distribution points to correct docs
Browse files Browse the repository at this point in the history
  • Loading branch information
donishadsmith committed Nov 30, 2024
1 parent 5e244b8 commit 766e87d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ noted in the changelog (i.e new functions or parameters, changes in parameter de
improvements/enhancements. Fixes and modifications will be backwards compatible.
- *.postN* : Consists of only metadata-related changes, such as updates to type hints or doc strings/documentation.

## [0.19.1] - 2024-11-30
- Primarily to ensure all the latest distributions have the correct documentation links.
- Includes some internal code changes that won't change results.
- TODO for future version is to support Python 3.13.

## [0.19.0] - 2024-11-28
- Cleaning some of the API, specifically parameter names and properties, no defaults have been changed in
this update.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# neurocaps
[![Latest Version](https://img.shields.io/pypi/v/neurocaps.svg)](https://pypi.python.org/pypi/neurocaps/)
[![Python Versions](https://img.shields.io/pypi/pyversions/neurocaps.svg)](https://pypi.python.org/pypi/neurocaps/)
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.11642615-teal)](https://doi.org/10.5281/zenodo.14241626)
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.11642615-teal)](https://doi.org/10.5281/zenodo.14251640)
[![Github Repository](https://img.shields.io/badge/Source%20Code-neurocaps-purple)](https://github.com/donishadsmith/neurocaps)
[![Test Status](https://github.com/donishadsmith/neurocaps/actions/workflows/testing.yaml/badge.svg)](https://github.com/donishadsmith/neurocaps/actions/workflows/testing.yaml)
[![codecov](https://codecov.io/github/donishadsmith/neurocaps/graph/badge.svg?token=WS2V7I16WF)](https://codecov.io/github/donishadsmith/neurocaps)
Expand Down
4 changes: 2 additions & 2 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:alt: Python Versions

.. image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.11642615-teal
:target: https://doi.org/10.5281/zenodo.14241626
:target: https://doi.org/10.5281/zenodo.14251640
:alt: DOI

.. image:: https://img.shields.io/badge/Source%20Code-neurocaps-purple
Expand Down Expand Up @@ -86,7 +86,7 @@ Citing
------
::

Smith, D. (2024). neurocaps. Zenodo. https://doi.org/10.5281/zenodo.14241626
Smith, D. (2024). neurocaps. Zenodo. https://doi.org/10.5281/zenodo.14251640

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion neurocaps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__all__=["analysis", "extraction"]

# Version in single place
__version__ = "0.19.0"
__version__ = "0.19.1"

0 comments on commit 766e87d

Please sign in to comment.