Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Feb 1, 2024
1 parent 2714209 commit ce29ed7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Fixed

- Fixed inaccuracies in task packing exposed by no longer uploading null attributes upon dispatch.

### Added

- Added CRM method to handle Python to TF value conversion (e.g. None->null, True->true, False->false).
Expand Down Expand Up @@ -55,6 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added feature to use custom python files as modules to be used in the electron function
- Automatic file transfer strategy selection for various (source, destination) pairings
- Framework for building sublattices in new-style executors

### Changed

Expand All @@ -76,7 +82,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Reduced number of assets to upload when submitting a dispatch.
- Handled RecursionError on get results for a long running workflow.
- Fixed functional tests.
- Fixed inaccuracies in task packing exposed by no longer uploading null attributes upon dispatch.

### Operations

Expand Down

0 comments on commit ce29ed7

Please sign in to comment.