Skip to content

Releases: CoolCat467/NEAT-Template-Python

Version 2.2.0

04 Jan 02:59
Compare
Choose a tag to compare

Since the last release, we've changed a lot about the project structure and added automatic code formatting and testing. The Vector2 module had an overhaul and is way better now.

I am planning on making some pretty drastic changes as I attempt to actually use this module, so this will likely be the last release for quite some time.

What's Changed

  • [pip dev] (deps-dev): Bump black from 23.1.0 to 23.3.0 by @dependabot in #2
  • [pip dev] (deps-dev): Bump mypy from 1.0.1 to 1.3.0 by @dependabot in #4
  • [pip dev] (deps-dev): Bump pycln from 2.1.3 to 2.1.5 by @dependabot in #5
  • [pip dev] (deps-dev): Bump mypy from 1.3.0 to 1.4.1 by @dependabot in #6
  • [pip dev] (deps-dev): Bump black from 23.3.0 to 23.7.0 by @dependabot in #7
  • [pip dev] (deps-dev): Bump pycln from 2.1.5 to 2.1.7 by @dependabot in #9

New Contributors

Full Changelog: v2.1.0...v2.2.0

Version 2.1.0

04 Mar 23:46
Compare
Choose a tag to compare

Fix type annotations, make code cleaner, rename ConnHist to History, and add missing World class.

With the new type annotation fixes, it should be possible to compile this module to a C extension using mypyc for even faster code.

Full Changelog: v2.0.1...v2.1.0

Verson 2.0.1

02 Dec 04:12
04b7dab
Compare
Choose a tag to compare

Make pylint happy, remove unnecessary extra quotes on doc strings, add some type annotations, and compared to v1.0.1 fix some major bugs and generally make code cleaner. Javascript is messy.

Python Verson 1.0.1

23 Nov 00:02
6fb6e5b
Compare
Choose a tag to compare

Has everything the original javascript version had except it can also save data.