You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [4.8.0] - 2023-09-01
8
+
### Changed
9
+
-[#338](https://github.com/biolab/orange3-bioinformatics/pull/338): Bioinformatics add-on now has improved documentation.
10
+
-[#344](https://github.com/biolab/orange3-bioinformatics/pull/344): GEO Data Sets now outputs metas as discrete and not as string variables.
11
+
-[#343](https://github.com/biolab/orange3-bioinformatics/pull/344): OWdictyExpress now outputs 'Time' as continuous and not as string variable.
12
+
13
+
### Fixed
14
+
-[#340](https://github.com/biolab/orange3-bioinformatics/pull/340): Delaunay attribute vertices was deprecated since Scipy version 0.12.0 in favour of simplices and it was finally removed in version 1.11.0.
15
+
-[#344](https://github.com/biolab/orange3-bioinformatics/pull/344): fixes sorting that did not work when you clicked on the column in Gene Set Enrichment widget.
16
+
17
+
7
18
## [4.7.2] - 2023-07-06
8
19
### Changed
9
20
-[#335](https://github.com/biolab/orange3-bioinformatics/pull/335): Time is now column name for Dicty express data
0 commit comments