Ecosyste.ms: Issues

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

GitHub / Gurobi/gurobipy-pandas issues and pull requests

#76 - Add missing arguments in API docstrings

Pull Request - State: closed - Opened by simonbowly about 2 months ago

#75 - Define public API in __all__

Pull Request - State: closed - Opened by simonbowly about 2 months ago - 2 comments

#74 - fix init to export methods

Pull Request - State: closed - Opened by Dr-Irv about 2 months ago - 1 comment

#73 - gurobipy_pandas methods are not exported for pyright type checker

Issue - State: closed - Opened by Dr-Irv about 2 months ago - 2 comments
Labels: bug

#72 - Update docs build chain

Pull Request - State: closed - Opened by simonbowly 4 months ago

#71 - Bad log formatting in built notebooks

Issue - State: closed - Opened by simonbowly 4 months ago - 1 comment
Labels: bug, documentation

#70 - Add pandified portfolio example

Pull Request - State: open - Opened by simonbowly 4 months ago - 1 comment

#69 - Bugfix: handle string argument to set_attr

Pull Request - State: closed - Opened by simonbowly 4 months ago

#68 - set_attr accessor cannot set vtype

Issue - State: closed - Opened by silkehorn 5 months ago - 2 comments

#67 - Complete parameter documentation of add_vars

Issue - State: closed - Opened by silkehorn 5 months ago - 2 comments
Labels: documentation

#66 - Update gurobipy versions in CI

Pull Request - State: closed - Opened by simonbowly 7 months ago

#65 - Add support for python 3.12

Pull Request - State: closed - Opened by simonbowly 8 months ago

#64 - Convert docstrings to numpydoc format

Pull Request - State: closed - Opened by simonbowly 8 months ago

#63 - Update docstrings to numpydoc format

Issue - State: closed - Opened by simonbowly 9 months ago
Labels: documentation

#62 - Update documentation build tools

Pull Request - State: closed - Opened by simonbowly 9 months ago

#61 - Update tooling and actions

Pull Request - State: closed - Opened by simonbowly 9 months ago
Labels: QA

#60 - Add a method to fetch attributes for multiple columns

Issue - State: open - Opened by simonbowly 9 months ago - 6 comments
Labels: enhancement

#59 - Accept constraint senses as a Series or column

Pull Request - State: closed - Opened by simonbowly 9 months ago

#58 - Could the sense be a series rather than a scalar string when adding constraints?

Issue - State: closed - Opened by jacksimpsoncartesian 9 months ago - 6 comments
Labels: enhancement

#57 - How can I add constraints that include two indices simultaneously ?

Issue - State: open - Opened by Amoozegar 11 months ago - 6 comments
Labels: documentation

#56 - Add more examples for indicator and general constraints

Issue - State: open - Opened by simonbowly over 1 year ago
Labels: documentation

#55 - Improve data validation

Issue - State: open - Opened by simonbowly over 1 year ago
Labels: enhancement

#54 - pip install from python3.7 fetches a broken package

Issue - State: closed - Opened by simonbowly over 1 year ago - 2 comments

#53 - update contributor links

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

#52 - Implement conversion to MLinExpr in dataframe accessors

Issue - State: closed - Opened by simonbowly over 1 year ago - 1 comment

#51 - Build the docs in main/PR test workflow

Issue - State: closed - Opened by simonbowly over 1 year ago - 1 comment
Labels: QA

#50 - Add link to download notebooks on docs page

Issue - State: open - Opened by simonbowly over 1 year ago
Labels: documentation

#49 - Implement an MVar-backed extension array

Issue - State: open - Opened by simonbowly over 1 year ago - 1 comment
Labels: enhancement

#48 - Update links in docs, readme, metadata

Issue - State: closed - Opened by simonbowly over 1 year ago - 1 comment
Labels: documentation

#47 - Help gurobipy users by erroring out when they use camel case

Issue - State: closed - Opened by simonbowly over 1 year ago - 2 comments
Labels: enhancement

#46 - Adding another API style

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

#45 - Most arguments should be keyword-only

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

#44 - Automatically clean up variable and constraint names

Issue - State: closed - Opened by simonbowly almost 2 years ago - 1 comment
Labels: enhancement

#43 - Edge cases for string expression evaluation

Issue - State: closed - Opened by simonbowly almost 2 years ago - 1 comment
Labels: bug

#42 - Add a top level function pd_add_constr(model, lhs_series, sense, rhs_series)

Issue - State: closed - Opened by Dr-Irv almost 2 years ago - 16 comments

#41 - Add typing support

Issue - State: closed - Opened by Dr-Irv almost 2 years ago - 9 comments
Labels: enhancement

#40 - `sum` function is still very slow

Issue - State: closed - Opened by rrandall1471 almost 2 years ago - 3 comments

#39 - grb accessor should work on Series and Index as well

Issue - State: closed - Opened by Dr-Irv almost 2 years ago - 6 comments

#38 - Function naming consistency

Issue - State: closed - Opened by rrandall1471 almost 2 years ago - 11 comments

#37 - Pandas accessor functionality for setting attributes

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

#36 - Potential Issue with gurobipy-pandas constraints with export to MPS

Issue - State: closed - Opened by rrandall1471 almost 2 years ago - 5 comments

#35 - When assigning attributes of variables in df from data in df, the indices must align exactly

Issue - State: closed - Opened by rluce almost 2 years ago - 5 comments
Labels: bug

#34 - Accept index mappers in pd_add_vars to transform an index entry to a string used in var name

Issue - State: closed - Opened by rluce almost 2 years ago - 1 comment
Labels: enhancement

#33 - Reconsider using CSV vs. feather

Issue - State: closed - Opened by rluce almost 2 years ago - 2 comments
Labels: documentation

#32 - Give users of quicksum a handle

Issue - State: closed - Opened by rluce almost 2 years ago - 5 comments

#31 - Extend knapsack example in the walkthrough to use a sparse index

Issue - State: closed - Opened by rluce almost 2 years ago - 1 comment
Labels: documentation

#30 - Polish up project README.md

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

#29 - Think a little more about attribute assignment

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

#28 - Add example that showcases quadratic objective / constraints

Issue - State: open - Opened by rluce almost 2 years ago - 2 comments
Labels: documentation

#27 - Assess bottemless pit risk

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

#26 - Add a front page to the docs

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

#25 - Add constraints from series

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

#24 - Clean up datetime handling

Issue - State: closed - Opened by simonbowly almost 2 years ago - 1 comment
Labels: bug

#23 - Add a global 'interactive' flag

Issue - State: closed - Opened by simonbowly almost 2 years ago - 3 comments
Labels: enhancement

#22 - Render examples from notebooks

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

#21 - Testing new workflows

Pull Request - State: closed - Opened by simonbowly almost 2 years ago

#20 - Bring examples up to date after renaming methods

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

#19 - Decide on minimum version requirements

Issue - State: closed - Opened by simonbowly almost 2 years ago - 3 comments

#18 - Make conscious decision on method name style

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

#17 - Choose a license

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

#16 - GH action for publishing on pypi.org

Issue - State: closed - Opened by rluce almost 2 years ago - 3 comments
Labels: QA

#15 - Prepare a first 0.0.1a0 release / wheel

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

#14 - Basic setup.py/cfg setup for producing wheels

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

#13 - Handle index and naming duplicates when creating variables

Issue - State: closed - Opened by rluce almost 2 years ago - 3 comments

#12 - Series accessor should do type verification

Issue - State: closed - Opened by rluce almost 2 years ago - 3 comments

#11 - Use pandas machinery for pd_add_constrs expression parsing

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

#10 - Rename accessor function to have 'pd' prefix

Issue - State: closed - Opened by rluce almost 2 years ago

#9 - Rewrite examples to focus on dataframe indexes

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

#8 - Rewrite examples as jupyter notebooks or sphinx docs

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

#7 - Rewrite docstrings in reST for later sphinx build step

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

#6 - Prepare mechanics for readthedocs.io in readthedocs.yaml

Issue - State: closed - Opened by rluce almost 2 years ago

#5 - Have complete sphinx build step run locally

Issue - State: closed - Opened by rluce almost 2 years ago

#4 - Set up GH actions to run build/test automatically upon push/PR

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

#3 - Make PR at pandas to include accessor package on ecosystem page

Issue - State: closed - Opened by rluce almost 2 years ago - 1 comment
Labels: documentation

#2 - Remove ExtensionArray approach altogether

Issue - State: closed - Opened by rluce almost 2 years ago

#1 - Prune all references to 'pdcomfi'

Issue - State: closed - Opened by rluce almost 2 years ago