Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
tek-githubbot-1010 committed Dec 1, 2023
1 parent edd32da commit a18cc9f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ ______________________________________________________________________

Things to be included in the next release go here.

______________________________________________________________________

## v1.0.1 (2023-12-01)

### Merged Pull Requests

- Fix import error on mac with system integrity protection ([#109](https://github.com/tektronix/tm_devices/issues/109))
- feat(rest_api_device): Enable sending raw data for restful api devices. ([#107](https://github.com/tektronix/tm_devices/issues/107))
- build: Update package classifiers. ([#106](https://github.com/tektronix/tm_devices/issues/106))

### Added

- Added an option to send raw data for RESTful API devices
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ maintainers = [
name = "tm_devices"
readme = "README.rst"
repository = "https://github.com/tektronix/tm_devices"
version = "1.0.0"
version = "1.0.1"

[tool.poetry.dependencies]
gpib-ctypes = ">=0.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,37 @@ Things to be included in the next release go here.

### Added

- Added an option to send raw data for RESTful API devices

### Changed

- Updated the package classifiers for PyPI

### Fixed

- Fixed a crash observed on macOS when importing `tm_devices`, issue [#108](https://github.com/tektronix/tm_devices/issues/108)

______________________________________________________________________

## v1.0.0 (2023-11-13)

### Merged Pull Requests

- docs: Remove the TestPyPI badge from the readme, it is not important. ([#105](https://github.com/tektronix/tm_devices/issues/105))
- Update the Readme ([#100](https://github.com/tektronix/tm_devices/issues/100))
- ci: Increase timeout when installing tm_devices from pypi servers to avoid issues caused by long wheel build times for packages that tm_devices depends on (such as zeroconf). ([#98](https://github.com/tektronix/tm_devices/issues/98))
- feat: Add USBTMC support for the 3706A device. ([#97](https://github.com/tektronix/tm_devices/issues/97))
- Add new options for REST API devices ([#96](https://github.com/tektronix/tm_devices/issues/96))
- ci: Update how the changelog generation macro selects PR numbers. ([#95](https://github.com/tektronix/tm_devices/issues/95))
- gh-actions(deps): Bump the gh-actions-dependencies group with 5 updates ([#93](https://github.com/tektronix/tm_devices/issues/93))
- ci: Added a workflow to scan for security issues in dependencies on all PRs. ([#91](https://github.com/tektronix/tm_devices/issues/91))
- fix: Update a few comments to have better wording. ([#85](https://github.com/tektronix/tm_devices/issues/85))
- Update the basic usage docs and Readme ([#84](https://github.com/tektronix/tm_devices/issues/84))
- docs: Update basic usage with better wording for examples. ([#83](https://github.com/tektronix/tm_devices/issues/83))
- refactor: Removed some API files that are no longer needed (outdated/broken) ([#82](https://github.com/tektronix/tm_devices/issues/82))

### Added

- New examples added to the basic usage guide showing how to use the commands for some scope drivers
- Added an example showing how to change the VISA backend that is used for connecting to devices
- Added a new support table in the Readme showing the API support for Software Solutions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@ Things to be included in the next release go here.

### Added

- New examples added to the basic usage guide showing how to use the commands for some scope drivers
- Added an example showing how to change the VISA backend that is used for connecting to devices
- Added a new support table in the Readme showing the API support for Software Solutions
- Added an option to bypass SSL certificate verification for RESTful API devices
- Added an option to allow URL redirects for RESTful API devices
- Added the 3706a to the list of supported usb devices
- Added an option to send raw data for RESTful API devices

### Changed

- Updated the support level tables in the Readme
- Updated the package classifiers for PyPI

### Removed
### Fixed

- Removed some outdated and broken API files
- Fixed a crash observed on macOS when importing `tm_devices`, issue [#108](https://github.com/tektronix/tm_devices/issues/108)

0 comments on commit a18cc9f

Please sign in to comment.