Releases: picotech/pyPicoSDK
Releases · picotech/pyPicoSDK
v1.7.1
What's Changed
- Removed unused import of
segment_hitsfrombase.pycausing pytest… by @JamesPicoTech in #169 - Added get_scope_state() to ps6000a by @JamesPicoTech in #170
- Update documentation and version for PicoScope 5000D support by @JamesPicoTech in #171
Full Changelog: v1.7.0...v1.7.1
v1.6.5
What's Changed
- Add rapid block averaging example by @JamesPicoTech in #168
- Added a violation fix for adc conversion of channel buffers by @JamesPicoTech in #166
Full Changelog: v1.6.4...v1.6.5
v1.6.4
What's Changed
- Minimum ADC bugfix by @JamesPicoTech in #159
- Add wait_for_ready parameter to data retrieval methods in PicoScopeBase by @JamesPicoTech in #160
- Implemented datatype scaling by @JamesPicoTech in #161
- Increase buffer size for unit_info in PicoScopeBase by @JamesPicoTech in #162
- set_data_buffers fix to generate numpy array by @JamesPicoTech in #163
- Upversioned to 1.6.4 by @JamesPicoTech in #164
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
- Update python-build-publish.yml by @JamesPicoTech in #157
- set_channel_off() pops channel out of scope.channel_db by @JamesPicoTech in #156
- Up-versioned to 1.6.3 by @JamesPicoTech in #158
Full Changelog: v1.6.2...v1.6.3
v1.6.2
What's Changed
- Post-Int Changes by @JamesPicoTech in #135
- add auto_trigger=0 to examples by @StuLawPico in #136
- Updated LICENSE date by @JamesPicoTech in #137
- Upversioned to 1.6.2 by @JamesPicoTech in #139
- Updated all references of 'JamesPicoTech' to 'picotech' by @JamesPicoTech in #140
- Downsampling simple functions (#141) by @JamesPicoTech in #142
- Added configuration/overrides for pyPicoSDK by @JamesPicoTech in #143
- Update common.py by @JamesPicoTech in #144
- Update base.py with realign_downsampled_data() by @StuLawPico in #145
- Added data-saving examples by @JamesPicoTech in #149
- Updated docs by @JamesPicoTech in #147
- Updated error_list.py by @JamesPicoTech in #146
- Fix for linux - lib name and paths by @manuelsoeiro-FS in #151
- Updated Channel Dictionary to Channel Class by @JamesPicoTech in #148
- Added simple trigger threshold unit configuration by @JamesPicoTech in #152
- Constrain probe_scale to larger than x0.0 by @JamesPicoTech in #153
- Added issues section to documentation by @JamesPicoTech in #154
- Updated get_time_axis() in base.py by @JamesPicoTech in #155
New Contributors
- @manuelsoeiro-FS made their first contribution in #151
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- Pypi readme by @JamesPicoTech in #133
- Pypi README fix by @JamesPicoTech in #134
Full Changelog: v1.6.0...v1.6.1
INT-Launch v1.6.0
What's Changed
- Updated overshoot measurement example by @JamesPicoTech in #103
- Streaming constrain by @JamesPicoTech in #104
- Streaming by @JamesPicoTech in #105
- Added pypicosdk 300x300 logo by @JamesPicoTech in #106
- Actual timebase by @JamesPicoTech in #107
- Update index.md by @JamesPicoTech in #108
- Streaming downsample by @JamesPicoTech in #109
- Probe scaling by @JamesPicoTech in #110
- Streaming fix & updates by @JamesPicoTech in #111
- Updated base.py by @JamesPicoTech in #112
- Rapid block fix overflow by @JamesPicoTech in #113
- Intro Docstrings for examples by @JamesPicoTech in #115
- Update comments for dead_time example by @StuLawPico in #116
- Update Eres example by @StuLawPico in #117
- Updated fft.py example by @JamesPicoTech in #121
- Update pkpk_histogram example by @StuLawPico in #122
- Update deadtime.py by @StuLawPico in #124
- Add comments for Rapid block and pulse width examples by @StuLawPico in #123
- Added digital_volt_meter.py example by @JamesPicoTech in #119
- Simple-block and timebase updates by @StuLawPico in #126
- Updated pypicosdk/README.md by @JamesPicoTech in #127
- Advanced examples by @JamesPicoTech in #129
- Updated get_time_axis() to accept a time unit input. by @JamesPicoTech in #131
- Changed main branch to MVP for launch by @JamesPicoTech in #130
- Temporarily removed trigger_time_offset_corrected.py by @JamesPicoTech in #132
- Upversioned to 1.6.0 by @JamesPicoTech in #128
Full Changelog: v1.5.2...v1.6.0
v1.5.2
What's Changed
- New features by @JamesPicoTech in #88
- Enhanced restriction by @JamesPicoTech in #89
- Small fixes by @JamesPicoTech in #90
- Updated common _get_literal() by @Jamackey in #91
- Added eRes demo by @JamesPicoTech in #92
- Added workspace files by @JamesPicoTech in #93
- Updated streaming by @JamesPicoTech in #94
- Mv to v convert by @JamesPicoTech in #95
- Better ADC to mV/V conversion by @JamesPicoTech in #96
- Adc to volt fix by @JamesPicoTech in #97
- Updated measurements by @JamesPicoTech in #98
- Example fixes by @JamesPicoTech in #99
- Add ylim by @JamesPicoTech in #100
- Updated get_ylim by @JamesPicoTech in #101
Full Changelog: v1.3.1...v1.5.2
v1.3.1
What's Changed
- Updated pypicosdk.py by @JamesPicoTech in #85
- Updated base.py by @JamesPicoTech in #86
- Upversion by @JamesPicoTech in #87
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Add griffe extension by @JamesPicoTech in #72
- get_time_axis() produce numpy array by @JamesPicoTech in #73
- Updated led.md by @JamesPicoTech in #74
- Streaming - Pre-allocate numpy buffer by @JamesPicoTech in #75
- Added convert_time_axis() to pypicosdk.py by @JamesPicoTech in #77
- Updated docs/ by @JamesPicoTech in #78
- Added 3 psospa LED examples by @JamesPicoTech in #79
- Docs Management by @JamesPicoTech in #80
- Development docstrings by @JamesPicoTech in #81
- Added resolution_enhancement() by @JamesPicoTech in #82
- Small fixes by @JamesPicoTech in #83
Full Changelog: v1.2.3...v1.3.0