Skip to content

Releases: metaodi/swissparlpy

Release 0.3.0

31 Aug 12:24
0af02e4
Compare
Choose a tag to compare

[0.3.0] - 2023-08-31

Added

  • Support for server-side pagination (transparent to the user)
  • ResultVeryLargeWarning to warn developers about very large queries
  • Logging to help with debugging
  • Add pre-commit configuration

Changed

  • Use black code style

Release 0.2.1

31 Jan 16:16
31419d0
Compare
Choose a tag to compare

[0.2.1] - 2022-01-31

Fixed

  • In order to fix issue #17 a bug in pyodata had to be fixed. pyodata 1.9.0 contains the bugfix and is now specified as the minimum version.

Release 0.2.0

14 Oct 15:59
97d3ba9
Compare
Choose a tag to compare

[0.2.0] - 2021-10-14

Added

  • Jupyter notebook with examples
  • New examples for advanced filters
  • Support for more advanced filters

Changed

  • Update README with examples

Release 0.1.1

27 Sep 13:29
a42aa84
Compare
Choose a tag to compare

[0.1.1] - 2021-09-27

Fixed

  • Typo in publish workflow

Release 0.1.0

27 Sep 13:17
4d0a80c
Compare
Choose a tag to compare

[0.1.0] - 2021-09-27

Added

  • Test with fixtures
  • Linter for all code
  • Usage example in README

Fixed

  • Fixed get_variables call
  • Make sure get_tables returns a list

Release 0.0.2

27 Sep 13:09
Compare
Choose a tag to compare

[0.0.2] - 2021-09-27

Added

  • Added CHANGELOG file

Changed

  • Use flit to manage pypi package

Release 0.0.1

27 Sep 13:07
Compare
Choose a tag to compare

[0.0.1] - 2021-09-26

Added

  • Initial release of swissparlpy