Skip to content

Commit

Permalink
correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sicho committed Mar 28, 2024
1 parent f1f3629 commit 7a8f5be
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

From v3.0.1 to v3.1.0
From v3.0.2 to v3.1.0

## Fixes

Expand All @@ -24,7 +24,6 @@ From v3.0.1 to v3.1.0

## New Features


- Descriptors are now saved with prefixes to indicate the descriptor sets. This reduces
the chance of name collisions when using multiple descriptor sets.
- Added new methods to `MoleculeTable` and `QSARDataset` for more fine-grained control
Expand All @@ -35,10 +34,6 @@ From v3.0.1 to v3.1.0
descriptor sets and properties.
- All drop actions are restorable with `restoreDescriptorSets` unless explicitly
cleared from the data set with the `clear` parameter of `dropDescriptorSets`.
- The `DataFrameDescriptorSet` class was extended to allow more flexibility when joining
custom descriptor sets.
- Added the `prepMols` method to `DescriptorSet` to allow separated customization of
molecule preparation before descriptor calculation.

## Removed Features

Expand Down

0 comments on commit 7a8f5be

Please sign in to comment.