Commit Graph
12 Commits
Author SHA1 Message Date
James Hilton-BalfeandGitHub 496eba2750 Bump version to b5 (#404) 2022-08-02 09:23:44 +10:00
d663a318b7 Release v.2.0.0b5 (#350)
* Implement Message.__bool__ for #130
* Add __bool__ to special members
* Tweak __bool__ docstring
* remove compiler: prefix

Co-authored-by: nat <n@natn.me>
2022-08-02 08:59:44 +10:00
James Hilton-BalfeandGitHub 3fd5a0d662 Fix parameters missing from services (#381) 2022-07-06 19:05:40 +01:00
James Hilton-BalfeandGitHub 6a70b8e8ea compiler: do not overwrite top level __init__.py
Resolves: #168 #260
2022-04-24 01:44:16 +02:00
James Hilton-BalfeandGitHub 3ca092a724 Fix is_set for optional proto3 fields 2022-04-24 01:37:15 +02:00
James Hilton-BalfeandGitHub 6f7d706a8e fix float nan comparison
This change also adds minor docstrings fixes and bumps pre-commit blac
version.
2022-04-24 01:13:58 +02:00
James Hilton-BalfeandGitHub ac96d8254b Add a minimal repro for #312 (#340) 2022-04-22 11:04:40 +01:00
James Hilton-BalfeandGitHub b9b0b22d57 Make Message.__getattribute__ invisible to type checkers (#359)
This lets linters know that we shouldn't access fields that aren't actually defined
2022-04-21 15:44:55 +01:00
James Hilton-BalfeandGitHub 402c21256f Fix unicodefun import error in black (#366) 2022-04-16 22:15:14 +01:00
James Hilton-BalfeandGitHub 74205e3319 Implement __deepcopy__ for Message (#339) 2022-02-16 23:12:51 +00:00
James Hilton-BalfeandGitHub 3f377e3bfd Remove the poetry.lock (#338) 2022-02-15 15:37:47 +00:00
6dd7baa26c Release v2.0.0.b4 (#307)
Co-authored-by: Kalan <22137047+kalzoo@users.noreply.github.com>
2022-01-03 18:18:44 +00:00