Skip to content

Commit

Permalink
prepare for 0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqshihadah committed Jan 16, 2024
1 parent 79522d5 commit 009f4cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License
===========

*Copyright (c) 2021 Tariq Shihadah*
*Copyright (c) 2024 Tariq Shihadah*

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ performing an aggregation function over these values::

Version Notes
=============
0.0.11 (TBD)
0.1.0 (2024-01-16)
-------------------
Feeling the algo-rhythm these days.
My heart is in Gaza.

* Initial deployment of synthesis module featuring some tools for generating linear referencing information for chains of linear asset data with geometry but no LRS. These features are currently experimental and outputs should be reviewed for quality and expected outcomes. They will get refined in future versions based on performance in various applications and input from users.
* Addition of ``retain`` parameter to the ``EventsCollection.to_windows()`` method which retains all non-target and non-spatial fields from the original events dataframe when performing the operation. Previously, only newly generated target fields would be present in the output ``EventsCollection``'s events dataframe.
Expand All @@ -64,6 +64,7 @@ Feeling the algo-rhythm these days.
* Transition to ``pyproject.toml`` setup with ``setuptools``.
* Performance improvements
* Various bug fixes, minor features
* Why not push to v0.1 finally?

0.0.10 (2023-05-03)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "linref"
version = "0.0.11a1"
version = "0.1.0"
description = "Linearly referenced data management, manipulation, and operations"
requires-python = ">=3.8"
license = {file = "LICENSE.rst"}
Expand Down

0 comments on commit 009f4cc

Please sign in to comment.