Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@manzt manzt released this 12 Nov 15:13
4b9996c

What's Changed

  • Breaking: Migrate to higlass-schema v0.2.0 (pydantic v2) by @manzt in #155
  • Shorter automatic uids for Tracks and Views by @manzt in #157
  • Upgrade HiGlass front-end to v1.13 by @manzt in #158

Full Changelog: v1.1.2...v1.2.0

This release does not introduce changes to the higlass-python API itself. However, it migrates the core data objects created and modified by the higlass-python API from Pydantic v1 to Pydantic v2. We are marking this as a breaking release, as some methods and attributes on these objects are now deprecated.

Libraries relying on higlass-schema (Pydantic models for Python) may encounter breaking changes if they use methods that have changed between Pydantic v1 and v2. We expect this update to improve compatibility and make it easier to use higlass-python in environments that depend on Pydantic v2 (which are increasing).