Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zeller Group
GECCO
Commits
f990a94e
Commit
f990a94e
authored
Mar 20, 2022
by
Martin Larralde
Browse files
Release v0.9.1-alpha1
parent
a9a65b0f
Pipeline
#31021
failed with stages
in 2 minutes and 18 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f990a94e
...
...
@@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
[
Unreleased
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.8.10...master
[
Unreleased
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.9.1-alpha1...master
## [v0.9.1-alpha1] - 2022-03-20
[
v0.9.1-alpha1
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.8.10...v0.9.1-alpha1
Candidate release with support for a sliding window in the CRF prediction algorithm.
## [v0.8.10] - 2022-02-23
[
v0.8.10
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.8.9...v0.8.10
...
...
@@ -68,12 +72,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
-
Default probability threshold for segmentation to 0.3 (from 0.4).
## [v0.9.0] - 2021-08-10 - **YANKED**
[
v0.9.0
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.8.2...v0.9.0
### Changed
-
Retrain internal model using
`--select=0.35`
instead of
`--select=0.25`
like before.
-
Change default
*p-value*
filter from 1e-9 to 1e-5 to detect more features.
## [v0.8.2] - 2021-07-31
[
v0.8.2
]:
https://git.embl.de/grp-zeller/GECCO/compare/v0.8.1...v0.8.2
### Fixed
...
...
gecco/__init__.py
View file @
f990a94e
...
...
@@ -10,4 +10,4 @@ See Also:
__author__
=
"Martin Larralde"
__license__
=
"GPLv3"
__version__
=
"0.
8
.1
0
"
__version__
=
"0.
9
.1
-alpha1
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment