Skip to content

Commit

Permalink
Merge pull request #16 from manaakiwhenua/demaion/upgrade_branch
Browse files Browse the repository at this point in the history
Prep for release after updating Python version to 3.11
  • Loading branch information
alpha-beta-soup authored Dec 18, 2023
2 parents a84756c + 7022149 commit d15f30a
Show file tree
Hide file tree
Showing 133 changed files with 24,648 additions and 16,624 deletions.
59 changes: 58 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,59 @@
0.5.3
^^^^^
- v0.5.3: 0.5.1 with:
-- tests that pass
-- Sage removed
-- Test fixes where just relating to rounding errors.

- dggs.py:
-- RG, 2020-09-08: Issue #6 Added optional region="none" arg to rhealpix projection calls, and
forced region to cell.region() in cell.vertex() and cell.boundary()
-- RG, 2020-07-31: Issue #5 Moved plot_cells to GRS2013 to remove sage dependence
-- Robert Gibb (RG), 2020-07-13: Issue #1 Multiple tests fail due to rounding errors

- ellipsoids.py:
-- Robert Gibb (RG), 2020-07-13: Issue #1 Multiple tests fail due to rounding errors

- pj_healpix.py:
-- RG, 2020-09-08: Issue #6 In in_healpix_image added +-eps to the extreme corner vertices
added calling function abbrev to error statements
-- RG, 2020-07-31: Issue #5 Moved healpix_diagram to GRS2013 to remove sage dependence
-- Robert Gibb (RG), 2020-07-13: Issue #1 Multiple tests fail due to rounding errors

- pj_rhealpix.py:
-- RG, 2020-09-08: Issue #6 Added optional region="none" arg to all projection calls, and
used it to enforce region behaviour in calls to combine_triangles
added calling function abbrev to error statements
-- RG, 2020-07-31: Issue #5 Moved rhealpix_diagram to GRS2013 to remove sage dependence
-- Robert Gibb (RG), 2020-07-13: Issue #1 Multiple tests fail due to rounding errors

- projection_wrapper.py:
-- RG, 2020-09-08: Issue #6 Added optional region="none" arg to all projection calls
-- Robert Gibb (RG), 2020-07-13: Issue #1 Multiple tests fail due to rounding errors

- utils.py:
-- Robert Gibb (RG), 2020-07-13: Issue #1 Multiple tests fail due to rounding errors

0.5.1
^^^^^
- v0.5.1, 2013-07-29: Port to Python 3.7
- Rounded floats in doctests.

0.5
^^^
- v0.5, 2013-07-26: Port to Python 3.3.
- v0.5.1, 2013-07-29: Rounded floats in doctests.

- dggs.py:
-- AR, 2013-03-14: Fixed bug in nw_vertex().
-- AR, 2013-01-16: Changed the string keyword 'surface' to a boolean keyword 'plane'.
-- AR, 2013-01-14: Added intersects_meridian(), cell_latitudes(), cells_from_meridian(), cells_from_parallel(), cells_from_region().
-- AR, 2013-01-01: Added ellipsoidal functionality to neighbor() and neighbors().
-- AR, 2012-12-19: Tested all the methods and added examples.
-- AR, 2012-12-10: Corrected centroid() and moved some methods from graphics.py to here.

- pj_healpix.py:
-- AR, 2013-03-05: In in_healpix_image() increased eps to 1e-10 to decrease out-of-bounds errors i was getting when drawing figures.

Older releases
^^^^^^^^^^^^^^
For releases 0.3, 0.4 & 0.5, see the ``_old`` folder within the `0.5.1 release <https://github.com/manaakiwhenua/rhealpixdggs-py/tree/0.5.1/_old>`_ on GitHub
17 changes: 4 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,11 @@ Release Notes
-------------
This package was originally authored in 2013 and has had only minor code updates since then.

0.5.3 - current
0.5.4 - current
^^^^^^^^^^^^^^^
0.5.1 with:
* tests that pass
* Sage removed
* Test fixes where just relating to rounding errors.

0.5.1
^^^^^
Code unchanged from 2013 other than updating to Python 3.7.

Pre-0.5.1
^^^^^^^^^
For releases 0.3, 0.4 & 0.5, see the ``_old`` folder within the `0.5.1 release <https://github.com/manaakiwhenua/rhealpixdggs-py/tree/0.5.1/_old>`_ on GitHub
Code unchanged from 0.5.3 other than updating to Python 3.11

Refer to file CHANGES.rst for a more detailed history of changes.

Requirements
-------------
Expand Down
66 changes: 0 additions & 66 deletions docs/build/Makefile

This file was deleted.

Binary file modified docs/build/doctrees/dggs.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/distortion.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/ellipsoids.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/index2.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/introduction.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/pj_healpix.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/pj_rhealpix.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/projection_tools.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/projection_wrapper.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/rhealpix_dggs.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/utils.doctree
Binary file not shown.
Loading

0 comments on commit d15f30a

Please sign in to comment.