Releases: TransposeData/transpose-python-sdk
v4.0.2
v4.0.1
Transpose Python SDK v4.0.1
A modern python wrapper for the Transpose API Suite.
Installation
To install the python SDK from PyPi, you can run the following command:
pip install transpose-data==4.0.1
Full Changelog
- Adds support for querying the AI Query Assistant via
api.sql.generate_query(...)
- Adds support for fetching the SQL Schema via
api.sql.schema()
v4.0.0
Transpose Python SDK v4.0.0
A modern python wrapper for the Transpose API Suite.
Installation
To install the python SDK from PyPi, you can run the following command:
pip install transpose-data==4.0.0
Full Changelog
block_number_before
must now be >= 1.- Adds support for the SQL API.
- Adds support for the Endpoint API.
v3.1.2
Transpose Python SDK v3.1.2
A modern python wrapper for the Transpose API Suite.
Installation
To install the python SDK from PyPi, you can run the following command:
pip install transpose-data==3.1.2
Full Changelog
- Removes
occurred_before
andoccurred_after
from alltransactions_by_account
. - Removes unnecessary
pillow
dependency.
v3.1.1
v3.1.0
Transpose Python SDK v3.1.0
A modern python wrapper for the Transpose API Suite.
Installation
To install the python SDK from PyPi, you can run the following command:
pip install transpose-data==3.1.0
Deprecations
As of this release, response classes are considered deprecated in favor of raw JSON responses. They will be fully removed in v4.0.0
.
Full Changelog
- Add support for
json
flag on API instantiation, which enables raw JSON responses. This will become the default inv4.0.0
.
v3.0.1
Transpose Python SDK v3.0.1
A modern python wrapper for the Transpose API Suite.
Installation
To install the python SDK from PyPi, you can run the following command:
pip install transpose-data==3.0.1
Full Changelog
- Remove
logs_by_date
endpoints. - Add support for
chain
andchain_id
on API instantiation.- Adds support for
set_chain
to update working chain
- Adds support for
- Polygon support for
block
,nft
, andtoken
endpoints miner
param is no longer supported forblocks-by-date
andblocks-by-number
endpointsmined_after
andmined_before
params for theblocks-by-date
endpoint have been renamed toadded_after
andadded_before
mining_reward
response field has been renamed toblock_reward
v3.0.0
Transpose Python SDK v3.0.0
A modern python wrapper for the Transpose API Suite.
Installation
To install the python SDK from PyPi, you can run the following command:
pip install transpose-data==3.0.0
Full Changelog
- Remove
logs_by_date
endpoints. - Add support for
chain
andchain_id
on API instantiation.- Adds support for
set_chain_ID
to update working chain
- Adds support for
- Polygon support for
block
,nft
, andtoken
endpoints miner
param is no longer supported forblocks-by-date
andblocks-by-number
endpointsmined_after
andmined_before
params for theblocks-by-date
endpoint have been renamed toadded_after
andadded_before
mining_reward
response field has been renamed toblock_reward
v2.0.4
Transpose Python SDK v2.0.4
A modern python wrapper for the Transpose API Suite.
Installation
To install the python SDK from PyPi, you can run the following command:
pip install transpose-data==2.0.4
Full Changelog
- This patch updates the
ens.records_by_account
to it's new standard.account_addresses
is nowresolved_address
.- This endpoint no longer supports batch queries and can only be used with a single address.
v2.0.3
Transpose Python SDK v2.0.3
A modern python wrapper for the Transpose API Suite.
Installation
To install the python SDK from PyPi, you can run the following command:
pip install transpose-data==2.0.3
Full Changelog
- This patch removes the invalid default for parameter
standard
from endpointstokens_by_date_created
andcollections_by_date_created
. - Minor changes to debug logging using
api = Transpose(API_KEY, debug=True)