Skip to content

Commit

Permalink
release date
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jun 15, 2023
1 parent 1899d61 commit b21db61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release Notes

## 0.1.0 (TBD)
## 0.1.0 (2023-06-15)

* Initial release
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Issues and pull requests are more than welcome: https://github.com/developmentse
**dev install**

```bash
$ git clone https://github.com/developmentseed/tipg.git
$ cd tipg
$ pip install -e .["test,dev"]
git clone https://github.com/developmentseed/tipg.git
cd tipg
python -m pip install -e .["test,dev"]
```

You can then run the tests with the following command:
Expand Down

1 comment on commit b21db61

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TiPg Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: b21db61 Previous: 0fe15d3 Ratio
tests/benchmarks.py::test_benchmark_items[csv-1] 123.4752897621074 iter/sec (stddev: 0.006817678534328874) 160.64040609586291 iter/sec (stddev: 0.0006597266314103265) 1.30
tests/benchmarks.py::test_benchmark_items[csv-10] 99.12457651714072 iter/sec (stddev: 0.0015810572667405752) 129.24938175125703 iter/sec (stddev: 0.000372829644541792) 1.30
tests/benchmarks.py::test_benchmark_item[geojson-NewfoundlandandLabrador] 1.8181200913518818 iter/sec (stddev: 0.0441644280900036) 2.5564527633317184 iter/sec (stddev: 0.016661445209570504) 1.41

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.