Lj Miranda

Results 61 issues of Lj Miranda

We can probably update on the following places: - [ ] README - [ ] The Introductory notebook

documentation

In the Lifeforms documentation below, it would be nice if we can expound further the description of some Lifeforms. It may be nice to link it to its corresponding description...

documentation

- Put them in descending order (latest first) - Add changelog for the newer releases https://pyseagull.readthedocs.io/en/latest/changelog.html

documentation

Not yet sure what's the best API for this, but ideally we should add the ability to add lifeforms relative to one another, instead of adding their coordinates explicitly. Might...

enhancement
documentation

**Motivation** Hi everyone, thanks for this library! I've been testing it out and it's quite good. I'd like to have a feature request of displaying coordinate guidelines in `draw_text` to...

enhancement

![image](https://user-images.githubusercontent.com/12949683/174947231-5f6b25a8-5888-4328-b335-a9deecc67f6a.png)

For example, ```python mean_price = AggregateOf("hotel", which="price", how="mean") max_price = AggregateOf("hotel", which="price", how="max") min_price = AggregateOf("hotel", which="price", how="min") ```

help wanted
enhancement