Marin Visscher

Results 10 issues of Marin Visscher

## Checklist - [ ] Update the documentation, please follow the [numpy style guide](https://numpydoc.readthedocs.io/en/latest/format.html). - [ ] Update tests. - [x] Categorize the PR by setting a good title and...

breaking

When a database and their activities are deleted, calculation setups should reflect this by removing any affected functional units. This does already happen automatically (?) for removing individual flows. With...

bug

Rework of the logging module making it log everything, from prints made by other modules to the StdOut and StdErr calls from C code. - All StdOut and StdErr caught...

bug
change

### Issue As mentioned in PR #1182 the PandasModel has become messy and is due for refactoring. Although we merged the changes for now as it was a critical bug,...

## Checklist - [ ] Keep pull requests small so they can be easily reviewed. - [ ] Update the documentation, please follow the [numpy style guide](https://numpydoc.readthedocs.io/en/latest/format.html). - [ ]...

breaking

## Checklist - [ ] Keep pull requests small so they can be easily reviewed. - [ ] Update the documentation, please follow the [numpy style guide](https://numpydoc.readthedocs.io/en/latest/format.html). - [ ]...

### Updating AB - [X] Yes, I have [updated AB](https://github.com/LCA-ActivityBrowser/activity-browser#updating-the-ab) and still experience this issue ### What happened? Excel exports don't work on MacOS, exporter closes on file selection, doesn't...

help needed

https://github.com/brightway-lca/brightway2-io/blob/2c0b3a0fd827f9a20b978fbc8ad8704a55297b3c/bw2io/package.py#L85 I can't seem to import .bw2package files from older Brightway versions. For my specific case I could enable backwards compatibility by adding the following lines to `package.py`. ```python if...

In the newest bw2data the `__version__` is changed from a tuple to a string. This breaks [`get_projects`](https://github.com/brightway-lca/brightway2-io/blob/a51167404849486b26d9328b224d478f973c573e/bw2io/remote.py#L34) in `bw2io` as it expects a tuple. I can make a PR to...

## Checklist - [ ] Keep pull requests small so they can be easily reviewed. - [ ] Update the documentation - For in-code documentation, please follow the [numpy style...