Releases: equinor/tagreader-python
Releases · equinor/tagreader-python
v4.2.0
4.2.0 (2023-06-28)
✨ Features
- let user specify cache when creating the client (#227) (1ad859d)
⏪️ Revert
- revert threading due to non-tread-safe handling of cache (#229) (6b379ef)
v4.1.4
4.1.4 (2023-06-28)
🔨 Refactor
🧹 Chores
- clean up logging and code format (ba82b18)
- improve logging for web service API error (2b38479)
📦 Build system
v4.1.3
4.1.3 (2023-06-21)
👷 CI/CD
- Add workflow dispatch for publish (a68d616)
- Make release-please publish automatically on approved release (cc30519)
🧹 Chores
✨ Features
- Increase reading performance by reading concurrently using threads (#221) (f731c3a), closes #194
v4.1.1
4.1.1 (2023-06-14)
📚 Documentation
- add homepage and repo to pyproject.toml (5e90bee)
v4.1.0
4.1.0 (2023-06-14)
🔨 Refactor
- make code pass mypy and add strict type validation (#190) (9efc942)
✨ Features
- add persistent web-id cache for PIWebAPI (64eb76c)
- use diskcache as caching backend (f7f7a5f), closes #205
🐛 Bug Fixes
- do not throw error when start and end time is submitted when using SNAPSHOT and ODBC connectors (#213) (4e9a4c9)
v4.0.3
4.0.3 (2023-06-09)
🔨 Refactor
🧹 Chores
- enforce typing and validate using mypy (#199) (6212bb2)
📦 Build system
- deps: don't install pytables for ARM64 (fe9d553)
v4.0.2
4.0.2 (2023-06-05)
👷 CI/CD
- correct name for PyPi upload (85fd96a)
- correct PyPi upload secret (a59ecff)
v4.0.1
4.0.1 (2023-06-05)
👷 CI/CD
- Correct trigger for PyPi upload workflow (d732001)
📦 Build system
- deps: Update dependencies (d9954f9)
v4.0.0
4.0.0 (2023-05-24)
⚠ BREAKING CHANGES
- Python 3.7 is no longer supported due to end-of-life
🧪 Tests
- fix tests, don't raise error if package tables is not installed (#145) (df84ec9)
✨ Features
🔨 Refactor
- get url to aspen/pi endpoints from function (#144) (4e22b5c)
🐛 Bug Fixes
- catch exception when request does not return json (#133) (c81d811)
- don't call unavailable functions on mac (#129) (c6f363c)
- timestamp parsing for Pandas 2.0 (#177) (bdf0217)
👷 CI/CD
🧹 Chores
- align docs with requirements (2c4f5d6)
- bump notebook from 6.4.10 to 6.4.12 (#117) (02c088a)
- deps: bump actions/checkout from 2 to 3 (#166) (53bd904)
- deps: bump actions/setup-python from 1 to 4 (#165) (07a9caa)
- scheduled weekly dependency update for week 08 (#163) (02645ee)
Fix certificate installation
Fixed
Equinor root certificate was not automatically installed during module import for Windows PCs.