Skip to content

Commit

Permalink
pre v2.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Dec 26, 2023
1 parent b6c7c0f commit 316dec4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ int main()
```

### News ###
- 2023-12-26: fresh 2.11 release, see https://github.com/skramm/homog2d/releases
- 2023-11-17: added [doc index](docs/index.md)
- 2023-07-11: added online Doxygen-generated reference, through the great https://codedocs.xyz/ [see here](https://codedocs.xyz/skramm/homog2d)
- 2023-02-19: 2.10 release, see https://github.com/skramm/homog2d/releases
- 2023-02-12: added support for "big numbers" through the [ttmath](https://www.ttmath.org/) library, [see here](docs/homog2d_manual.md#bignum)) (preliminar!)
- 2022-12-17: moved CI tests from Travis to GH actions
- 2022-12-05: re-enabled clang compiler in test suite
- 2022-11-23: fresh 2.9 release
- 2022-11-23: 2.9 release
- 2022-09-23: passed the 1000 unit tests threshold (with `$ make test -j4 USE_TINYXML2=Y USE_OPENCV=Y`)
- 2022-08-30: added SVG import

Expand Down
12 changes: 7 additions & 5 deletions docs/homog2d_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ See [Release page](https://github.com/skramm/homog2d/releases).
- add `Vector` type (defined by dx,dy)

- current master branch
- bufixe: fixed enclosing of Polyline objects (https://github.com/skramm/homog2d/issues/10)
- (nil)

## Previous releases

![#LOC per release](img_other/linecount.png):

- [v2.11](https://github.com/skramm/homog2d/releases/tag/v2.11), released on 2023-12-26
- extended `translate()` member and free functions, added `moveTo()` member and free functions.
- added building a `CPolyline` as a Regular Convex Polygon (RCP), either through constructor or through `set()` function, [see manual](homog2d_manual.md#set_RCP).
- added helper function `genRandomColors()`
Expand All @@ -31,10 +37,6 @@ See [Release page](https://github.com/skramm/homog2d/releases).
- added `setParallelogram()` to `PolylineBase_`, see [showcase18](homog2d_showcase.md#sc18).
- added `getInscribedCircle()` to `FRect`

## Previous releases

![#LOC per release](img_other/linecount.png):

- [v2.10](https://github.com/skramm/homog2d/releases/tag/v2.10), released on 2023-02-19
- fixed normalization for points and lines
- added points at infinity tests
Expand Down
2 changes: 1 addition & 1 deletion homog2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ See https://github.com/skramm/homog2d
#define HOMOG2D_MAXITER_PIP 5
#endif

#define HOMOG2D_VERSION "2.10.1"
#define HOMOG2D_VERSION "2.11.0"

// some MS environments seem to lack Pi definition, even if _USE_MATH_DEFINES is defined
#ifndef M_PI
Expand Down

0 comments on commit 316dec4

Please sign in to comment.