Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / bckohan/enum-properties issues and pull requests
#74 - Feature request: Inheriting fields in subclasses
Issue -
State: open - Opened by ElectronicRU 3 months ago
- 5 comments
#73 - add a chained test
Pull Request -
State: closed - Opened by bckohan 5 months ago
#72 - V2.0.1
Pull Request -
State: closed - Opened by bckohan 5 months ago
#71 - Break tests into smaller files.
Issue -
State: closed - Opened by bckohan 5 months ago
Labels: test
#70 - readme improvements
Pull Request -
State: closed - Opened by bckohan 5 months ago
- 1 comment
#69 - make readme examples cleaner
Pull Request -
State: closed - Opened by bckohan 5 months ago
- 1 comment
#68 - readme fix
Pull Request -
State: closed - Opened by bckohan 5 months ago
- 1 comment
#67 - readme fix
Pull Request -
State: closed - Opened by bckohan 5 months ago
- 1 comment
#66 - Update docs to diataxis organization
Issue -
State: open - Opened by bckohan 5 months ago
Labels: documentation
#65 - test coverage
Pull Request -
State: closed - Opened by bckohan 5 months ago
- 1 comment
#64 - V2.0.0
Pull Request -
State: closed - Opened by bckohan 5 months ago
- 1 comment
#63 - V1.8.1
Pull Request -
State: closed - Opened by bckohan 5 months ago
- 1 comment
#62 - Add missing py.typed
Issue -
State: closed - Opened by bckohan 5 months ago
Labels: bug
#61 - V1.8.0
Pull Request -
State: closed - Opened by bckohan 6 months ago
- 1 comment
#60 - Allow properties to be specified through type hints alone without s/p value inheritance
Issue -
State: closed - Opened by bckohan 6 months ago
#59 - Drop support for Python 3.7
Issue -
State: closed - Opened by bckohan 6 months ago
#58 - Support Python 3.13
Issue -
State: closed - Opened by bckohan 6 months ago
#57 - Move to ruff for linting and formatting.
Issue -
State: closed - Opened by bckohan 6 months ago
#56 - Avoid linter complaints about same name members when using @specialize.
Issue -
State: open - Opened by bckohan 6 months ago
- 1 comment
Labels: enhancement, question
#55 - More precise case_fold documentation.
Issue -
State: open - Opened by bckohan over 1 year ago
#54 - Add a StrEnumProperties type to match StrEnum
Issue -
State: closed - Opened by bckohan over 1 year ago
Labels: enhancement
#53 - Hash equivalency between values and enums is broken
Issue -
State: closed - Opened by bckohan over 1 year ago
- 1 comment
Labels: bug
#52 - Support dataclasses in enums along with Python 3.12
Issue -
State: closed - Opened by bckohan over 1 year ago
Labels: documentation, enhancement
#51 - Update mypy requirement from >=0.982,<1.3 to >=0.982,<1.5
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#50 - Bump sphinx-rtd-theme from 1.2.0 to 1.2.2
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#49 - Bump sphinx-rtd-theme from 1.2.0 to 1.2.1
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 2 comments
Labels: dependencies
#48 - Update mypy requirement from >=0.982,<1.3 to >=0.982,<1.4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#47 - _missing_ allows exceptions through that are not ValueError, TypeError or KeyError
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: bug
#46 - Test mixed primitive type values.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: test
#45 - Symmetric string 'none' values enable coercion from None despite match_none=False
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: bug
#44 - Configurable behavior for matching none on symmetric fields
Issue -
State: closed - Opened by bckohan almost 2 years ago
#43 - Allow @specialize to accept a list of enumeration values.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#42 - Support type hinting for properties
Issue -
State: closed - Opened by bckohan almost 2 years ago
- 5 comments
Labels: enhancement
#41 - All utility members added by EnumProperties should be sunder names.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#40 - auto() broken for flag enums that declare combinations as members of the enum.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: bug
#39 - Performance improvements
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#38 - Address python 3.11+ deprecation warnings.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement, test
#37 - New flag behavior modifiers break IntFlagProperties in python 3.11+
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: bug, test
#36 - Provide a decorator to provide function overrides per enum value.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: enhancement
#35 - Update mypy requirement from >=0.982,<1.2 to >=0.982,<1.3
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#34 - Update mypy requirement from >=0.982,<1.1 to >=0.982,<1.2
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#33 - Update mypy requirement from ^0.982 to >=0.982,<1.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#32 - Update coverage requirement from ^6.2 to >=6.2,<8.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#31 - Update deepdiff requirement from ^5.2.3 to >=5.2.3,<7.0.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#30 - LICENSE included in source package.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: packaging
#29 - Nested classes are incompatible with EnumProperties.
Issue -
State: closed - Opened by bckohan almost 2 years ago
Labels: bug
#28 - Bump sphinx-rtd-theme from 1.1.1 to 1.2.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#27 - Bump sphinxcontrib-htmlhelp from 2.0.0 to 2.0.1
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
Labels: dependencies
#26 - Bump sphinxcontrib-applehelp from 1.0.3 to 1.0.4
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
Labels: dependencies
#25 - Bump sphinxcontrib-applehelp from 1.0.2 to 1.0.3
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
Labels: dependencies
#24 - Test pickling
Issue -
State: closed - Opened by bckohan about 2 years ago
Labels: test
#23 - Bump sphinx-argparse from 0.3.2 to 0.4.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#22 - Bump sphinx-rtd-theme from 1.1.0 to 1.1.1
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#21 - Bump sphinx-rtd-theme from 1.0.0 to 1.1.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#20 - Remove errant print statement
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: bug
#19 - Initialize Flag enum with empty iterable should resolve to Flag(0) - no selections.
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: bug
#18 - Support for python 3.11
Issue -
State: closed - Opened by bckohan over 2 years ago
#17 - Generally allow composite flag enumerations to be treated as iterables of active flags
Issue -
State: closed - Opened by bckohan over 2 years ago
#16 - Add convenience property to decompose Flag enumeration values
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: enhancement
#15 - Allow Flag Enumerations to be created from iterables
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: enhancement
#14 - Bump sphinx-argparse from 0.3.1 to 0.3.2
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#13 - Update importlib-metadata requirement from <5.0 to <6.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 3 comments
Labels: dependencies
#12 - Update mypy requirement from ^0.981 to ^0.982
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#11 - Update pytest-cov requirement from ^3.0.0 to ^4.0.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#10 - Update mypy requirement from ^0.971 to ^0.981
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#9 - Update readme-renderer requirement from ^36.0 to ^37.1
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#8 - Update readme-renderer requirement from ^36.0 to ^37.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 2 comments
Labels: dependencies
#7 - Update readme-renderer requirement from ^34.0 to ^36.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#6 - Drop support for < Python3.6
Issue -
State: closed - Opened by bckohan over 2 years ago
#5 - Add types and support for Flag and IntFlag.
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: enhancement
#4 - SymmetricMixin objects are not hashable
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: bug
#3 - Provide equality comparisons for symmetric property values
Issue -
State: closed - Opened by bckohan over 2 years ago
Labels: enhancement
#2 - Update mypy requirement from ^0.961 to ^0.971
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#1 - Consolidate source files
Issue -
State: closed - Opened by bckohan over 2 years ago