Skip to content

Commit

Permalink
update changelog (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Lily Wang <[email protected]>
  • Loading branch information
lilyminium and Lily Wang authored Aug 10, 2023
1 parent cd7512d commit c6ff709
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,64 @@ The rules for this file:

## [Unreleased]

### Authors
<!-- GitHub usernames of contributors to this release -->
- @lilyminium
- @mattwthompson

### Reviewers
- @lilyminium

### Added
- Codecov coverage (PR #43)
- Multiple target objectives and configuratin files (PR #45)
- Support for pydantic v2 (PR #46)


### Fixed
<!-- Bug fixes -->
- pytest runs (PR #44)

### Changed
<!-- Changes in existing functionality -->
- Major refactor to move to using Arrow databases (PR #45)

## v0.2.3

### Authors
<!-- GitHub usernames of contributors to this release -->
- @lilyminium
- @yoshanuikabundi

### Reviewers
-
- @lilyminium

### Added
- Link to OpenFF install guide (PR #37)

### Fixed
<!-- Bug fixes -->
- Versioneer version prefix (PR #42)

### Changed
<!-- Changes in existing functionality -->
- Update examples for central examples page (PR #40)

## v0.2.2

### Authors
<!-- GitHub usernames of contributors to this release -->
- @lilyminium
- @yoshanuikabundi

### Reviewers
- @lilyminium

### Added
- `GNNModel.load` (PR #26)
- `GNNModel.save` function (PR #29)
- General documentation (PR #21, PR #33)
- Documentation of creation of custom features (PR #36)

### Fixed
<!-- Bug fixes -->
Expand All @@ -35,6 +83,7 @@ The rules for this file:
### Changed
<!-- Changes in existing functionality -->
- Migrate away from pkg_resources to importlib_resources (PR #35)
- Expose base classes and hide metaclasses (PR #32)
- Update examples for central examples page (PR #40)

## v0.2.1
Expand Down

0 comments on commit c6ff709

Please sign in to comment.