TNO Intern

Commit 148d1612 authored by Arjo Segers's avatar Arjo Segers
Browse files

Defined v2.14

parent 66eeaa8c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -539,3 +539,13 @@ v2.13

Updates for latest python versions.
Improved error checks.


v2.14
-----

Plot pixels als polygons in case track information is not present.
  src/cso/cso_catalogue.py
  src/cso/cso_plot.py

+8 −13
Original line number Diff line number Diff line
@@ -122,13 +122,8 @@ A summary of the versions and changes.
* | *v2.13*
  | Minor updates to trap errors and support latest Python versions.
  

To be included
==============

Features available in branches, that should be included in master version.

* Create map plots as a list of pixels, in case track information is not available. *(E.D.)*
* | *v2.14*
  | Plot pixels als polygons in case track information is not present.


To be done
@@ -162,7 +157,7 @@ A wishlist of developments.
How to create a version tag
===========================

Example for tag "v2.13".
Example for tag "v2.14".

1. Update file formatting following conventions.

@@ -182,17 +177,17 @@ Example for tag "v2.13".

   c. Change the release tag that will also be imported to the documenation in the `pyproject.toml <../../../pyproject.toml>`_ file::

        release = "2.13"
        release = "2.14"
    
   d. Commit and push these changes::

       git commit -m 'Defined v2.13' .
       git commit -m 'Defined v2.14' .
       git push

4. Tag and push the code to the git repository::

      git tag -a 'v2.13' -m 'Tagged v2.13'
      git push origin v2.13
      git tag -a 'v2.14' -m 'Tagged v2.14'
      git push origin v2.14


  
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cso"
version = "2.13"
version = "2.14"
authors = [
    { name = "Arjo Segers" },
    { name = "Lewis Blake" },