Skip to content

Releases: Ruibin-Liu/despace

v0.3.1

23 Mar 03:28
Compare
Choose a tag to compare
  1. Added pre-commit hooks so that flake8 and mypy checks are no longer in the tests.yml Github actions.
  2. Removed examples and moved the images into images.
  3. Initiated docs using sphinx.

v0.3.0

22 Mar 16:17
Compare
Choose a tag to compare

Implemented 2D Hilbert type space filling curve and data sorting.

v0.2.0

21 Mar 19:52
Compare
Choose a tag to compare

Some milestones for the project reached:

  1. Add test cases for sorting and plotting.
  2. Add Github actions for testing on ubuntu-latest, windows-latest, and macos-latest platforms for python 3.6, 3.7, 3.8, and 3.9 versions.
  3. Remove _flatten function because it's not really needed.
  4. Minor changes to comply with flake8 and mypy.

v0.1.2

18 Mar 20:01
Compare
Choose a tag to compare
  1. Add colab examples
  2. Clean up

v0.1.1

18 Mar 18:01
83208bf
Compare
Choose a tag to compare
Update setup.py

v0.0.2

18 Mar 04:43
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  1. Reconstruct code base so that it's more like a serious project.
  2. Convert previous scripts and functions to a python class.
  3. Add more control for plotting.
  4. Add tests and examples.

v0.0.1

17 Mar 02:46
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

2D and 3D cases are implemented and tested with examples included.

What's Changed

New Contributors

Full Changelog: https://github.com/Ruibin-Liu/Despace/commits/0.0.1