Skip to content

Commit

Permalink
chore: Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedouzas committed Oct 26, 2024
1 parent 8aa7f97 commit 933d6c9
Showing 1 changed file with 33 additions and 67 deletions.
100 changes: 33 additions & 67 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,107 +6,73 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## [0.7.0](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.7.0) - 2024-06-28
## [0.2.4](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.4) - 2024-10-26

<small>[Compare with 0.6.0](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.6.0...0.7.0)</small>
<small>[Compare with 0.2.3](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.2.3...0.2.4)</small>

### Features
### Bug Fixes

- Merge `geometric-smote` and `cluster-over-sampling` projects ([37ea792](https://github.com/georgedouzas/imbalanced-learn-extra/commit/37ea792249d8bc33c50b662f97d41f3ba00711c7) by georgedouzas).
- Adjust SOM parameters to MiniSom latest version ([f4c9df4](https://github.com/georgedouzas/imbalanced-learn-extra/commit/f4c9df4caf959a9b0df2ed99dfdfa0526396150c) by georgedouzas).

### Docs

- Split long docstrings ([d54699c](https://github.com/georgedouzas/imbalanced-learn-extra/commit/d54699cecd6a4c7c96b339a1ab23883dbb7e727f) by georgedouzas).
- Modify expression ([7237221](https://github.com/georgedouzas/imbalanced-learn-extra/commit/7237221689d64a36526ea344e053c68adfff0dd0) by georgedouzas).
- Add information for inactive status ([1516061](https://github.com/georgedouzas/imbalanced-learn-extra/commit/151606150227f581cb0b92e124e6f5e823a09a1c) by georgedouzas).

### Chore
### Style

- Update copier template ([9b9ae8c](https://github.com/georgedouzas/imbalanced-learn-extra/commit/9b9ae8cc8b824a84b6134c94cb1365dd532242d1) by georgedouzas).
- Apply black modified configuration ([bf4223d](https://github.com/georgedouzas/imbalanced-learn-extra/commit/bf4223d56f406ea23d302c6e7bc2f1409f2c231c) by georgedouzas).

## [0.6.0](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.6.0) - 2023-10-02
### Chore

<small>[Compare with 0.5.1](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.5.1...0.6.0)</small>
- Modify GitHub actions workflow and add dependencies ([8aa7f97](https://github.com/georgedouzas/imbalanced-learn-extra/commit/8aa7f97a6355f090837a9e2ceba8611df7112632) by georgedouzas).
- Use new safety API ([3e883b0](https://github.com/georgedouzas/imbalanced-learn-extra/commit/3e883b06e69d60ee956bf98177afb26117b5e899) by georgedouzas).
- Update copier template to v0.11.0 ([9c2be6b](https://github.com/georgedouzas/imbalanced-learn-extra/commit/9c2be6b3bd118555cab4b6c54e9021dde2619b4e) by georgedouzas).
- Sort imports ([8c25d2a](https://github.com/georgedouzas/imbalanced-learn-extra/commit/8c25d2a623a7976dea86e6e07db5cc1f45a179e4) by georgedouzas).
- Merged with geometric-smote repo ([f7df642](https://github.com/georgedouzas/imbalanced-learn-extra/commit/f7df6427d0c69e20e3616773722263709c4061d9) by georgedouzas).

### Features
## [0.2.3](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.3) - 2023-12-02

- Include SOM in `clusterer` module ([4c6a8af](https://github.com/georgedouzas/imbalanced-learn-extra/commit/4c6a8af3fd89ee272487fdb807fb9347f0fcb55c) by georgedouzas).
<small>[Compare with 0.2.2](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.2.2...0.2.3)</small>

### Docs

- Remove geometric-smote as optional dependency ([24968c2](https://github.com/georgedouzas/imbalanced-learn-extra/commit/24968c272f11cec3ffe5551c028a99c6e0cd14bc) by georgedouzas).
- Silence warning for initialization ([ed4fed2](https://github.com/georgedouzas/imbalanced-learn-extra/commit/ed4fed22c5ff6b8c30e66a57806bb8468362380f) by georgedouzas).

### Tests

- Update tests and fix bugs ([e81c837](https://github.com/georgedouzas/imbalanced-learn-extra/commit/e81c837738f34bd326bf35de003e561cc3466146) by georgedouzas).
- Fix scikit-learn link ([3d74b1b](https://github.com/georgedouzas/imbalanced-learn-extra/commit/3d74b1b3443045c7bfb58b2e9520427a2cfc78af) by georgedouzas).

### Chore

- Release 0.6.0 ([a5040dc](https://github.com/georgedouzas/imbalanced-learn-extra/commit/a5040dc5db70c2eabf939de435b4130330d0724e) by georgedouzas).
- Ignore PDM local config file ([ed0cca2](https://github.com/georgedouzas/imbalanced-learn-extra/commit/ed0cca2d4f8adc50119bb205071443a67c52d75b) by georgedouzas).
- Install conda to tests jobs ([02fce3d](https://github.com/georgedouzas/imbalanced-learn-extra/commit/02fce3ddba653ef0d8bfbc57233012cf95168de1) by georgedouzas).
- Update copier template ([5680a3e](https://github.com/georgedouzas/imbalanced-learn-extra/commit/5680a3e41a075a2101ec4570b8d2416a6709d332) by georgedouzas).
- Use conda backend ([1253427](https://github.com/georgedouzas/imbalanced-learn-extra/commit/12534274eb82abe9ade5f3a60a946114125c7489) by georgedouzas).

## [0.5.1](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.5.1) - 2023-04-13
- Release 0.2.3 ([7b96a07](https://github.com/georgedouzas/imbalanced-learn-extra/commit/7b96a0712a14274c4f37dc9c44acd4ac57417b4a) by georgedouzas).

<small>[Compare with 0.4.0](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.4.0...0.5.1)</small>
## [0.2.2](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.2) - 2023-12-02

### Features

- Restructure project using copier template ([57293ae](https://github.com/georgedouzas/imbalanced-learn-extra/commit/57293aee12332ae0ca7f8b8f862e8b143d11bed6) by georgedouzas).
<small>[Compare with 0.2.1](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.2.1...0.2.2)</small>

### Docs

- Update changelog for version 0.5.0 ([375e79e](https://github.com/georgedouzas/imbalanced-learn-extra/commit/375e79e3bbc95d175f68d8a4ac1e79e628aaaeeb) by georgedouzas).
- Fix example ([438d6a5](https://github.com/georgedouzas/imbalanced-learn-extra/commit/438d6a579d8bc9d175e1fc5656fe38acc4868253) by georgedouzas).

### Style

- Add a blank line after docstring ([ce7524d](https://github.com/georgedouzas/imbalanced-learn-extra/commit/ce7524d5db989c672c7e2994ce33b8a18847c20f) by georgedouzas).

### Code Refactoring

- Add stack level for warning ([c5925db](https://github.com/georgedouzas/imbalanced-learn-extra/commit/c5925db18cdff1a45852bd0851b2a567daa481a1) by georgedouzas).
- Fix typo ([84f4738](https://github.com/georgedouzas/imbalanced-learn-extra/commit/84f4738bcf3d28b342c7d7ddd07e0d32856d25e3) by georgedouzas).

### Chore

- Update copier template ([d20c7dc](https://github.com/georgedouzas/imbalanced-learn-extra/commit/d20c7dc9ec73127cd41ecda69505b5b8adb07f23) by georgedouzas).
- Release 0.5.0 ([080a2bb](https://github.com/georgedouzas/imbalanced-learn-extra/commit/080a2bb01f9315bf876f71463625ceee1e89db3d) by georgedouzas).
- Release 0.2.2 ([7aa8d9c](https://github.com/georgedouzas/imbalanced-learn-extra/commit/7aa8d9c94372b83195b79ba357a21d74ec1aa1a6) by georgedouzas).

## [0.4.0](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.4.0) - 2023-02-16
## [0.2.1](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.1) - 2023-12-02

<small>[Compare with 0.2.5](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.2.5...0.4.0)</small>

## [0.2.5](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.5) - 2020-07-24

<small>[Compare with 0.2.4](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.2.4...0.2.5)</small>

## [0.2.4](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.4) - 2020-07-21

<small>[Compare with 0.2.3](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.2.3...0.2.4)</small>

## [0.2.3](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.3) - 2020-07-21

<small>[Compare with 0.2.2](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.2.2...0.2.3)</small>

## [0.2.2](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.2) - 2020-04-08

<small>[Compare with 0.2.1](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.2.1...0.2.2)</small>
<small>[Compare with 0.2.0](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.2.0...0.2.1)</small>

## [0.2.1](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.1) - 2020-04-08
### Chore

<small>[Compare with 0.2.0](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.2.0...0.2.1)</small>
- Release 0.2.1 ([8734fb6](https://github.com/georgedouzas/imbalanced-learn-extra/commit/8734fb609f65586c007f2f9d8cea8915d10625fe) by georgedouzas).
- Remove Python 3.9 from CI ([c1aeb9b](https://github.com/georgedouzas/imbalanced-learn-extra/commit/c1aeb9be9e4004ced4c50627ca0284d4c71dc6f7) by georgedouzas).
- Restructure project with copier template ([73b3280](https://github.com/georgedouzas/imbalanced-learn-extra/commit/73b32804165ef6875382c85c42a5000ad27e53b4) by georgedouzas).

## [0.2.0](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.0) - 2020-04-07
## [0.2.0](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.2.0) - 2022-03-12

<small>[Compare with 0.1.2](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.1.2...0.2.0)</small>
<small>[Compare with 0.1.3](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.1.3...0.2.0)</small>

## [0.1.2](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.1.2) - 2020-03-30
## [0.1.3](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.1.3) - 2019-12-13

<small>[Compare with 0.1.1](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.1.1...0.1.2)</small>
<small>[Compare with 0.1.2](https://github.com/georgedouzas/imbalanced-learn-extra/compare/0.1.2...0.1.3)</small>

## [0.1.1](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.1.1) - 2019-08-17
## [0.1.2](https://github.com/georgedouzas/imbalanced-learn-extra/releases/tag/0.1.2) - 2019-07-09

<small>[Compare with first commit](https://github.com/georgedouzas/imbalanced-learn-extra/compare/e209568f6d0b02df1f1d06d5e79ba2300f2f4d23...0.1.1)</small>
<small>[Compare with first commit](https://github.com/georgedouzas/imbalanced-learn-extra/compare/801d7f49ebce70a48a7d9e30d5820765b5a1d511...0.1.2)</small>

0 comments on commit 933d6c9

Please sign in to comment.