Skip to content
#

pymc

Here are 25 public repositories matching this topic...

Sh-wayz
Sh-wayz commented Mar 17, 2021

Feature

  • Config should be sorted by category(rcon, query, world, etc)->alphabetically, with comments describing each section. Comment can be achieved with ruamel.yaml

Reason

  • The config should be mainly self-explanatory to new users. This also stops noob devs like myself spamming petus for help quite as often.
brandonwillard
brandonwillard commented Jul 24, 2019

As a convenience, we should provide meta tensor implementations of the following:
__add__, __radd__, __sub__, __rsub__, __mul__, __rmul__, __div__, __rdiv__, __truediv__, __rtruediv__, __floordiv__, __rfloordiv__, __mod__, __rmod__, __lt__, __le__, __gt__, __ge__, __and__, __rand__, __or__, __ror__, __xor__, __rxor__, __getitem__, __pow__, `__rp

Improve this page

Add a description, image, and links to the pymc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pymc topic, visit your repo's landing page and select "manage topics."

Learn more