Skip to content

Releases: wharton/wrds

3.2.0

31 Jan 20:31
Compare
Choose a tag to compare

What's Changed

  • SQLAlchemy 2.0 support by @seidelma. Please use version 3.1.6 if you want to use SQLAlchemy 1.x.
  • Pandas 2.2 support
  • Support for rows parameter by @FlipperPA
  • Documentation updated with simplified installations by @FlipperPA

Full Changelog: 3.1.6...3.2.0

3.1.6

02 Mar 14:28
d2c438b
Compare
Choose a tag to compare

What's Changed

  • The connection will try to use the PGHOST environment variable if it exists.
  • Connection now can take an optional verbose=True. This will output the exact connection string being used.

Full Changelog: 3.1.5...3.1.6

3.1.5

17 Feb 19:54
Compare
Choose a tag to compare

What's Changed

  • Rename default branch to main
  • Publish package to PyPI when we draft a new release tag through GitHub.

Full Changelog: 3.1.4...3.1.5

3.1.4

17 Feb 19:22
Compare
Choose a tag to compare

What's Changed

  • Complete change to using pyproject.toml exclusively
  • Begin switching to use git tags as version numbers.

Full Changelog: 3.1.3...3.1.4

Have tag match version number of package

15 Feb 16:17
880f0fc
Compare
Choose a tag to compare
Merge pull request #38 from wharton/patch/pin-sqlalchemy-version-202302

Pin SQLAlchemy Package to <v2.0.0
Needed at least until Pandas is updated to handle SQLAlchemy 2

Pin SQLAlchemy < 2

15 Feb 16:13
880f0fc
Compare
Choose a tag to compare

Current release of Pandas does not yet handle api changes in SQLAlchemy 2

Password Structure

14 Sep 19:07
24313e0
Compare
Choose a tag to compare

We now quote passwords appropriately to avoid login errors due to special characters.

Data Chunking

19 Aug 00:09
2d7c4ef
Compare
Choose a tag to compare

This version adds the chunksize and return_iter arguments to raw_sql. This will improve resource usage.