All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project follows Semantic Versioning.
0.3.0 - 2023-08-31
- 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
- Use
black
code style
0.2.1 - 2022-01-31
- 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.
0.2.0 - 2021-10-14
- Jupyter notebook with examples
- New examples for advanced filters
- Support for more advanced filters
- Update README with examples
0.1.1 - 2021-09-27
- Typo in publish workflow
0.1.0 - 2021-09-27
- Test with fixtures
- Linter for all code
- Usage example in README
- Fixed
get_variables
call - Make sure
get_tables
returns a list
0.0.2 - 2021-09-27
- Added CHANGELOG file
- Use flit to manage pypi package
0.0.1 - 2021-09-26
- Initial release of swissparlpy
Added
for new features.Changed
for changes in existing functionality.Deprecated
for once-stable features removed in upcoming releases.Removed
for deprecated features removed in this release.Fixed
for any bug fixes.Security
to invite users to upgrade in case of vulnerabilities.