Ecosyste.ms: Issues

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

GitHub / isi-vista/immutablecollections issues and pull requests

#78 - Bump black from 19.3b0 to 24.3.0

Pull Request - State: open - Opened by dependabot[bot] 7 months ago
Labels: dependencies

#77 - Bump dev version to 0.13

Pull Request - State: closed - Opened by lichtefeld about 4 years ago - 1 comment

#76 - Allow initializing immutabledicts from dicts in PyPy

Pull Request - State: closed - Opened by spigo900 about 4 years ago - 1 comment

#75 - Add .inverse() to ImmutableDict

Pull Request - State: closed - Opened by gabbard over 4 years ago - 1 comment

#74 - Bypass slow builder for common case for ImmutableSet union

Pull Request - State: closed - Opened by gabbard over 4 years ago - 1 comment

#73 - Changed typing to work with the `--disallow-any-generics` flag on vistautils

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

#72 - Implicit Any in `immutabledict` throws error on vistautils#86

Issue - State: open - Opened by jamart28 over 4 years ago - 10 comments

#71 - Pandas `concat` cannot take an ImmutableDict

Issue - State: open - Opened by berquist almost 5 years ago - 2 comments
Labels: priority-2-low, size-small

#69 - Update isort config to try and stop black conflicts

Pull Request - State: closed - Opened by berquist almost 5 years ago - 1 comment

#68 - Remove builders

Pull Request - State: open - Opened by berquist almost 5 years ago

#67 - Remove builders

Issue - State: open - Opened by berquist almost 5 years ago - 1 comment
Labels: priority-2-low, size-large, student

#66 - Enable isort as precommit check and linting across all directories

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

#65 - Copy our standard label set over to this repository

Issue - State: closed - Opened by gabbard about 5 years ago - 1 comment
Labels: size-small, priority-1-normal

#64 - Add Towncrier fragment for #23

Pull Request - State: closed - Opened by berquist about 5 years ago

#63 - Provide ImmutableMultiDict factory methods which ban duplicate additions

Issue - State: open - Opened by berquist about 5 years ago - 1 comment
Labels: enhancement, priority-2-low, size-small

#62 - Add missing set/frozenset methods to ImmutableSet

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

#61 - Add missing set/frozenset methods to ImmutableSet

Issue - State: closed - Opened by berquist about 5 years ago - 2 comments
Labels: enhancement

#60 - Put documentation on Read The Docs

Issue - State: open - Opened by gabbard about 5 years ago
Labels: enhancement

#59 - Move hacks over from flexnlp

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

#58 - Move hacks over from `flexnlp`

Issue - State: closed - Opened by qpwo about 5 years ago

#57 - Implement slicing for singleton immutable sets.

Pull Request - State: closed - Opened by spigo900 over 5 years ago - 2 comments

#56 - speed up `immutableset` and `immutabledict`

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

#54 - Closes #49 duplicate-banning factories

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

#52 - ImmutableDict may fail to maintain iteration order on non-CPython implementations of Python 3.6

Issue - State: open - Opened by gabbard over 5 years ago - 6 comments
Labels: bug

#51 - Allow Mapping in immutabledict constructor

Pull Request - State: closed - Opened by berquist over 5 years ago - 2 comments

#50 - Update allowed input types for ImmutableDict creation

Issue - State: closed - Opened by berquist over 5 years ago

#49 - Provide ImmutableSet factory methods which ban duplicate additions

Issue - State: closed - Opened by gabbard over 5 years ago - 7 comments
Labels: enhancement, good first issue

#48 - Fix import deprecation warning in test

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

#47 - added ability to subtract immutableset from other kinds of sets

Pull Request - State: closed - Opened by qpwo over 5 years ago - 2 comments

#46 - Update requirements.txt and Makefile

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

#45 - Remove ImmutableList

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

#44 - Rename immutablemultidict implementations

Pull Request - State: closed - Opened by berquist over 5 years ago - 2 comments

#43 - Ensure all collections are hashable

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

#42 - Deprecate and remove ImmutableList

Issue - State: closed - Opened by berquist over 5 years ago

#41 - Test that collections are hashable

Issue - State: closed - Opened by berquist over 5 years ago - 1 comment

#40 - Drop use of frozendict for backing ImmutableDict

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

#39 - immutablecollections have serialized forms independent of implementation

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

#38 - Remove attrs dependence from immutablecollections

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

#37 - immutablecollections should no longer depend on attrs

Issue - State: closed - Opened by berquist over 5 years ago

#36 - Fix inability to initialize immutableset from KeysView on recent Pythons

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

#35 - Cannot initialize an `immutableset` from a `KeysView`

Issue - State: closed - Opened by gabbard over 5 years ago

#34 - Equality

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

#32 - Drop use of frozendict as backing for ImmutableDict

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

#31 - ImmutableDict does not correctly repr its keys and values

Issue - State: closed - Opened by gabbard over 5 years ago - 1 comment

#30 - Indicate that type data should be distributed (PEP 561)

Pull Request - State: closed - Opened by gabbard over 5 years ago - 2 comments

#29 - Distribute type information

Issue - State: closed - Opened by gabbard over 5 years ago

#28 - 25 conditional error

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

#26 - 25 _SingletonImmutableSet crashes when index == -1

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

#25 - _SingletonImmutableSet crashes on __getitem__ with an index of -1

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

#24 - module-level factory functions

Pull Request - State: closed - Opened by gabbard over 5 years ago - 14 comments

#23 - Slicing is broken for the single-element implementation of ImmutableSet

Issue - State: closed - Opened by gabbard over 5 years ago
Labels: bug

#22 - Simple creation benchmarks for ImmutableSet and ImmutableList

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

#21 - Consider providing same-return-type slice methods

Issue - State: open - Opened by gabbard over 5 years ago

#20 - Properly override __getitem__

Pull Request - State: closed - Opened by gabbard over 5 years ago - 2 comments

#18 - Improve ordering check for ImmutableSet creation

Issue - State: open - Opened by ConstantineLignos over 5 years ago - 1 comment

#17 - Create benchmarks for ImmutableMultiDict

Issue - State: open - Opened by gabbard over 5 years ago

#16 - Create benchmarks for ImmutableDict

Issue - State: open - Opened by gabbard over 5 years ago

#15 - Create benchmarks for ImmutableList

Issue - State: closed - Opened by gabbard over 5 years ago - 1 comment

#14 - Create benchmarks for ImmutableSet

Issue - State: open - Opened by gabbard over 5 years ago - 5 comments

#13 - Make ImmutableSet support `-` operator when LHS is a regular set

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

#12 - Simplify creation of immutable collections

Issue - State: closed - Opened by ConstantineLignos almost 6 years ago - 16 comments
Labels: enhancement

#11 - [WIP] Native immutableset

Pull Request - State: open - Opened by gabbard almost 6 years ago - 1 comment

#10 - Use black for code formatting

Pull Request - State: closed - Opened by gabbard almost 6 years ago - 1 comment

#9 - Get inverses of multidicts

Pull Request - State: closed - Opened by gabbard almost 6 years ago - 2 comments

#8 - Get inverted copy of ImmutableMultiDicts

Issue - State: closed - Opened by gabbard almost 6 years ago

#7 - Wrong folder name for version import in setup

Pull Request - State: closed - Opened by berquist almost 6 years ago - 1 comment

#6 - Use towncrier to manage changelog

Issue - State: closed - Opened by gabbard almost 6 years ago

#5 - Switch to using pytest for tests

Issue - State: closed - Opened by gabbard almost 6 years ago

#3 - Immutable collections are extremely slow

Issue - State: open - Opened by gabbard almost 6 years ago - 5 comments

#2 - Clarify ImmutableMultiDict methods to put_single and put_many

Issue - State: open - Opened by gabbard almost 6 years ago

#1 - Runtime type checking on immutablecollections

Issue - State: closed - Opened by gabbard almost 6 years ago - 7 comments
Labels: enhancement