Releases: m1kc/notalib
Releases · m1kc/notalib
v2.4.0: Feature release
What's Changed
- Add the 'get_stream_bytes_response' function by @Kirill-Lekhov in #42
- Add the batched function by @Kirill-Lekhov in #41
Full Changelog: v2.3.0...v2.4.0
v2.3.0: Feature release
What's Changed
- Add logout view to the django_xauth by @Kirill-Lekhov in #39
Technical notes
- Added tests (by @Kirill-Lekhov in #38)
Full Changelog: v2.2.0...v2.3.0
v2.2.0: Regular release
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
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
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. Useget_week
instead.
Full Changelog: v1.4.1...v2.0.0
v1.4.1: Deprecation
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
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
What's Changed
- Fixed a bug in get_mutations_in_progress_count by @Kirill-Lekhov in #18
Full Changelog: v1.3.1...v1.3.2
v1.3.1: Bugfix release
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
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