Skip to content

Releases: equinor/tagreader-python

v5.1.0

28 Sep 11:57
f58fdfe
Compare
Choose a tag to compare

5.1.0 (2023-09-28)

📦 Build system

  • deps: upgrade build dependencies (9e38faa)

🧹 Chores

✨ Features

🐛 Bug Fixes

  • correctly add root certificate for macos (ac6a884)

v5.0.0

14 Sep 08:23
9bb17fe
Compare
Choose a tag to compare

5.0.0 (2023-09-14)

⚠ BREAKING CHANGES

  • Client cache is no longer forced on when cache is set to None
  • ODBC based clients are no longer supported due to available REST services

🧹 Chores

  • Add information about deprecated ODBC clients and improve UX (5176de2)

📚 Documentation

  • Update Docs and examples to reflect changes in v5 (1667b9d)

✨ Features

v4.3.2

14 Sep 08:16
e94d9b8
Compare
Choose a tag to compare

Improved deprecation warning for ODBC drivers

Full Changelog: v4.3.1...v4.3.2

v4.3.1

13 Sep 08:37
0292214
Compare
Choose a tag to compare

4.3.1 (2023-09-13)

🧹 Chores

  • add deprecation warning for ODBC based clients. Will be removed in next release (0a6fd88)

v4.3.0

12 Sep 12:28
2a8b674
Compare
Choose a tag to compare

4.3.0 (2023-09-12)

📦 Build system

  • deps: bump poetry.lock (2fc96ff)
  • deps: swap notebooks package and update deps (#257) (5207763)

🧹 Chores

📚 Documentation

✨ Features

🐛 Bug Fixes

  • AttributeError: 'str' object has no attribute 'localize' with c.read() (#250) (3cd2678)
  • web_handlers add default optional parameters (#248) (f40007a)

v4.2.5

12 Jul 12:59
c7266e9
Compare
Choose a tag to compare

4.2.5 (2023-07-12)

👷 CI/CD

🧹 Chores

  • General code cleanup and maintenance (dff0d71)

📚 Documentation

  • Update docs and example notebook (550ac14)

v4.2.4

12 Jul 12:06
01d1049
Compare
Choose a tag to compare

4.2.4 (2023-07-12)

🐛 Bug Fixes

  • remove default arguments from caching classes (a48db69)

v4.2.3

12 Jul 11:48
18a4a1a
Compare
Choose a tag to compare

4.2.3 (2023-07-12)

🧪 Tests

  • assert that cache is not SmartCache when creating a client without specifying cache (fa8d7d0)

🐛 Bug Fixes

v4.2.2

12 Jul 08:50
996f821
Compare
Choose a tag to compare

4.2.2 (2023-07-12)

🧹 Chores

  • make tagreader.version available for user (#236) (8531d41)

v4.2.1

12 Jul 07:07
fd304eb
Compare
Choose a tag to compare

4.2.1 (2023-07-06)

🧹 Chores

🐛 Bug Fixes

  • use correct arguments when reading single tag and code cleanup (#234) (e0fafd4), closes #231