Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/OpenMS/autowrap

Generates Python Extension modules from Cythons PXD files
https://github.com/OpenMS/autowrap

Multiline comment parsing update breaks things

poshul opened this issue 9 months ago
Generate __str__ and __repr__

timosachsenberg opened this issue about 1 year ago
Rewrite generation of _get_item_

jpfeuffer opened this issue about 1 year ago
[Typestubs] Declare classes that implement iterators as Iterable

jpfeuffer opened this issue about 1 year ago
Allow nogil for most types of methods

jpfeuffer opened this pull request about 1 year ago
Adapt docstring generation regarding inheritance

jpfeuffer opened this issue over 1 year ago
[FIX] comment parsing once and for all

jpfeuffer opened this pull request almost 2 years ago
fixes #177

jpfeuffer opened this pull request almost 2 years ago
release-autowrap.yaml need updating

poshul opened this issue almost 2 years ago
Autoapply reformating in CI?

jpfeuffer opened this issue about 2 years ago
A few typing fixes

jpfeuffer opened this pull request about 2 years ago
Try to add real BooleanConverter

jpfeuffer opened this pull request about 2 years ago
Remove all python2 special handling cases

jpfeuffer opened this issue about 2 years ago
How to handle unnamed parameters in typestubs

jpfeuffer opened this issue about 2 years ago
Update docstrings for overloads in pyx using autodoc syntax.

jpfeuffer opened this pull request about 2 years ago
Update release-autowrap.yaml

poshul opened this pull request about 2 years ago
named parameters possible?

timosachsenberg opened this issue about 2 years ago
new docstring style for functions

jpfeuffer opened this pull request about 2 years ago
Typehint issues

jpfeuffer opened this issue over 2 years ago
Initial work for building std::tuple support

erik-whiting opened this pull request over 2 years ago
Re-evaluate default docstrings

jpfeuffer opened this issue over 2 years ago
Use inheritance instead of assignment for "attached" classes

jpfeuffer opened this issue over 2 years ago
Feature/map output

erik-whiting opened this pull request over 2 years ago
Add support for modulus op and iop

erik-whiting opened this pull request over 2 years ago
Add support for modulus operator and assignment operator

erik-whiting opened this pull request over 2 years ago
Overloaded method docstrings don't indent properly

erik-whiting opened this issue over 2 years ago
Add lint automation

erik-whiting opened this pull request over 2 years ago
22.9 chokes on templated vector

poshul opened this issue over 2 years ago
Typing of a large part of the codebase. Support for const members as …

jpfeuffer opened this pull request over 2 years ago
[Typing] Remaining mini issues

jpfeuffer opened this issue over 2 years ago
Improve wrapping Special methods

jpfeuffer opened this issue over 2 years ago
[FEATURE] add docs to stubs and add stubs for most special methods plus refactor

jpfeuffer opened this pull request over 2 years ago
Add documentation pre-GSOC 2022

erik-whiting opened this pull request over 2 years ago
CFuncDeclaratorNode AttributeError

skoudoro opened this issue over 2 years ago
[Typing] Add code docs also to type stubs

jpfeuffer opened this issue over 2 years ago
Support `using` like we support `typedef`

poshul opened this issue over 2 years ago
Trying to wrap move constructor results in unintuitive error

poshul opened this issue almost 3 years ago
Add wrapping of tuples

poshul opened this issue almost 3 years ago
Enable maps of wrapped classes

poshul opened this issue almost 3 years ago
[Feature] Add boost::optional

poshul opened this issue almost 3 years ago
Unordered_map Addition [DRAFT]

Arraxx opened this pull request almost 3 years ago
adding unordered_map feature

Arraxx opened this pull request almost 3 years ago
Added: '-=', '*=', '/=' operators

satvik-tha-god opened this pull request almost 3 years ago
Codestyle

jpfeuffer opened this issue almost 3 years ago
[typing] default to Any

jpfeuffer opened this pull request almost 3 years ago
added: wrapper for '/' operator and tests

satvik-tha-god opened this pull request almost 3 years ago
Type hints for special methods are missing

jpfeuffer opened this issue almost 3 years ago
[BUG] Typing for strings does not work correctly

jpfeuffer opened this issue almost 3 years ago
[FEATURE] Add a specific C++11 mode

jpfeuffer opened this issue almost 3 years ago
Added: '-' operator and test

satvik-tha-god opened this pull request almost 3 years ago
[TEST] example for enums in namespaces

hroest opened this pull request almost 3 years ago
Wrapping `struct`s

jakirkham opened this issue almost 3 years ago
Implement all operators

jpfeuffer opened this issue almost 3 years ago
How to wrap returned references?

jpfeuffer opened this issue almost 3 years ago
[TEST] add more complete test for inheritance

jpfeuffer opened this pull request almost 3 years ago
Add buffer protocol generator and example

mobiusklein opened this pull request almost 3 years ago
Feature/nested decls

poshul opened this pull request almost 3 years ago
Feature/map

hroest opened this pull request almost 3 years ago
[FEATURE] Improve handling of std conversions

jpfeuffer opened this issue almost 3 years ago
add wrap-doc for Enums including test

axelwalter opened this pull request almost 3 years ago
wrap-instances ignores "sub-type" of templated class

poshul opened this issue almost 3 years ago
[FEATURE] generate typestubs

jpfeuffer opened this pull request almost 3 years ago
[FIX] defaultdict initialization and other hotfix

jpfeuffer opened this pull request almost 3 years ago
[FEATURE] Create type stubs (pyi) next to pyx

jpfeuffer opened this issue almost 3 years ago
update readme with multi line docstring

axelwalter opened this pull request almost 3 years ago
Added cython3 support and support for staticmethod decorator

jpfeuffer opened this pull request almost 3 years ago
Create release GH action

timosachsenberg opened this issue almost 3 years ago
Add how to write wrap-statements to README file

axelwalter opened this issue almost 3 years ago
autowrap currently fails on 2.7

timosachsenberg opened this issue almost 3 years ago
[FEATURE] Better control logging

jpfeuffer opened this pull request almost 3 years ago
Feature/multiline docs

axelwalter opened this pull request almost 3 years ago
improve error message for wrap-doc

cbielow opened this pull request about 3 years ago
pip version 0.22.3 prints version=0.22.2

jpfeuffer opened this issue about 3 years ago
Update version in version.py

poshul opened this pull request over 3 years ago
wrapping static functions as non-static ones doesn't cause an error

timosachsenberg opened this issue over 3 years ago
[FIX] Remove unallowed comment at end of directive

jpfeuffer opened this pull request over 3 years ago
Conversion: lib_cpp[libcpp_utf8_string] and ["s1", "s2", ...]

timosachsenberg opened this issue over 3 years ago
[Feature] Preserve shared_ptrs for non-const-ref std::vector conversion

jpfeuffer opened this pull request almost 4 years ago
Parsing of nested templates with Cython 0.29.22 breaks (Cython 0.29.21 works)

timosachsenberg opened this issue almost 4 years ago
Revert "[feature] add parameter to generate_code that specifies whether to pr…"

uweschmitt opened this pull request almost 4 years ago
Added more information to parser errors

poshul opened this pull request about 4 years ago
Support wrapping of functions with rvalue references

timosachsenberg opened this issue about 4 years ago
std::move in autowrap

oliveralka opened this issue about 4 years ago
Question about `wrap-attach` vs `@staticmethod`

jpfeuffer opened this issue over 4 years ago
Seg Fault in certain processes of libcpp_test binding.

24sharkS opened this issue over 4 years ago
[BUILD] test Python 3.8 as well

hroest opened this pull request almost 5 years ago
Feature/ref return values

hroest opened this pull request almost 5 years ago
Parsing of AttributeNodes in template argument fails

poshul opened this issue almost 5 years ago
Fixed missing O in output

poshul opened this pull request almost 5 years ago
[feature] add parameter to generate_code that specifies whether to pr…

poshul opened this pull request about 5 years ago
Cstd ptrs

poshul opened this pull request about 5 years ago