Skip to content

v1.16.0

Choose a tag to compare

@shamrin shamrin released this 27 Oct 11:45
· 121 commits to master since this release

Changed

  • Changed default datacenter location to FIN-03
  • Migrated to uv
  • Removed datacrunch.__version__.VERSION. Use standard importlib.metadata.version() instead:
    from importlib.metadata import version
    print(version('datacrunch'))
  • Migrated to Ruff for linting
  • Upgraded pytest

If you are working on the library itself, do a fresh clone or upgrade your local development environment in-place:

# remove old environment
rm -rf datacrunch.egg-info/ .venv/ datacrunch_env/

# create new environment and install dependencies
uv sync

# run example
uv run python examples/simple_create_instance.py

Added

  • Added constants for FIN-02 and FIN-03.