Skip to content

Commit

Permalink
update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
simulacrum6 committed Sep 20, 2022
1 parent 1c4376c commit 297bd74
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
- family-names: "Zesch"
given-names: "Torsten"
title: "INCEpTALYTICS - An easy-to-use API for analyzing INCEpTION annotation projects."
version: 0.1.0
doi: 10.5281/zenodo.6138276
date-released: 2022-02-18
url: "https://github.com/ltl-ude/inceptalytics"
version: 0.1.1
doi: 10.5281/zenodo.5654690
date-released: 2022-09-20
url: "https://github.com/catalpa-cl/inceptalytics"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,8 @@ The application should be available in your browser under `http://localhost:8501
* Project is now on [PyPi](https://pypi.org/project/inceptalytics/).
* Projects can now be loaded using the [INCEpTION's Remote API](https://inception-project.github.io//releases/0.11.2/docs/admin-guide.html#sect_remote_api) using `Project.from_remote`.
* Removed plotting functionality from INCEpTALYTICS and moved it to the dashboard under example.

### Version 0.1.1

* Added sanity checks and input normalisation to `Project.from_remote`.
* Updated `Project.from_remote` to be compatible with the latest version of [pycaprio](https://pypi.org/project/pycaprio/).
2 changes: 1 addition & 1 deletion inceptalytics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .analytics import Project

__version__ = '0.0.3'
__version__ = '0.1.1'
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name = inceptalytics
version = 0.1.0
version = 0.1.1
description = INCEpTALYTICS is a package for analysing INCEpTION annotation projects.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ltl-ude/inception-analytics
url = https://github.com/catalpa-cl/inception-analytics
author = Marius Hamacher
author_email = marius.hamacher@outlook.de
maintainer = Marius Hamacher
Expand All @@ -22,4 +22,4 @@ install_requires =
krippendorff
numpy
pygamma-agreement
pycaprio
pycaprio >= 0.2.1

0 comments on commit 297bd74

Please sign in to comment.