Releases: milesgranger/flaco
Releases · milesgranger/flaco
v0.3.0
What's Changed
- Reduce allocations by reusing existing enums by @milesgranger in #13
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add CI/CD and support(ish) numeric type by @milesgranger in #6
- Run CI on master branch push by @milesgranger in #7
- Improve error handling, context manager and CI by @milesgranger in #8
- Optimize handling of null integers and reuse row container by @milesgranger in #9
- Better error handling by @milesgranger in #10
- Memory and speed improvements by @milesgranger in #11
- Handle memory leaks by @milesgranger in #12
Full Changelog: v0.1.0...v0.2.0
v0.1.0.post3
What's Changed
- Add CI/CD and support(ish) numeric type by @milesgranger in #6
- Support x64 Linux and Windows platforms
- Run CI on master branch push by @milesgranger in #7
Full Changelog: v0.1.0...v0.1.0.post3
v0.1.0
Initial support for most data types, no TLS support and full of terrible error messages and handling.
but in initial benchmarks, it's ~2x as fast and memory-efficient as basic pandas.read_sql
.