Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
* [1.1.0](#110)
* [1.0.1](#101)
* [1.0.0](#100)
* [0.9.0](#090)
* [0.8.0](#080)
Expand Down Expand Up @@ -30,6 +31,21 @@ All notable changes to this project will be documented in this file.
* ### Known Issues
* ...

## 1.0.1
* ### Merged Pull Requests
* [Full changelog: 1.0.0...1.0.1](https://github.com/ni/nidaqmx-python/compare/1.0.0...1.0.1)

* ### Resolved Issues
* [540: Task.wait_for_valid_timestamp doesn't return the timestamp](https://github.com/ni/nidaqmx-python/issues/540)
* [606: CERTIFICATE_VERIFY_FAILED occurs when executing installdriver command on Windows system](https://github.com/ni/nidaqmx-python/issues/606)
* [615: Onboard device memory overflow](https://github.com/ni/nidaqmx-python/issues/615)
* [623: installdriver CLI doesn't prompt or indicate what versions are being downloaded/installed on a clean system](https://github.com/ni/nidaqmx-python/issues/623)

* ### Known Issues
* [613: InStream.logging_file_path setter type hint is not effective](https://github.com/ni/nidaqmx-python/issues/613)
* [620: InStream.get_channels_buffer_size uses wrong encoding](https://github.com/ni/nidaqmx-python/issues/620)
* [621: InStream.get_channels_buffer_size should not be public](https://github.com/ni/nidaqmx-python/issues/621)

## 1.0.0
* ### Merged Pull Requests
* [Full changelog: 0.9.0...1.0.0](https://github.com/ni/nidaqmx-python/compare/0.9.0...1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nidaqmx"
version = "1.0.1"
version = "1.1.0"
license = "MIT"
description = "NI-DAQmx Python API"
authors = ["NI <[email protected]>"]
Expand Down