Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / Ezibenroc/PyRoaringBitMap issues and pull requests

#115 - Fix: croaring does not allow in-place operations with self

Pull Request - State: closed - Opened by Ezibenroc 5 months ago

#114 - Switch to pytest (instead of builtin unittest module)

Pull Request - State: closed - Opened by Ezibenroc 5 months ago

#113 - Remove use of deprecated API

Pull Request - State: closed - Opened by PeterJCLaw 5 months ago

#112 - Fix an invalid test which wasn't checking what it seemed to check

Pull Request - State: closed - Opened by PeterJCLaw 5 months ago - 2 comments

#111 - Improve type handling in rich comparisons

Pull Request - State: closed - Opened by PeterJCLaw 5 months ago - 4 comments

#110 - Add type stubs & minimal validation

Pull Request - State: closed - Opened by PeterJCLaw 5 months ago - 6 comments

#109 - Add linting with flake8

Pull Request - State: closed - Opened by PeterJCLaw 5 months ago - 1 comment

#108 - Drop support for testing on Python 2

Pull Request - State: closed - Opened by PeterJCLaw 5 months ago - 1 comment

#107 - TypeError raised for equality comparison with other object

Issue - State: closed - Opened by PeterJCLaw 5 months ago - 1 comment

#106 - [WIP] Add support for 64-bit bitmaps, fix #58

Pull Request - State: open - Opened by Ezibenroc 6 months ago - 1 comment

#105 - Publish type annotations

Issue - State: closed - Opened by PeterJCLaw 6 months ago - 2 comments

#104 - Issues with shift

Issue - State: closed - Opened by SamHames 6 months ago - 2 comments

#103 - Tidy some tests up in order to update hypothesis

Pull Request - State: closed - Opened by SamHames 6 months ago - 1 comment

#102 - Bump croaring to v2.1.2

Pull Request - State: closed - Opened by SamHames 6 months ago - 2 comments

#99 - Fix MacOS build on the CI

Pull Request - State: closed - Opened by Ezibenroc 10 months ago

#98 - Add Python3.12 support

Pull Request - State: closed - Opened by Ezibenroc 10 months ago

#97 - Cython3 compatibility

Pull Request - State: closed - Opened by SamHames 10 months ago - 1 comment

#96 - Cython 3.0.0: pyroaring fails to build

Issue - State: closed - Opened by penguinpee 10 months ago - 8 comments

#95 - Pin Cython to version <3.0.0

Pull Request - State: closed - Opened by Ezibenroc 11 months ago

#94 - Cython 3 fixes

Pull Request - State: closed - Opened by SamHames 11 months ago - 4 comments

#93 - Build error with cython 3

Issue - State: closed - Opened by benjamb 11 months ago - 4 comments

#92 - Issue 91

Pull Request - State: closed - Opened by lemire about 1 year ago - 2 comments

#91 - curious about why there is no `contains` method

Issue - State: closed - Opened by Huangvivi about 1 year ago - 1 comment

#90 - Converting a binary image (Bitmap) into a RoaringBitMap

Issue - State: closed - Opened by MeteoRex11 about 1 year ago - 4 comments

#89 - Version 0.4.2

Pull Request - State: closed - Opened by Ezibenroc about 1 year ago

#88 - Bumping to CRoaring 1.1.0.

Pull Request - State: closed - Opened by lemire about 1 year ago - 1 comment

#87 - Does not install from PyPi on Linux Ubuntu aarch64

Issue - State: closed - Opened by FrankC01 over 1 year ago - 23 comments

#86 - Version 1.0.0

Pull Request - State: closed - Opened by lemire over 1 year ago - 4 comments

#85 - Updating to v0.9.9

Pull Request - State: closed - Opened by lemire over 1 year ago - 1 comment

#84 - Updating to CRoaring 0.9.8 (patch release)

Pull Request - State: closed - Opened by lemire over 1 year ago - 3 comments

#83 - Updating CRoaring (version 0.9.6)

Pull Request - State: closed - Opened by lemire over 1 year ago - 1 comment

#82 - Updating CRoaring to 0.8.1

Pull Request - State: closed - Opened by lemire over 1 year ago - 1 comment

#81 - Get SIGSEGV when bitmap.contains_range(start, end) is run

Issue - State: closed - Opened by kcaashish over 1 year ago - 9 comments

#80 - Support "in place" operations on `FrozenBitMaps`

Pull Request - State: closed - Opened by PeterJCLaw over 1 year ago - 3 comments

#79 - Packaging and release tweaks and maintenance

Pull Request - State: closed - Opened by SamHames over 1 year ago - 12 comments

#78 - Packaging for newer Python versions - proposal/offer of help

Issue - State: closed - Opened by SamHames over 1 year ago - 3 comments
Labels: help wanted

#77 - binding roaring64 to cpp version

Pull Request - State: closed - Opened by yihuang over 1 year ago - 2 comments

#76 - Comparison to `croaring` python package

Issue - State: open - Opened by PeterJCLaw over 1 year ago - 1 comment

#75 - Implement "in place" binary operators on `FrozenBitMap` (to match `frozenset`)

Issue - State: closed - Opened by PeterJCLaw over 1 year ago - 3 comments
Labels: help wanted

#74 - Consider releasing new version with bwheels for Python 3.10

Issue - State: closed - Opened by grossws almost 2 years ago - 1 comment

#73 - How can I computer the serialized size in bytes

Issue - State: closed - Opened by wuxiyu over 2 years ago - 1 comment

#72 - Implement shift operations

Issue - State: closed - Opened by Ezibenroc over 2 years ago - 2 comments
Labels: new feature

#71 - consider updating to 0.3.3

Issue - State: closed - Opened by lemire almost 3 years ago - 1 comment

#70 - Consider updating to CRoaring v0.3.2

Issue - State: closed - Opened by lemire almost 3 years ago - 1 comment

#69 - Consider updating to CRoaring 0.3.1

Issue - State: closed - Opened by lemire about 3 years ago - 3 comments

#68 - Migrate from Travis (and Appveyor?) to Github Actions

Issue - State: closed - Opened by Ezibenroc over 3 years ago - 3 comments

#67 - 0.2.10: Failing to install with pip on MacOS

Issue - State: closed - Opened by fanyang01 over 3 years ago - 14 comments

#66 - The -march=native flag added systematically is a bad idea.

Pull Request - State: closed - Opened by lemire over 3 years ago - 3 comments

#65 - Deserialization issue on python 3.9

Issue - State: closed - Opened by dervan over 3 years ago - 5 comments

#64 - intersection_len() and union_len() ?

Issue - State: closed - Opened by remiadon over 3 years ago - 1 comment

#63 - Upgrade hypothesis

Pull Request - State: closed - Opened by urdvr almost 4 years ago - 2 comments

#62 - Bump urllib3 from 1.22 to 1.24.2 in /docs

Pull Request - State: closed - Opened by dependabot[bot] almost 4 years ago - 1 comment
Labels: dependencies

#61 - readme: Added conda-forge install instructions

Pull Request - State: closed - Opened by stuarteberg almost 4 years ago - 1 comment

#60 - Upgrade hypothesis

Issue - State: closed - Opened by Ezibenroc almost 4 years ago - 4 comments

#59 - Expose roaring_bitmap_overwrite

Pull Request - State: closed - Opened by kliem almost 4 years ago - 8 comments

#58 - Roaring64Map support

Issue - State: open - Opened by stuarteberg almost 4 years ago - 9 comments
Labels: help wanted

#57 - No way to do zerocopy deserialize

Issue - State: open - Opened by giannitedesco about 4 years ago - 2 comments

#56 - Expose Cython definitions for cimport

Issue - State: open - Opened by michaelmior over 4 years ago - 2 comments

#55 - Warning messages in buildtime

Issue - State: open - Opened by rffontenelle over 4 years ago - 1 comment

#54 - Add iterator starting at a given value

Pull Request - State: closed - Opened by michaelmior over 4 years ago - 4 comments

#53 - next_set_bit implementation

Issue - State: closed - Opened by michaelmior over 4 years ago - 6 comments

#52 - bm Illegal Instruction

Issue - State: closed - Opened by Wish000 almost 5 years ago - 9 comments

#51 - Allow disabling --march with ARCHI=generic

Pull Request - State: closed - Opened by nanonyme almost 5 years ago

#50 - Make it possible to build without march

Issue - State: closed - Opened by nanonyme almost 5 years ago - 11 comments

#49 - BitMap([]) crashes

Issue - State: closed - Opened by giannitedesco about 5 years ago - 9 comments
Labels: bug

#48 - Provide prebuilt Windows wheel for Python 2.7

Issue - State: closed - Opened by pombredanne about 5 years ago - 4 comments
Labels: wontfix

#47 - Fix minor typo

Pull Request - State: closed - Opened by pombredanne about 5 years ago - 1 comment

#46 - Push released wheels to Pypi

Issue - State: closed - Opened by pombredanne about 5 years ago - 7 comments

#45 - pip install fails on Windows10 using conda

Issue - State: closed - Opened by ianepreston over 5 years ago - 6 comments

#44 - pip install fails on macOS Mohave with fatal error: 'ios' file not found

Issue - State: closed - Opened by lemire over 5 years ago - 4 comments

#43 - implements range_cardinality

Pull Request - State: closed - Opened by urdvr over 5 years ago - 1 comment

#42 - Change __repr__ and __str__ to truncate very large BitMaps.

Pull Request - State: closed - Opened by urdvr over 5 years ago - 4 comments

#41 - Slice causes overflow if BitMap contains 2**32-1

Issue - State: closed - Opened by urdvr over 5 years ago - 4 comments
Labels: bug

#40 - Expose roaring_bitmap_portable_size_in_bytes as __sizeof__.

Pull Request - State: closed - Opened by urdvr over 5 years ago - 1 comment

#39 - Implement range_cardinality method

Issue - State: closed - Opened by Ezibenroc over 5 years ago - 2 comments
Labels: efficiency

#38 - API-compatibility with python sets.

Pull Request - State: closed - Opened by urdvr almost 6 years ago - 8 comments

#37 - pyroaring doesn't adhere to python set conventions

Issue - State: closed - Opened by urdvr almost 6 years ago - 1 comment
Labels: help wanted

#36 - Add support for remove_range

Issue - State: closed - Opened by lemire almost 6 years ago - 1 comment

#35 - add support for checked operations

Issue - State: closed - Opened by lemire about 6 years ago - 1 comment

#34 - Add support for roaring_bitmap_contains_range

Issue - State: closed - Opened by lemire about 6 years ago - 1 comment
Labels: efficiency

#33 - Add support for roaring_bitmap_add_range

Issue - State: closed - Opened by lemire about 6 years ago - 3 comments
Labels: efficiency

#32 - Fixing https://github.com/Ezibenroc/PyRoaringBitMap/issues/31

Pull Request - State: closed - Opened by lemire about 6 years ago - 3 comments

#30 - WIP: Windows support

Pull Request - State: closed - Opened by ccmaymay about 6 years ago - 47 comments

#29 - run_optimize

Issue - State: closed - Opened by phaethon about 6 years ago - 3 comments

#28 - Provide binary wheels?

Issue - State: closed - Opened by fgregg over 6 years ago - 2 comments
Labels: help wanted, installation

#27 - Failed to unpickle BitMap across Python 2 and 3

Issue - State: closed - Opened by suzaku over 6 years ago - 2 comments

#26 - Is pyroaring safe for Gunicorn?

Issue - State: closed - Opened by suzaku over 6 years ago - 6 comments

#25 - Manual installation : missing command in README

Issue - State: closed - Opened by lemire over 6 years ago - 1 comment

#24 - Failing to install with pip on MacOS

Issue - State: closed - Opened by suzaku over 6 years ago - 16 comments

#23 - Installation using wheel is broken

Issue - State: closed - Opened by QuentinFra almost 7 years ago - 16 comments

#22 - Benchmark against python-croaring

Issue - State: closed - Opened by lemire almost 7 years ago - 2 comments

#21 - Unable to compile on CentOS 7

Issue - State: closed - Opened by hacksysteam almost 7 years ago - 5 comments

#20 - Memory Leak using & operator

Issue - State: closed - Opened by stephenengland about 7 years ago - 6 comments

#19 - Basically just exposing a few handy functions

Pull Request - State: closed - Opened by lemire over 7 years ago - 1 comment

#18 - v0.2.15 adds support for max, min and rank

Issue - State: closed - Opened by lemire over 7 years ago - 1 comment

#17 - Consider making use of new iterators...

Issue - State: closed - Opened by lemire over 7 years ago - 1 comment

#16 - Upgrade to CRoaring 0.2.11

Issue - State: closed - Opened by lemire over 7 years ago - 5 comments

#15 - Fix for pickle/cPickle segfaults

Pull Request - State: closed - Opened by David-R-Walker over 7 years ago - 1 comment