Skip to content

Releases: dolthub/doltpy

2.0.14

30 Jan 23:11
18102f4
Compare
Choose a tag to compare
Merge pull request #187 from dolthub/james/release

fix release action

0.0.0

30 Jan 23:01
Compare
Choose a tag to compare
v0.0.0

mistake

2.0.13

01 Jun 21:20
0043e7e
Compare
Choose a tag to compare
Parquet export IR (#183)

* Parquet export IR

Exporting data through a CSV intermediary is subject to loss
of specificity and type info. This is particularly noticable
for read_pandas, where the resulting dataframe has every column
of type `object` and NULLs are indistinguishable from zero values.

I used a small hack to export data from Dolt into a DataFrame using parquet
instead of CSV. This requires the pyarrow dependency.

I left TODOs for improvements on the Dolt side that would make
this code cleaner and Dolt issues for the associated features.

There is one bug with NULL datetime values that I added a Dolt issue
for.

* fix fmt

* revert python changes, use early pyarrow

2.0.12

16 May 23:06
01835f5
Compare
Choose a tag to compare
accept numpy range (#178)

* accept numpy range

* remove 3.9 CI

2.0.11

18 Apr 16:25
3315207
Compare
Choose a tag to compare
Pandas import update (#176)

* Pandas import update\nNulls on nullable columns is OK

* fix show tables difference

2.0.10

13 Jan 03:35
a813341
Compare
Choose a tag to compare
v2.0.10

bump pytz (#173)

2.0.9

09 Aug 14:15
bb91e0b
Compare
Choose a tag to compare
Fix dead link, bump doltcli (#161)

* Fix dead link, bump doltcli

* Poetry update

* Fix w no gc

* Add gc

2.0.8

19 Jul 22:56
d1d72b4
Compare
Choose a tag to compare
Bump py from 1.9.0 to 1.10.0 (#160)

* Bump py from 1.9.0 to 1.10.0

Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/py/compare/1.9.0...1.10.0)

---
updated-dependencies:
- dependency-name: py
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* remove py

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Hoffman <max@dolthub.com>

2.0.7

23 Apr 23:54
7b31d88
Compare
Choose a tag to compare
Add max connections and password capabilities. (#151)

This pr adds max-connections as well as the ability to connect w/ a password

2.0.6

26 Mar 19:17
053da28
Compare
Choose a tag to compare
Merge pull request #144 from dolthub/oscarbatori/refactor-pandas-and-…

…tests

clean up docs, tests, and refactor read pandas