|
1 | | -## [v1.0.2](https://github.com/higlass/higlass-python/compare/v1.0.2...v1.0.1) |
| 1 | +## [v1.2.1](https://github.com/higlass/higlass-python/compare/v1.2.0...v1.2.1) |
2 | 2 |
|
3 | 3 | - Calculate file pointer hash for track uids for tileset tracks |
4 | 4 | - Fix view copy behavior to preserve specific plugin track class vars |
5 | 5 |
|
| 6 | +## [v1.2.0](https://github.com/higlass/higlass-python/compare/v1.1.2...v1.2.0) |
| 7 | + |
| 8 | +- **Breaking**: Migrate to higlass-schema v0.2.0 (pydantic v2) |
| 9 | +- Shorter automatic uids for Tracks and Views |
| 10 | +- Upgrade HiGlass front-end to v1.13 |
| 11 | + |
| 12 | +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. |
| 13 | + |
| 14 | +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). |
| 15 | + |
| 16 | +## [v1.1.2](https://github.com/higlass/higlass-python/compare/v1.1.1...v1.1.2) |
| 17 | + |
| 18 | +- Pin higlass-schema version upper bound for <v1.2 |
| 19 | + |
| 20 | +## [v1.1.1](https://github.com/higlass/higlass-python/compare/v1.1.0...v1.1.1) |
| 21 | + |
| 22 | +- Upgrade anywidget version |
| 23 | +- Add vertical track variants for auto layout |
| 24 | + |
| 25 | +## [v1.1.0](https://github.com/higlass/higlass-python/compare/v1.0.3...v1.1.0) |
| 26 | + |
| 27 | +- Add bedlike file support |
| 28 | + |
| 29 | +## [v1.0.3](https://github.com/higlass/higlass-python/compare/v1.0.2...v1.0.3) |
| 30 | + |
| 31 | +- Ensure JS is included in PyPI wheel |
| 32 | + |
| 33 | +## [v1.0.2](https://github.com/higlass/higlass-python/compare/v1.0.1...v1.0.2) |
| 34 | + |
| 35 | +- Added docs on passing in an auth header |
| 36 | +- Ensure JS is included in PyPI wheel |
| 37 | + |
6 | 38 | ## [v1.0.1](https://github.com/higlass/higlass-python/compare/v1.0.1...v1.0.0) |
7 | 39 |
|
8 | 40 | - Pass kwargs in to Viewconf.widget() so that they can be passed on to the higlass widget and potentially make their way to the higlass component |
|
0 commit comments