Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber authored Apr 15, 2021
1 parent 0c1555a commit fe25d3b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2] - 2021-04-15

## Added

- Option to do PubChem search on both parent mass estimate and precursor_mz [#8](https://github.com/matchms/matchmsextras/pull/8)

## [0.2.1] - 2021-24-02
## [0.2.1] - 2021-02-24

### Added

- Split network creation into `create_network` and `create_network_asymmetric` [#5](https://github.com/matchms/matchmsextras/pull/5)
- Refactored `dilate_cluster` [#5](https://github.com/matchms/matchmsextras/pull/5)
- Add `extract_networking_metadata` [#6](https://github.com/matchms/matchmsextras/pull/6)

## [0.2.0] - 2021-24-02
## [0.2.0] - 2021-02-24

### Added

Expand All @@ -29,13 +31,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Refactored `create_network` function to work with queries != references [#3](https://github.com/matchms/matchmsextras/pull/3)

## [0.1.0] - 2021-16-02
## [0.1.0] - 2021-02-16

### Added

- This is the initial version mostly taken from https://github.com/iomega/spec2vec_gnps_data_analysis

[Unreleased]: https://github.com/matchms/matchmsextras/compare/0.2.1...HEAD
[Unreleased]: https://github.com/matchms/matchmsextras/compare/0.2.2...HEAD
[0.2.1]: https://github.com/matchms/matchmsextras/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/matchms/matchmsextras/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/matchms/matchmsextras/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/matchms/matchmsextras/releases/tag/0.1.0

0 comments on commit fe25d3b

Please sign in to comment.