Skip to content

Commit

Permalink
Minor patch 0.1.6 - Image extractor and minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivo-facoco committed Dec 10, 2024
1 parent 5c3b1bb commit dd96e8e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.6] - 2024-12-10
Minor patch release with new image features extraction method and documentation updates.

### Added
- `extract_features_from_dataloader` method to the image `BaseExtractor` class

### Changed
- Allowed for `numpy >= 2.0.0` in the requirements
- Allowed `pydantic>2.9.0` in the requirements
- Moved internal method in the image `BaseExtractor` to underscore method

### Fixed
- Simplified the `StandardTransform` in images to work directly with tensors


## [0.1.5] - 2024-11-29
Introduce new time-series metrics and documentation updates.

Expand All @@ -20,12 +35,12 @@ Introduce new time-series metrics and documentation updates.

### Fixed
- PyPI security issues due to direct external `pydom` dependency


## [0.1.4] - 2024-11-21
Taxonomy rework and documentation updates.

### Added
### Added
- readthedocs slug in the README file
- References to tabular metrics

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.1.6
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/microsoft/vscode-python/blob/master/CHANGELOG.md#enhancements-1
[tool.poetry]
name = "pymdma"
version = "0.1.5"
version = "0.1.6"
description = "Multimodal Data Metrics for Auditing real and synthetic data"
authors = ["Fraunhofer AICOS <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit dd96e8e

Please sign in to comment.