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

REL: Release version 0.6.5 #122

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
69 changes: 48 additions & 21 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,41 @@
Changelog
=========

All notable changes to this project will be documented here.
All notable changes to FISSA will be documented here.

The format is based on `Keep a
Changelog <https://keepachangelog.com/en/1.0.0/>`__, and this project
adheres to `Semantic
Versioning <https://semver.org/spec/v2.0.0.html>`__.
The format is based on `Keep a Changelog`_, and this project adheres to
`Semantic Versioning`_.

.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html

Categories for changes are: Added, Changed, Deprecated, Removed, Fixed,
Security.


Version `0.6.5 <https://github.com/rochefort-lab/fissa/tree/0.6.5>`__
---------------------------------------------------------------------

Release date: 2020-05-04.
`Full commit changelog <https://github.com/rochefort-lab/fissa/compare/0.6.4...0.6.5>`__.

Version 0.6.5 is a quick patch release to fix the Python version metadata on PyPI, indicating that Python 3.8 is supported.

Changed
~~~~~~~

- Metadata indicates Python 3.8 is supported.


Version `0.6.4 <https://github.com/rochefort-lab/fissa/tree/0.6.4>`__
---------------------------------------------------------------------

Release date: 2020-04-07.
Full commit changelog
`on github <https://github.com/rochefort-lab/fissa/compare/0.6.3...0.6.4>`__.
`Full commit changelog <https://github.com/rochefort-lab/fissa/compare/0.6.3...0.6.4>`__.

**Note**: This version fully supports Python 3.8, but unfortunately this information was not noted correctly in the PyPI metadata for the release.

.. _v0.6.4 Fixed:

Fixed
~~~~~
Expand All @@ -30,8 +48,9 @@ Version `0.6.3 <https://github.com/rochefort-lab/fissa/tree/0.6.3>`__
---------------------------------------------------------------------

Release date: 2020-04-03.
Full commit changelog
`on github <https://github.com/rochefort-lab/fissa/compare/0.6.2...0.6.3>`__.
`Full commit changelog <https://github.com/rochefort-lab/fissa/compare/0.6.2...0.6.3>`__.

.. _v0.6.3 Fixed:

Fixed
~~~~~
Expand Down Expand Up @@ -59,8 +78,9 @@ Version `0.6.2 <https://github.com/rochefort-lab/fissa/tree/0.6.2>`__
---------------------------------------------------------------------

Release date: 2020-03-11.
Full commit changelog
`on github <https://github.com/rochefort-lab/fissa/compare/0.6.1...0.6.2>`__.
`Full commit changelog <https://github.com/rochefort-lab/fissa/compare/0.6.1...0.6.2>`__.

.. _v0.6.2 Fixed:

Fixed
~~~~~
Expand All @@ -84,8 +104,9 @@ Version `0.6.1 <https://github.com/rochefort-lab/fissa/tree/0.6.1>`__
---------------------------------------------------------------------

Release date: 2019-03-11.
Full commit changelog
`on github <https://github.com/rochefort-lab/fissa/compare/0.6.0...0.6.1>`__.
`Full commit changelog <https://github.com/rochefort-lab/fissa/compare/0.6.0...0.6.1>`__.

.. _v0.6.1 Fixed:

Fixed
~~~~~
Expand All @@ -107,8 +128,9 @@ Version `0.6.0 <https://github.com/rochefort-lab/fissa/tree/0.6.0>`__
---------------------------------------------------------------------

Release date: 2019-02-26.
Full commit changelog
`on github <https://github.com/rochefort-lab/fissa/compare/0.5.3...0.6.0>`__.
`Full commit changelog <https://github.com/rochefort-lab/fissa/compare/0.5.3...0.6.0>`__.

.. _v0.6.0 Added:

Added
~~~~~
Expand All @@ -123,8 +145,9 @@ Version `0.5.3 <https://github.com/rochefort-lab/fissa/tree/0.5.3>`__
---------------------------------------------------------------------

Release date: 2019-02-18.
Full commit changelog
`on github <https://github.com/rochefort-lab/fissa/compare/0.5.2...0.5.3>`__.
`Full commit changelog <https://github.com/rochefort-lab/fissa/compare/0.5.2...0.5.3>`__.

.. _v0.5.3 Fixed:

Fixed
~~~~~
Expand All @@ -137,8 +160,9 @@ Version `0.5.2 <https://github.com/rochefort-lab/fissa/tree/0.5.2>`__
---------------------------------------------------------------------

Release date: 2018-03-07.
Full commit changelog
`on github <https://github.com/rochefort-lab/fissa/compare/0.5.1...0.5.2>`__.
`Full commit changelog <https://github.com/rochefort-lab/fissa/compare/0.5.1...0.5.2>`__.

.. _v0.5.2 Changed:

Changed
~~~~~~~
Expand All @@ -151,8 +175,9 @@ Version `0.5.1 <https://github.com/rochefort-lab/fissa/tree/0.5.1>`__
---------------------------------------------------------------------

Release date: 2018-01-10.
Full commit changelog
`on github <https://github.com/rochefort-lab/fissa/compare/0.5.0...0.5.1>`__.
`Full commit changelog <https://github.com/rochefort-lab/fissa/compare/0.5.0...0.5.1>`__.

.. _v0.5.1 Added:

Added
~~~~~
Expand All @@ -166,6 +191,8 @@ Added
script.
(`#13 <https://github.com/rochefort-lab/fissa/pull/13>`__)

.. _v0.5.1 Fixed:

Fixed
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion fissa/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'fissa'
path = name
version = '0.6.4'
version = '0.6.5'
author = "Sander Keemink & Scott Lowe"
author_email = "swkeemink@scimail.eu"
description = "A Python Library estimating somatic signals in 2-photon data"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Information Analysis",
Expand Down