Skip to content

Releases: fofix/fretwork

v0.5.0

04 Jan 21:50
0.5.0
Compare
Choose a tag to compare

We are pleased to announce the release of 0.5.0 !

Changes

  • Build: specify numpy versions according to Python versions
  • Build: update classifiers (Python versions 3.7 & 3.8)
  • Deps: add a requirements.txt file
  • Deps: do not pin requirements in setup.py
  • Deps: update Cython version
  • Deps: update NumPy version
  • Deps: update PyOpenGL version
  • Deps: update Pygame version
  • Doc: fix the Windows dependency pack link in the README file
  • Setup: update contact information
  • Windows: replace dprintf with fdprintf (MixStream)

Author

  • Linkid

Fretwork 0.4.0

10 Feb 17:48
Compare
Choose a tag to compare

We are pleased to announce the release of 0.4.0 !

Changes

  • Pin versions
  • Make the log level customizable
  • Fix SDL_mixer init
  • Syntax: fix relative imports in the midi module
  • Python 3: fix an exception syntax in midi.EventDispatcher
  • Python 3: Use python3 imports for StringIO and StringType
  • Doc: remove the useless midi module content
  • Doc: add the mixstream.VorbisFileMixStream content
  • Tests: add some tests for midi.MidiInFile
  • Tests: add some tests for midi.DataTypeConverters
  • Tests: add some tests for the Task module
  • Deps: remove Pillow from requirements

Authors

  • edelangh
  • Linkid

Fretwork 0.3.0

09 Nov 19:47
Compare
Choose a tag to compare

After 2 years, we are pleased to announce the release of 0.3.0.

Changes

  • use the logging module
  • port the code to python 3
  • add docs
  • add tests

Authors

  • mdsitton
  • Linkid

Fretwork v0.2.0

22 Nov 18:40
Compare
Choose a tag to compare

Work to slowly move code over into fretwork is still ongoing. This release contains the midi code, fps timer, and various other changes to make releases easier in the future.

Required DLL's for windows are now included in the package, so applications that do not bundle them should run fine now(fof-reborn).

Initial release

21 Sep 04:30
Compare
Choose a tag to compare
0.1.1

update version.