Skip to content

Releases: hitblast/avro.py

2023.4.21

21 Apr 16:44
fdda97d
Compare
Choose a tag to compare

What's Changed

Tiny changes to the codebase structure, source dictionary and development dependencies have been made to ensure overall stability during usage.

Automated PRs

Full Changelog: 2023.4.1...2023.4.21

2023.4.3

03 Apr 06:07
4ad584b
Compare
Choose a tag to compare

What's Changed

Minor changes to the codebase have been made to ensure stability and improved developer experience.

Automated PRs

Full Changelog: 2023.1.7...2023.4.1

2023.1.7

07 Jan 17:42
af9c558
Compare
Choose a tag to compare

What's Changed

1. Versioning

Starting from this release, avro.py releases, including its child package avro.py-cli will be released with a version number indicating the date of the release in a YYYY/MM/DD format. This measure has been taken in order to prevent confusion about alpha and stable releases among developers, since all the previous versions had started with a 0.

2. Actual Changes

  • A new in_ascii parameter has been added to the parse() method to directly receive parsed text in ASCII format. The usage has been included in the root README.

  • Updated the unit tests following the change mentioned above.


This change will shortly be pushed to the command-line extension along with other changes as well.

0.1.9

04 Jan 07:21
55b20bc
Compare
Choose a tag to compare

What's Changed

Minor refreshes in the overall syntax, tests and resources of the package have been done. This is more of a maintenance release than a feature-rich one.

0.1.8

13 Dec 19:51
2ee34bb
Compare
Choose a tag to compare

What's Changed

The whole project has now been formatted using black and will continue to work with its existing linter.

0.1.7.post1

12 Nov 12:38
951a934
Compare
Choose a tag to compare
fixed typos in placed and modified phrases

0.1.7

07 Nov 09:32
e97a0d1
Compare
Choose a tag to compare

What's Changed

This release ensures proper support for the all-new Python 3.11 and adds the version to its lint matrix.

0.1.6

10 Oct 03:46
a57a8db
Compare
Choose a tag to compare

What's Changed

Thanks to the insanely tough effort of @TanimSk, now avro.py has the power to reverse Bangla string to readable, plain English using the avro.reverse() method. We hope you'll enjoy this feature!


Along with this...

0.1.5.post1

22 Sep 05:14
63b25fc
Compare
Choose a tag to compare
Nevermind, added push events back.

0.1.5

21 Sep 09:07
bf600b3
Compare
Choose a tag to compare

What's Changed

This version adds backwards compatibility for versions as low as Python 3.8, while also removing some 3.10 features like union operators. We've also:

  • separated the command-line tools into one, new package: avro.py-cli