This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Releases: catalyst-cooperative/intake-sqlite
Releases · catalyst-cooperative/intake-sqlite
Intake SQLite driver v0.2.0
What's Changed
- Get rid of no-longer required explicit sqlite driver loading in tests. by @zaneselvans in #35
- Update to allow use of Python 3.11 by @zaneselvans in #44
Full Changelog: v0.1.3...v0.2.0
Intake SQLite driver v0.1.3
What's Changed
- Switch to using Furo Sphinx theme. by @zaneselvans in #19
- Reduce directly specified dependencies to just intake_sql and fsspec by @zaneselvans in #20
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
Switched to using storage_options
rather than open_kwargs
as the catalog argument to be passed in to fsspec.open_local
, since that's the name that appears to be used in other intake catalog drivers.
Full Changelog: v0.1.1...v0.1.2
Intake SQLite driver v0.1.1
What's Changed
- Removes unused and misplaced
package_data
directory which was showing up as a second importable package undersrc
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Initial attempt to create an Intake SQLite specific driver by @zaneselvans in #5
- Flesh out integration tests. by @zaneselvans in #9
New Contributors
- @zaneselvans made their first contribution in #5
Full Changelog: https://github.com/catalyst-cooperative/intake-sqlite/commits/v0.1.0