Skip to content

Releases: m1kc/notalib

v2.3.0: Feature release

24 Apr 09:03
Compare
Choose a tag to compare

What's Changed

Technical notes

Full Changelog: v2.2.0...v2.3.0

v2.2.0: Regular release

18 Aug 15:19
Compare
Choose a tag to compare

What's Changed

  • Added: Django HTTP redirects (by @Kirill-Lekhov in #35)
  • Added: tablib tools (by @Kirill-Lekhov in #32) — experimental
  • Deprecated: Django+Clickhouse+SQLAlchemy API (if you're looking for a replacement, I recommend django-clickhouse-backend)
  • get_week no longer produces a warning (it should have been removed in 2.0 release)

Full Changelog: v2.1.0...v2.2.0

v2.1.0: Regular release

27 Jun 09:27
722d8a9
Compare
Choose a tag to compare

What's Changed

  • Fix django_xauth for compatibility with Django ^3.2 or higher by @Kirill-Lekhov in #33
  • Add experimental APIs: deep_merge(), git and timedelta modules by @Kirill-Lekhov in #30

Full Changelog: v2.0.0...v2.1.0

v2.0.0: API changes

19 Dec 09:43
d2be495
Compare
Choose a tag to compare

What's Changed

  • There was a mix-up with the previous version of get_week, and the function arguments weren't doing what they were supposed to do. This is fixed now. Please see the docs for details.
  • Function get_week_number, deprecated since 1.4.0, was removed. Use get_week instead.

Full Changelog: v1.4.1...v2.0.0

v1.4.1: Deprecation

19 Dec 07:51
Compare
Choose a tag to compare

What's Changed

  • Current version of get_week now produces a deprecation warning (and will be changed in 2.0).

Full Changelog: v1.4.0...v1.4.1

v1.4.0: Feature release

12 Dec 12:51
c4b6e06
Compare
Choose a tag to compare

What's Changed

  • Add 'deprecated' decorator and 'get_week' function by @Kirill-Lekhov in #24
  • get_week_number is now deprecated.

Full Changelog: v1.3.2...v1.4.0

v1.3.2: Bugfix release

02 Jun 15:12
8c2dfda
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1: Bugfix release

01 Jun 14:21
d2f5a34
Compare
Choose a tag to compare

What's Changed

  • Fix pandasplus.replace_null_objects not working on some versions of pandas by @Kirill-Lekhov in #17

Full Changelog: v1.3.0...v1.3.1

v1.3.0: Feature release

01 Jun 09:07
6b1438e
Compare
Choose a tag to compare

What's Changed

  • utf.BOM, pandas.pandasplus.replace_null_objects, django.clickhouse by @Kirill-Lekhov in #11

See the docs for more details.

Full Changelog: v1.2.0...v1.3.0

v1.2.0: Feature release

27 May 07:13
d79e592
Compare
Choose a tag to compare

What's Changed

  • Add date.get_week_number, dict.filter_dict, django.stream_json by @Kirill-Lekhov in #9

See the docs for more details.

New Contributors

Full Changelog: v1.1.0...v1.2.0