Releases: andycasey/ads
Releases · andycasey/ads
0.12.6
0.12.5
0.12.4
What's Changed
- This will include the LICENSE file in the pypi tarball by @guillochon in #95
- Article: use lazy load for print methods; closes #98 by @vsudilov in #99
- Fixing docstrings in ExportResponse and ExportQuery by @migueldvb in #100
- Rename assertRaisesRegexp to assertRaisesRegex by @migueldvb in #101
- change from r.get_info() to r.limits by @keatonb in #102
- Allow more recent versions of httpretty by @moble in #105
- add additional export formats by @r-xue in #109
- Search parameters already wrapped in parentheses no longer get wrapped in quotes by @panasenco in #115
- changed syntax in cached_property for python >= 3.9.6 by @CodeBBQ in #119
- Add Library class by @steven-murray in #118
- Fix bug in cached_property by @timothygebhard in #117
New Contributors
- @guillochon made their first contribution in #95
- @keatonb made their first contribution in #102
- @moble made their first contribution in #105
- @r-xue made their first contribution in #109
- @panasenco made their first contribution in #115
- @CodeBBQ made their first contribution in #119
- @steven-murray made their first contribution in #118
- @timothygebhard made their first contribution in #117
Full Changelog: v0.12.3...0.12.4
Bumblebee compatible (Python client is beta)
This release has been spearheaded by Vladimir Sudilovsky (@vsudilov) who has re-written the entire base code to be compatible with the new ADS API.