Skip to content
Snippets Groups Projects
Commit f9f197ad authored by David Schäfer's avatar David Schäfer
Browse files

release notes

parent 627546a6
No related branches found
No related tags found
No related merge requests found
Pipeline #13978 passed with stages
in 11 minutes and 38 seconds
......@@ -61,8 +61,6 @@
# 1.4
coming soon ...
## Features
- added the data processing module `proc_functions`
- `flagCrossValidation` implemented
......@@ -80,3 +78,15 @@ coming soon ...
## Breaking Changes
- register is now a decorator instead of a wrapper
# 1.5
coming soon ...
## Features
## Bugfixes
## Refactorings
## Breaking Changes
#! /usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = "1.4-rc"
__version__ = "1.4"
from saqc.core.core import SaQC
from saqc.flagger import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment