Skip to content

Commit

Permalink
added release notes for pending 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Nov 12, 2020
1 parent 3197047 commit 856f530
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions release_notes.md
@@ -1,3 +1,37 @@
**********************************
# Release Notes for OpenMDAO 3.4.1

November 13, 2020

OpenMDAO 3.4.1 contains mostly bug fixes, and adds a complex-compatible
two-argument arctangent function.

PR #1760 allows multiple sets of src_indices to be given to connections.
Previously, if an input was promoted using some set of src_indices, one could not connect an output to it using another set of src_indices.
This difference in behavior has been fixed.

## Backwards Incompatible API Changes:

- None

## Backwards Incompatible NON-API Changes:

- None

## New Features:

- src_indices can not be applied at multiple levels. #1760
- Added complex safe arctan2 to utils.cs_safe and to the functions avaiable in ExecComp. #1759
- Current value appears in N2 node info panel instead of initial value. #1755
- Implemented non-modal, multi-capable node info panels in the N2 for viewing multiple data values at once. #1744

## Bug Fixes:

- Added residuals_tol logic to filter out by residual tolerance specified by the user in list_outputs. #1757

## Miscellaneous:
- None

**********************************
# Release Notes for OpenMDAO 3.4.0

Expand Down

0 comments on commit 856f530

Please sign in to comment.