Historial de Commits

Autor SHA1 Mensaje Fecha
  Fabian Peter Hammerle 14c3f680fc pylint: enable various optional checks/extensions hace 1 año
  Fabian Peter Hammerle 6f89b5e201 test against python3.10 hace 2 años
  Fabian Peter Hammerle 2bc6d35e82 drop compatibility with python3.6 hace 2 años
  Fabian Peter Hammerle 6c7ad1a312 replace `str.format` with f-strings hace 2 años
  Fabian Peter Hammerle b5b023b3af refactor: replace range(len(...)) with enumerate(...) hace 2 años
  Fabian Peter Hammerle 378ea44397 drop compatibility with python3.5; raise descriptive exception when missing annotation or geometry info; assume default value for `creator`; fixed type hints hace 3 años
  Fabian Peter Hammerle ac6fcf78bd added GPLv3+ hace 3 años
  Fabian Peter Hammerle dc1fa618a8 PolygonalCircuit: fix equals operator for circuits with different but equivalent vertex orders hace 3 años
  Fabian Peter Hammerle bc3d206e3d added method method PolygonalCircuit.normalized() hace 3 años
  Fabian Peter Hammerle 86b953e450 find_label_border_polygonal_chains: always include vertices along border with single neighbour; test against python3.8 hace 3 años
  Fabian Peter Hammerle bcd6c82c54 convert variable type hints to restore compatibility with python3.5 hace 3 años
  Fabian Peter Hammerle fcb6f37239 fix & add type hints to fix remaining mypy errors hace 3 años
  Fabian Peter Hammerle 5a8812ec11 PolygonalChain: fix type hints hace 3 años
  Fabian Peter Hammerle 8b6cc31feb PolygonalCircuit.__eq__: fix argument type hint hace 3 años
  Fabian Peter Hammerle 91af7a603a PolygonalCircuit & subclasses: fix constructor's argument type hint hace 3 años
  Fabian Peter Hammerle cb896f82ac black code format hace 3 años
  Fabian Peter Hammerle c9336bd4b8 setlocale: re-raise original exc when locale unsupported (pylint W0707/raise-missing-from) hace 3 años
  Fabian Peter Hammerle 63f6f37e28 fix missing version.py detection for python3.5 hace 3 años
  Fabian Peter Hammerle 8209171326 fix ModuleNotFoundError for developers not installing package hace 3 años
  Fabian Peter Hammerle 56a1f925af added Surface.unite() hace 5 años
  Fabian Peter Hammerle 6faeec2e17 fix Surface.find_borders() for self-crossing borders hace 5 años
  Fabian Peter Hammerle 0964e0f25f fix Surface.select_vertices() type hint & tests hace 5 años
  Fabian Peter Hammerle b6185e140f Surface.select_vertices: replace slow numpy.take() with 12000x faster list comprehension hace 5 años
  Fabian Peter Hammerle a5207e31d4 added Surface.select_vertices() hace 5 años
  Fabian Peter Hammerle 6f8cbe09c7 PolygonalCircuit.__init__(): validate type of vertex indices argument hace 5 años
  Fabian Peter Hammerle 0c6dc5314e Vertex.distance_mm(): support computing distance to multiple other vertices hace 5 años
  Fabian Peter Hammerle d4d50f724e added Vertex.distance_mm() hace 5 años
  Fabian Peter Hammerle 883eb7e7de class PolygonalCircuit is now public hace 5 años
  Fabian Peter Hammerle c86a00470d added Surface.remove_unused_vertices() hace 5 años
  Fabian Peter Hammerle bd8039424c added Surface._unused_vertices() hace 5 años