Julia Kukulies

Results 93 comments of Julia Kukulies

OK, that sounds good. I can have a look into that.

That sounds like a good plan @freemansw1 !

Thanks for your reviews @snilsn and @freemansw1! I made some minor changes according to your points and I am ready to merge.

@snilsn I think having a separate `__init__.py` file is not a bad idea for submodules like the new `utils` that contain multiple files and functions and is also the module...

I have realized that changing this structure affects the auto-generated API reference and does not show any of the new submodules in `tobac.utils`, see https://tobac--191.org.readthedocs.build/en/191/tobac.html#module-tobac.segmentation Do we also just simply...

Good idea @freemansw1 and should probably not cause any problems given that all dependencies in `requirements.txt` exist on PyPI and given that we do not have any external dependencies. I...

That sounds like a very good idea @freemansw1 and as you say pretty straightforward to add different python versions. I have participated in another coding project where we also have...

Just a reminder to us that the version bump for releases has to be done in `__init__.py` instead of `setup.py` when #175 is merged and that the current release check...

I agree @fsenf, I think your idea to have structured subsections is very good to make templates easier to read

OK, I tried some things and what worked is to use a print statement instead of a warning and put it at the end of `setup.py`, and add some blank...