Skip to content

Commit

Permalink
docs: Reverted some changes made during testing of workflow updates.
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Felt <[email protected]>
  • Loading branch information
nfelt14 committed Dec 18, 2023
1 parent 2a4deb8 commit bc4ed8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 76 deletions.
75 changes: 0 additions & 75 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,81 +18,6 @@ ______________________________________________________________________

Things to be included in the next release go here.

______________________________________________________________________

## v0.0.1 (2023-12-18)

### Merged Pull Requests

- feat: Added a mechanism to reset cached properties whenever a device is rebooted. ([#118](https://github.com/nfelt14/tm_devices/issues/118))
- refactor(code-style): Switch to `ruff format` instead of `black` for code formatting. ([#117](https://github.com/nfelt14/tm_devices/issues/117))
- gh-actions(deps): Bump the gh-actions-dependencies group with 2 updates ([#116](https://github.com/nfelt14/tm_devices/issues/116))
- feat: Added support for MSO4B device ([#115](https://github.com/nfelt14/tm_devices/issues/115))
- gh-actions(deps): Bump the gh-actions-dependencies group with 1 update ([#112](https://github.com/nfelt14/tm_devices/issues/112))
- test: Update tests to try to eliminate false failures when running tests on macOS. ([#114](https://github.com/nfelt14/tm_devices/issues/114))
- ci: Add the admin team as reviewers to all Pull Requests. ([#113](https://github.com/nfelt14/tm_devices/issues/113))
- Update config docs and release workflow ([#111](https://github.com/nfelt14/tm_devices/issues/111))
- Fix import error on mac with system integrity protection ([#109](https://github.com/nfelt14/tm_devices/issues/109))
- feat(rest_api_device): Enable sending raw data for restful api devices. ([#107](https://github.com/nfelt14/tm_devices/issues/107))
- build: Update package classifiers. ([#106](https://github.com/nfelt14/tm_devices/issues/106))
- docs: Remove the TestPyPI badge from the readme, it is not important. ([#105](https://github.com/nfelt14/tm_devices/issues/105))
- Update the Readme ([#100](https://github.com/nfelt14/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/nfelt14/tm_devices/issues/98))
- feat: Add USBTMC support for the 3706A device. ([#97](https://github.com/nfelt14/tm_devices/issues/97))
- Add new options for REST API devices ([#96](https://github.com/nfelt14/tm_devices/issues/96))
- ci: Update how the changelog generation macro selects PR numbers. ([#95](https://github.com/nfelt14/tm_devices/issues/95))
- gh-actions(deps): Bump the gh-actions-dependencies group with 5 updates ([#93](https://github.com/nfelt14/tm_devices/issues/93))
- ci: Added a workflow to scan for security issues in dependencies on all PRs. ([#91](https://github.com/nfelt14/tm_devices/issues/91))
- fix: Update a few comments to have better wording. ([#85](https://github.com/nfelt14/tm_devices/issues/85))
- Update the basic usage docs and Readme ([#84](https://github.com/nfelt14/tm_devices/issues/84))
- docs: Update basic usage with better wording for examples. ([#83](https://github.com/nfelt14/tm_devices/issues/83))
- refactor: Removed some API files that are no longer needed (outdated/broken) ([#82](https://github.com/nfelt14/tm_devices/issues/82))
- fix: Build docs without parallelization to fix pop-up issues with sphinx-tippy ([#80](https://github.com/nfelt14/tm_devices/issues/80))
- fix: Handle non-standard software versions with alpha characters in the last part of the version. ([#81](https://github.com/nfelt14/tm_devices/issues/81))
- docs: Updated the custom styling for the badge table in the readme to make sure the badges are spaced vertically properly. ([#79](https://github.com/nfelt14/tm_devices/issues/79))
- Update contribution guide and documentation publishing workflow ([#78](https://github.com/nfelt14/tm_devices/issues/78))
- docs: Added new workflow which can deploy the documentation to GitHub Pages ([#76](https://github.com/nfelt14/tm_devices/issues/76))
- Update version of GitHub action used to build the package ([#75](https://github.com/nfelt14/tm_devices/issues/75))
- fix: Update auto-generated command API files to fix various issues. ([#72](https://github.com/nfelt14/tm_devices/issues/72))
- fix: Remove outdated comment. ([#71](https://github.com/nfelt14/tm_devices/issues/71))
- ci: Update workflow name and add Python 3.12 classifier ([#70](https://github.com/nfelt14/tm_devices/issues/70))
- fix: Update the version of the semantic release action used to fix a bug with the output version. ([#69](https://github.com/nfelt14/tm_devices/issues/69))
- ci: Update macro to enable GitHub Release template to function properly. ([#68](https://github.com/nfelt14/tm_devices/issues/68))
- Add template for GitHub Releases ([#67](https://github.com/nfelt14/tm_devices/issues/67))
- Update the code that checks for package updates ([#66](https://github.com/nfelt14/tm_devices/issues/66))
- Update badge displaying total number of downloads ([#41](https://github.com/nfelt14/tm_devices/issues/41))
- ci: Update permissions to allow the workflow to modify GitHub Releases. ([#40](https://github.com/nfelt14/tm_devices/issues/40))
- Fix readme links and release workflow ([#39](https://github.com/nfelt14/tm_devices/issues/39))
- Update package release workflow to build correct version ([#38](https://github.com/nfelt14/tm_devices/issues/38))
- ci: Update workflow to enable signed commits. ([#37](https://github.com/nfelt14/tm_devices/issues/37))
- ci: Add missing command to workflow. ([#36](https://github.com/nfelt14/tm_devices/issues/36))
- ci: Update semantic release step to not use the docker container. ([#35](https://github.com/nfelt14/tm_devices/issues/35))
- Update packaging workflow ([#34](https://github.com/nfelt14/tm_devices/issues/34))
- Update package release workflow with necessary permissions ([#33](https://github.com/nfelt14/tm_devices/issues/33))
- docs: Update links in readme. Also add badge for project publish workflow. ([#32](https://github.com/nfelt14/tm_devices/issues/32))
- Update changelog update process ([#31](https://github.com/nfelt14/tm_devices/issues/31))
- ci: Update git config during package release. ([#30](https://github.com/nfelt14/tm_devices/issues/30))
- ci: Added a workflow and necessary support scripts/templates to enable automated released via GitHub's workflow_dispatch trigger. ([#29](https://github.com/nfelt14/tm_devices/issues/29))
- Added a command-line script to print the available VISA resources. ([#26](https://github.com/nfelt14/tm_devices/issues/26))
- Update test.pypi.org upload workflow ([#25](https://github.com/nfelt14/tm_devices/issues/25))
- Add a wait time to allow for the package to be available to install. ([#24](https://github.com/nfelt14/tm_devices/issues/24))
- Custom testpypi version creation script ([#23](https://github.com/nfelt14/tm_devices/issues/23))
- Fix TestPyPI upload ([#22](https://github.com/nfelt14/tm_devices/issues/22))
- Update python-semantic-release config settings. ([#21](https://github.com/nfelt14/tm_devices/issues/21))
- Implement separate TestPyPI upload workflow ([#20](https://github.com/nfelt14/tm_devices/issues/20))
- Upload unique dev packages to test.pypi.org ([#19](https://github.com/nfelt14/tm_devices/issues/19))
- Add a Pull Request template ([#18](https://github.com/nfelt14/tm_devices/issues/18))
- Add Python 3.12 support ([#16](https://github.com/nfelt14/tm_devices/issues/16))
- Update package author and add install tests ([#14](https://github.com/nfelt14/tm_devices/issues/14))
- Fix afg burst waveform generation and update get_model_series function ([#13](https://github.com/nfelt14/tm_devices/issues/13))
- Convert the main readme into an rst file to correctly render the device support table in GitHub ([#12](https://github.com/nfelt14/tm_devices/issues/12))
- Fix CodeQL and Codecov issues ([#11](https://github.com/nfelt14/tm_devices/issues/11))
- docs: Add codefactor badge to readme. ([#10](https://github.com/nfelt14/tm_devices/issues/10))
- build: Enable things needed for public package. ([#8](https://github.com/nfelt14/tm_devices/issues/8))
- feat: Add support for DPOJET commands. ([#7](https://github.com/nfelt14/tm_devices/issues/7))
- Enable doc building workflow ([#4](https://github.com/nfelt14/tm_devices/issues/4))
- Workflow Updates ([#3](https://github.com/nfelt14/tm_devices/issues/3))

### Added

- Added a step during a device reboot that will reset all the cached properties in the event that one of them changed.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ maintainers = [
name = "tm_devices"
readme = "README.rst"
repository = "https://github.com/tektronix/tm_devices"
version = "0.0.1"
version = "1.1.0"

[tool.poetry.dependencies]
gpib-ctypes = ">=0.3.0"
Expand Down

0 comments on commit bc4ed8c

Please sign in to comment.