Skip to content

Releases: DTOcean/dtocean-qt

Version 0.10.1 Patch Release

12 Apr 16:14
0755e5e
Compare
Choose a tag to compare

This patch release updates the package dependencies and ensures a single source of truth for the package version number. Detailed changes as follows:

Changed

  • Use the appveyor configuration file as the single source for the version number.

Removed

  • Removed __build__ and __version__ dunders.

Fixed

  • Fixed minimum pandas dependency version.
  • Fixed codacy configuration.

Full Changelog: v0.10.0...v0.10.1

Version 0.10.0 Release

12 Mar 10:37
Compare
Choose a tag to compare

This release coincides with the release of DTOcean 2.0.

The following changes were made:

Added

  • Added change log.
  • Added CI files
  • Added python-magic as a dependency.
  • Added pagination to DataFrameModel to accelerate loading times.

Removed

  • Removed unused ui module (which contained a copy of easygui) and german
    translations.
  • Removed packaged libmagic library due to version conflicts.

Fixed

  • Fixed incorrect use of Pandas ix method which read wrong table rows.
  • Fixed reference to pandasqt in MANIFEST.in which caused crash.
  • Fixed various bugs with use of QVariant v2 API, which is not default for
    Python 2.
  • Fixed bugs with comparison of QStrings to Python strings.
  • Fixed incorrect format (python 3) for validator return value in remove column
    dialog of a DataTable widget.
  • Fixed various depreciated pandas API issues.

v0.9.2

09 Mar 17:34
Compare
Choose a tag to compare
Update version to 0.9.2

v0.9.1

02 Mar 14:08
Compare
Choose a tag to compare
Update version number to 0.9.1

v0.9.0

02 Mar 12:32
Compare
Choose a tag to compare
Change module name from pandasqt to dtocean_qt. Change package name f…