Skip to content

Releases: wasi-master/fastero

Version 0.2.4

16 Apr 17:16
fdd9c2d
Compare
Choose a tag to compare

🔇Miscellaneous useless changes

  • 🩹 Make Whitespace Consistent (f2ac7ea)
  • ⚡️ Optimize imports for exporter.py (74c85e4)
  • 🔧 Setup pyproject.toml (b9c3049)
  • 🚑️ Fix documentation and homepage URL (ed41615)
  • 📄 Add CHANGELOG.md (734be7e)

Version 0.2.3

15 Apr 14:08
dada6ca
Compare
Choose a tag to compare

✨ New Features

  • Use ptpython's code validator instead of the custom one (2a98ec9)

⚡️ Performance Improvements

  • Optimize imports (~120ms startup time reduced) (161fb6e)

Version 0.2.2

14 Apr 09:55
dde314d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Add required ptpython dependency (4e39de0)

Full Changelog: v0.2.1...v0.2.2

v0.2.1

14 Apr 09:37
f07de67
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Better autocompletion (f07de67)
    • Fastero now uses ptpython's implementation instead of jedi's. ptpython's implementation is more fine-tuned for a REPL-like interface

Full Changelog: v0.2.0...v0.2.1

Version 0.2.0

14 Apr 08:25
b51a413
Compare
Choose a tag to compare

📰 Docs

✨ New Features

  • Add autocompletion to multi-line input (3fdb283)

🐛 Bug Fixes

  • Improve run count calculation (45ca16a)
  • Remove unnecessary pygments-csv-lexer dependency for docs (ecb07ad)
  • Show unprocessed file path if Pillow isn't installed (224c1b2)

Full Changelog: v0.1.3...v0.2.0

Version 0.1.3

13 Apr 15:26
b404220
Compare
Choose a tag to compare

📰 Docs

  • Various documentation improvements (0cb95b1)

🐛 Bug Fixes

  • Don't calculate the amount of runs past the specified --runs parameter (9fe6c39)
  • Fix mean and median erroring out when there is only one run (39d08aa)
  • Fix time specifiers ns and us not being detected properly (b8e8a6e)

Full Changelog: v0.1.2...v0.1.3

Version 0.1.2

13 Apr 08:34
5e3b323
Compare
Choose a tag to compare

🐛 Bug Fixes

Version 0.1.1

13 Apr 06:46
d712fbd
Compare
Choose a tag to compare

📰 Docs

  • Readme fixes

Version 0.1.0

13 Apr 06:29
44c492f
Compare
Choose a tag to compare

Initial Release

The library is still in beta so keep that in mind, please :)