Skip to content

Releases: dapodix/dapodik

Under the hood improvement

21 Jan 05:52
Compare
Choose a tag to compare
Pre-release

Update kode bawahan. :P

Slots for all of .rest classes

17 Jan 16:58
Compare
Choose a tag to compare
Pre-release

The special attribute __slots__ allows you to explicitly state which instance attributes you expect your object instances to have, with the expected results:

  1. faster attribute access.
  2. space savings in memory.

The space savings is from

  1. Storing value references in slots instead of __dict__
  2. Denying __dict__ and __weakref__ creation if parent classes deny them and you declare __slots__.

Penambahan BaseRest & BasePesertaDidik

17 Jan 16:32
Compare
Choose a tag to compare
Pre-release
v0.8.0

v0.8.0 - Added Dapodik.rest

Mulai ulang proyek!

17 Jan 06:07
Compare
Choose a tag to compare
Mulai ulang proyek! Pre-release
Pre-release

Peringatan jika anda menggunakan versi sebelumnya, bahwa versi ini menghapus sebagian besar API.

Remove lxml & Update setup.py

12 Jan 03:45
Compare
Choose a tag to compare
Pre-release
v0.6.1

v0.6.1 - Remove lxml & Update setup.py

v0.6.0 - Migrate dataclass to attrs

31 Dec 16:35
Compare
Choose a tag to compare
Pre-release
migrate dataclass to attrs

Initial implementation for base getter

22 Aug 09:53
Compare
Choose a tag to compare
Pre-release
v0.3.0

base getter