Skip to content

Commit

Permalink
Release prep: v0.2.2
Browse files Browse the repository at this point in the history
This commits all the necessary changes and release notes for v0.2.2.
  • Loading branch information
kevin931 committed Jun 27, 2023
1 parent 784cfc7 commit 0f957fb
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 12 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,20 @@ Of course, there are many more customizations and ways you can use ``CytofDR``.

There you will find ways to install our package and get started! Also, we offer tutorials on customizations, working with DR methods, and finally our detailed evaluation framework. We hope that you can find what you need over there!

## Latest Release: v0.2.1
## Latest Release: v0.2.2

This is a minor maintenance update of v0.2.x with a few improvements on documentation and docstrings.

This is a minor maintenance update of v0.2.x with updated references and documentation.

### Changes and New Features

- Update licensing information
- Updated referneces and citation information in all relavent documentaion pages
- Removed a warning on SAUCIE's installation documentation

### Improvements

- Improve documentation and docstrings
- Update-to-date documentation and references

### Deprecations

Expand Down
13 changes: 7 additions & 6 deletions docs/source/change/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,26 @@ doing!
------------------------

************************
Latest Release: v0.2.1
Latest Release: v0.2.2
************************

This is a minor maintenance update of v0.2.x with a few improvements on documentation and docstrings.
This is a minor maintenance update of v0.2.x with updated references and documentation.

Changes and New Features
--------------------------

- Update licensing information
- Updated referneces and citation information in all relavent documentaion pages
- Removed a warning on SAUCIE's installation documentation

Improvements
---------------
--------------

- Improve documentation and docstrings
- Update-to-date documentation and references

Deprecations
----------------

- (Since 0.2.0) The `comparison_classes` parameter of the `EvaluationMetrics.embedding_concordance` method will no longer accept `str` input.
- (Since v0.2.0) The `comparison_classes` parameter of the `EvaluationMetrics.embedding_concordance` method will no longer accept `str` input.


.. toctree::
Expand Down
23 changes: 23 additions & 0 deletions docs/source/change/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ Here we include our release notes for past releases in sequential order.

--------------------

********
v0.2.2
********

This is a minor maintenance update of v0.2.x with updated references and documentation.

Changes and New Features
--------------------------

- Updated referneces and citation information in all relavent documentaion pages
- Removed a warning on SAUCIE's installation documentation

Improvements
--------------

- Update-to-date documentation and references

Deprecations
----------------

- (Since v0.2.0) The `comparison_classes` parameter of the `EvaluationMetrics.embedding_concordance` method will no longer accept `str` input.


********
v0.2.1
********
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = 'CytofDR'
copyright = '2022-2023, CytofDR Developers'
author = 'Kevin Wang'
release = '0.2.1'
release = '0.2.2'

extensions = [
"sphinx_rtd_theme",
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "CytofDR" %}
{% set version = "0.2.1" %}
{% set version = "0.2.2" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import shutil
import distutils.cmd

VERSION = "0.2.1"
VERSION = "0.2.2"

class PypiCommand(distutils.cmd.Command):

Expand Down

0 comments on commit 0f957fb

Please sign in to comment.