Skip to content

Commit

Permalink
Merge pull request #1791 from robfalck/release_notes_unfubar
Browse files Browse the repository at this point in the history
fixed URL to PRs in release notes
  • Loading branch information
swryan committed Dec 4, 2020
2 parents 1034eef + a08f68a commit 59278f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions release_notes.md
Expand Up @@ -16,18 +16,18 @@ as well as a few performance tweaks.

## New Features:

- Allow user to complex step across a Problem. [#1777](https://github.com/OpenMDAO/dymos/pull/1777)
- Internal refactor of vector to have real and complex step modes share memory. [#1778](https://github.com/OpenMDAO/dymos/pull/1778)
- Fixed deprecation warning when user passed a pandas dataframe to discrete input [#1780](https://github.com/OpenMDAO/dymos/pull/1780)
- Added a 'get_remote' arg to compute_totals [#1783](https://github.com/OpenMDAO/dymos/pull/1783)
- Allow user to complex step across a Problem. [#1777](https://github.com/OpenMDAO/OpenMDAO/pull/1777)
- Internal refactor of vector to have real and complex step modes share memory. [#1778](https://github.com/OpenMDAO/OpenMDAO/pull/1778)
- Fixed deprecation warning when user passed a pandas dataframe to discrete input [#1780](https://github.com/OpenMDAO/OpenMDAO/pull/1780)
- Added a 'get_remote' arg to compute_totals [#1783](https://github.com/OpenMDAO/OpenMDAO/pull/1783)

## Bug Fixes:

- Fixed setup() memory leak [#1782](https://github.com/OpenMDAO/dymos/pull/1782)
- Fixed an indexing bug dealing with src_indices in view_connections [#1788](https://github.com/OpenMDAO/dymos/pull/1788)
- Fixed setup() memory leak [#1782](https://github.com/OpenMDAO/OpenMDAO/pull/1782)
- Fixed an indexing bug dealing with src_indices in view_connections [#1788](https://github.com/OpenMDAO/OpenMDAO/pull/1788)

## Miscellaneous:
- Rearranged an mpi test and added fwd test [#1781](https://github.com/OpenMDAO/dymos/pull/1781)
- Rearranged an mpi test and added fwd test [#1781](https://github.com/OpenMDAO/OpenMDAO/pull/1781)

**********************************
# Release Notes for OpenMDAO 3.4.1
Expand Down

0 comments on commit 59278f5

Please sign in to comment.