Skip to content

Commit

Permalink
DOC: Update CHANGELOG after merging #219
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Feb 10, 2023
1 parent d7d5584 commit 205edb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The 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).

## Unreleased
### Added
- Add ability to use model with post-processing transform, by adding
`post_tfm` parameter to `TweetyNetModel.from_config` method.
This makes `tweetynet` work with `vak` version 0.8.0.
[#219](https://github.com/yardencsGitHub/tweetynet/pull/219).
Fixes [#218](https://github.com/yardencsGitHub/tweetynet/issues/218).

## 0.8.0 -- 2022-07-08
### Changed
- change minimum required Python to 3.8,
Expand Down

0 comments on commit 205edb7

Please sign in to comment.