Skip to content

Releases: gpt-engineer-org/gpt-engineer

v0.3.0

27 Apr 18:40
a0794bf
Compare
Choose a tag to compare

Highlights

We have a service release ready for you! Main changes include:

🔧 Fixing LangChain version breaking changes and implementing bench config by @ATheorell
🐞 Fixing several bugs and implementing improvements by @TheoMcCabe and @ATheorell
🚧 Improving error handling by @similato87

What's Changed

Full Changelog: v0.2.9...v0.3.0

v0.2.9

12 Apr 09:05
c7da991
Compare
Choose a tag to compare

Highlights

A big release is here, and here are some of the highlights.

❤️ Welcome FIVE new contributors with special shout-outs to @Styren and @zigabrencic 🎉

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.7

10 Feb 12:59
f96a6a6
Compare
Choose a tag to compare

Highlights

Welcome TEN new contributors 🫶 🎉 🎉

What's Changed

New Contributors

Full Changelog: v.0.2.5...v0.2.7

v0.2.6

05 Jan 12:30
31677ac
Compare
Choose a tag to compare

This is the last version confirmed to work with python 3.8 and 3.9

What's Changed

New Contributors

Full Changelog: v.0.2.5...v0.2.6-python3.8-11-compatible

v.0.2.5

21 Dec 09:13
f4fd7c5
Compare
Choose a tag to compare

Patch that fixes issues with newer langchain versions when pip installing

What's Changed

Full Changelog: v.0.2.4...v.0.2.5

Patch regain compatibility with python 3.8-9

19 Dec 10:21
08bde26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.3...v.0.2.4

Fix to main path problem

13 Dec 13:53
80f9477
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

Changes to build system

13 Dec 13:33
3996fbb
Compare
Choose a tag to compare

What's Changed

  • Updates of build system with related changes to CI by @ATheorell in #897

Full Changelog: 0.2.1...0.2.2

Rerelease on pypi

11 Dec 18:35
b22398e
Compare
Choose a tag to compare
0.2.1

Releasing patch 0.2.1 as potential resolution to pypi issue

Significant strides for open codegen innovation – v0.2.0 is live 🚀

08 Dec 18:20
5a9b4ec
Compare
Choose a tag to compare

Headline Changes

  • Much increased modularity: clear division of core and application specific code, fewer disk read and writes
  • Improved naming of files, classes and functions
  • Much better test coverage @ATheorell
  • Poetry instead of setuptools as build system @captivus
  • New benchmarking architecture, designed to be easy to hook into for general codegen agents @AntonOsika
  • Tons of bug fixes on the go

What's Changed

New Contributors

Full Changelog: v0.1.0...v.0.2.0