Skip to content

Releases: RedFT/Hexy

1.4.4

07 May 04:20
436784b
Compare
Choose a tag to compare

What's Changed

  • updated README.md with example instructions by @RedFT in #9
  • removed requirements.txt. Travis should be able to pull test dependen… by @RedFT in #10
  • Rounding tests by @RedFT in #11
  • added test for get_cube_distance by @RedFT in #12
  • get_disk function is more readable now by @RedFT in #13
  • Selection tests by @RedFT in #14
  • added test for get_hex_line by @RedFT in #15
  • HexMap is no longer a subclass of dict by @bicobus in #17
  • Add function to compute a radius necessary to fit a number of hexes by @bicobus in #18
  • Use math.sqrt for single numbers by @RedFT in #20

New Contributors

Full Changelog: 1.4.3...1.4.4

Reworked dependencies!

05 Apr 02:19
7cea79d
Compare
Choose a tag to compare

pip install hexy will only install required dependencies (only numpy for now).

and pip install hexy[test] will install dependencies needed for the tests.

Examples have been moved into their own repo

Pypi fix release

04 Apr 03:23
Compare
Choose a tag to compare

Package released into pip!

Starting from 1.3 because earlier versions wouldn't automatically install hexy's dependencies.