Skip to content

Commit

Permalink
Release 1.0.1 (#50)
Browse files Browse the repository at this point in the history
Add:

 - An outside_state method to test if a new proposed state in state
   stores is covered or not
 - A general SIGINT handler
 - Several minor additions to configtools: Defaults in
   StateStoreConfig, optional dataset ID in CogniteConfig, option to
   have version as int or None
 - Add a metrics factory that caches instances

Fix:

 - A concurrency issue with TimeSeriesUploadQueue where uploads could
   fail if points were added at the very start of the upload call
 - Fix documentation build
  • Loading branch information
mathialo authored May 25, 2020
1 parent 7383206 commit d60325b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cognite/extractorutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Cognite extractor utils is a Python package that simplifies the development of new extractors.
"""

__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite-extractor-utils"
version = "1.0.0"
version = "1.0.1"
description = "Utilities for easier development of extractors for CDF"
authors = ["Mathias Lohne <mathias.lohne@cognite.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit d60325b

Please sign in to comment.