Skip to content

Releases: pyranges/pyranges

0.0.132

06 May 19:41
bea4779
Compare
Choose a tag to compare

Tagging a "stable" v0 in view of the transition to v1
v0 tagged releases will have long-term documentation in readthedocs

What's Changed

New Contributors

Full Changelog: 0.0.111...v0

0.0.111

25 Oct 15:14
5dd7cda
Compare
Choose a tag to compare
Set min version pyranges (#225)

Co-authored-by: endre bakken stovner <[email protected]>

0.0.85

18 Sep 09:12
74c78d2
Compare
Choose a tag to compare

Fix read_gtf.

0.0.79

19 Jun 11:33
07686c2
Compare
Choose a tag to compare
Fix features.introns (#135)

* Fix features.introns

* Fix introns bump version

* Fix introns bump version

0.0.58

25 Oct 10:34
dbfe973
Compare
Choose a tag to compare
  • fix merge print functions
  • make pickleable
  • add iter as alias for itergrs in pr. namespace
  • gr.length() shows nucleotide length (sum of all interval lengths)
  • gr.lengths() takes as_dict=False flag to return as vector
  • fix slack in join: added columns when joining with itself
  • fix print for unstranded pyranges: printed tail and head of first chromosome

0.0.57

10 Oct 11:24
6eb4f93
Compare
Choose a tag to compare
0.0.57 (10.10.19): add overlap-flag to tile + bugfixes (#34)

* 0.0.57 (10.10.19): add overlap-flag to tile + bugfixes

- add overlap-flag to tile
- add chain to print-method
- bugfix: printing stranded pyranges sorted output even though sort was false
- bugfix: wrong number hidden cols on very small terminal widths
- bugfix: unstrand did not change underlying dict to chromosomes only
- show number of hidden columns in header
- tests: mismatches in strand between dict and dataframes

* Fix bug in tile overlap

* Fix tests

* Fix tile overlap

* df/as_df returns non-duplicated index

0.0.56

01 Oct 08:19
Compare
Choose a tag to compare

0.0.56 (25.09.19)

  • add possibility of 5-end and 3-end in slack being different/none
  • add slack to join-method
  • add new_position method to take union or intersection of two pairs of Start/End-columns in pyranges