Skip to content

Commit 80011f7

Browse files
authored
Backport release notes to CHANGELOG.md (#165)
1 parent bbf3a01 commit 80011f7

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,40 @@
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)
22

33
- Calculate file pointer hash for track uids for tileset tracks
44
- Fix view copy behavior to preserve specific plugin track class vars
55

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+
638
## [v1.0.1](https://github.com/higlass/higlass-python/compare/v1.0.1...v1.0.0)
739

840
- 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

Comments
 (0)