Skip to content

Commit

Permalink
Release 3.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzagar committed Dec 5, 2022
1 parent acb7120 commit c484414
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Change Log
[next] - TBA
------------

[3.34.0] - 2022-12-05
--------------------
##### Enhancements
* Faster normalization ([#6202](../../pull/6202))
* io.UrlReader: Add support for google drive share urls ([#6201](../../pull/6201))
* Table: Add methods get_column and set_column ([#6058](../../pull/6058))
* owfeatureconstructor: raise settings version
* owfeaturecontructor: move meta to the end of namedtuple
* Aggregate Columns: Add additional options for selection ([#6056](../../pull/6056))

##### Bugfixes
* conda-recipe: Remove explicit host numpy pinning ([#6235](../../pull/6235))
* Data Sampler: Fix crash when requesting an empty sample ([#6208](../../pull/6208))
* Remove pyqt5 install magic ([#6153](../../pull/6153))
* stats: Handle empty array ([#6221](../../pull/6221))
* Preprocess: Fix reporting for remove sparse and impute ([#6212](../../pull/6212))
* Weighted mean computation in Orange.statistics.util.stats ([#6204](../../pull/6204))
* owfeatureconstructor: raise settings version
* owfeaturecontructor: move meta to the end of namedtuple


[3.33.0] - 2022-09-30
--------------------
Expand Down Expand Up @@ -1708,8 +1728,9 @@ Change Log
* Initial version based on Python 1.5.2 and Qt 2.3


[next]: https://github.com/biolab/orange3/compare/3.33.0...HEAD
[3.32.0]: https://github.com/biolab/orange3/compare/3.32.0...3.33.0
[next]: https://github.com/biolab/orange3/compare/3.34.0...HEAD
[3.34.0]: https://github.com/biolab/orange3/compare/3.33.0...3.34.0
[3.33.0]: https://github.com/biolab/orange3/compare/3.32.0...3.33.0
[3.32.0]: https://github.com/biolab/orange3/compare/3.31.1...3.32.0
[3.31.1]: https://github.com/biolab/orange3/compare/3.31.0...3.31.1
[3.31.0]: https://github.com/biolab/orange3/compare/3.30.2...3.31.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
NAME = 'Orange3'

VERSION = '3.34.0'
ISRELEASED = False
ISRELEASED = True
# full version identifier including a git revision identifier for development
# build/releases (this is filled/updated in `write_version_py`)
FULLVERSION = VERSION
Expand Down

0 comments on commit c484414

Please sign in to comment.