# 🚀 farm-ng-core v0.1.3 released!

**URL:** https://discourse.farm-ng.com/t/farm-ng-core-v0-1-3-released/24
**Category:** development
**Tags:** opensource, release, announcement
**Created:** [November 29, 2022, 9:57pm UTC](https://discourse.farm-ng.com/t/farm-ng-core-v0-1-3-released/24 "2022-11-29T21:57:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![edgarriba](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/edgarriba/32/6_2.png) [@edgarriba](https://discourse.farm-ng.com/u/edgarriba)
#### Post date: [November 29, 2022, 9:57pm UTC](https://discourse.farm-ng.com/t/farm-ng-core-v0-1-3-released/24/1 "2022-11-29T21:57:40Z")

</div>

We have released [`farm-ng-core`](https://github.com/farm-ng/farm-ng-core) v0.1.3 !!

See the changelog in the link below

> **[Release v0.1.3 · farm-ng/farm-ng-core](https://github.com/farm-ng/farm-ng-core/releases/tag/v0.1.3)**
>
> What's Changed
> 
> Add EventLogPosition python wrapper by @edgarriba in #47
> 
> Full Changelog: v0.1.2...v0.1.3

This release goes accompanied by an update of the [`file_reader`](https://github.com/farm-ng/farm-ng-amiga/tree/main/py/examples/file_reader) example in [`farm-ng-amiga`](https://github.com/farm-ng/farm-ng-amiga), which introduces the [`EventsLogPosition`](https://github.com/farm-ng/farm-ng-core/blob/2d861ffd94ffe9553293103f87829483ec47a2a9/py/farm_ng/core/events_file_reader.py#L38) API to easily implement fast events filtering with the [`EventsFileReader`](https://github.com/farm-ng/farm-ng-core/blob/2d861ffd94ffe9553293103f87829483ec47a2a9/py/farm_ng/core/events_file_reader.py#L51).

You can now get the index from the [`EventFileReader`](https://github.com/farm-ng/farm-ng-core/blob/2d861ffd94ffe9553293103f87829483ec47a2a9/py/farm_ng/core/events_file_reader.py#L51) and perform filtering with Python list comprehension

> <https://github.com/farm-ng/farm-ng-amiga/blob/3916630a17322caaaeaca76627a919c349c046ce/py/examples/file_reader/main.py#L36-L42>

Then you can easily parse the message directly from the event log

> <https://github.com/farm-ng/farm-ng-amiga/blob/3916630a17322caaaeaca76627a919c349c046ce/py/examples/file_reader/main.py#L44-L47>

Feel free to suggest changes or propose contributions by opening and [issue](https://github.com/farm-ng/farm-ng-core/issues/new/choose)  
`>_` The Farm-ng team
