Skip to content

Commit

Permalink
Update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
texasaggie97-zz committed Dec 20, 2017
1 parent 996ad09 commit c57511e
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

* [Unreleased](#unreleased)
* [0.5.0](#060---2017-12-20)
* [0.5.0](#050---2017-11-27)
* [0.4.0](#040---2017-11-07)
* [0.3.0](#030---2017-10-13)
Expand All @@ -10,11 +11,11 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## 0.6.0 - 2017-12-20
* ### ALL
* #### Added
* `abort`. See [#660](https://github.com/ni/nimi-python/issues/655).
* #### Changed
* #### Removed
* ### NI-DMM
* #### Added
* `fetch_waveform_into` for high-performance fetch using numpy.array of float64.
Expand All @@ -26,22 +27,13 @@ All notable changes to this project will be documented in this file.
* Removed `actual_number_of_points` from `fetch_multi_point()` returned tuple
* Removed `actual_number_of_points` from `read_multi_point()` returned tuple
* Removed `actual_number_of_points` from `read_waveform()` returned tuple
* #### Removed
* ### NI-ModInst
* #### Added
* #### Changed
* #### Removed
* ### NI-Switch
* #### Added
* #### Changed
* #### Removed
* Removed `init_with_topology`. Clients should use `niswitch.Session` constructor. See [#660](https://github.com/ni/nimi-python/issues/660).
* ### NI-DCPower
* #### Added
* #### Changed
* Property power_line_frequency no longer uses enum PowerLineFrequency.
* Removed `actual_count` from `fetch_multiple()` returned tuple
* #### Removed
* ### NI-FGEN
* #### Added
* Support for calling `write_waveform` using list (float) or numpy.array (int16 or float64)
Expand Down

0 comments on commit c57511e

Please sign in to comment.