Release notes release/0.16.3¶
Released 2024-07-25
dependency upgrades, enhancements for minibatch streams, data pipelines, service APIs, UX.
What’s Changed¶
TrackingProvider now allows for batching of data retrieval by @miraculixx in https://github.com/omegaml/omegaml/pull/384
update dependencies by @miraculixx in https://github.com/omegaml/omegaml/pull/390
update R installation by @omegaml in https://github.com/omegaml/omegaml/pull/391
improve om.streams semantics by @miraculixx in https://github.com/omegaml/omegaml/pull/388
update based on snyk report by @miraculixx in https://github.com/omegaml/omegaml/pull/395
update datapipeline for parallel map-style processing by @miraculixx in https://github.com/omegaml/omegaml/pull/396
update dependencies by @miraculixx in https://github.com/omegaml/omegaml/pull/397
fix recursion issue due to pymongo 4.7 by @miraculixx in https://github.com/omegaml/omegaml/pull/405
fix tracking fails on added columns by @miraculixx in https://github.com/omegaml/omegaml/pull/401
enhance input/output validation by @miraculixx in https://github.com/omegaml/omegaml/pull/398
add R installation to docker file by @miraculixx in https://github.com/omegaml/omegaml/pull/399
dependency updates by @miraculixx in https://github.com/omegaml/omegaml/pull/407
enable nullable schema fields by @miraculixx in https://github.com/omegaml/omegaml/pull/413
ensure runtime.require() updates routing options by @miraculixx in https://github.com/omegaml/omegaml/pull/417
AuthenticationEnv.prepare_env() sets None value as blank by @miraculixx in https://github.com/omegaml/omegaml/pull/415
disable monogdb logging on startup by @miraculixx in https://github.com/omegaml/omegaml/pull/418
add loading progress spinner by @miraculixx in https://github.com/omegaml/omegaml/pull/419
ignore local mongoinit.js by @miraculixx in https://github.com/omegaml/omegaml/pull/420
fix pandas 2.x compatibility by @miraculixx in https://github.com/omegaml/omegaml/pull/421
allow setting worker concurrency from env by @miraculixx in https://github.com/omegaml/omegaml/pull/422
fix envinstall pip error by @miraculixx in https://github.com/omegaml/omegaml/pull/426
speedup omega base loading by @miraculixx in https://github.com/omegaml/omegaml/pull/427
Bump version: 0.16.2 → 0.16.3-dev1 by @miraculixx in https://github.com/omegaml/omegaml/pull/409
Full Changelog: https://github.com/omegaml/omegaml/compare/release/0.16.2…release/0.16.3
Changes¶
Merge pull request #409 from omegaml/release-build-0.16.3 14c7a12
build release 0.16.3 dac9438
Merge pull request #427 from omegaml/speedup-loading 57f9d7a
improve loading spee e948c45
speed up loading times db73130
Merge pull request #426 from omegaml/fix-envinstall-autoinstall 5306f73
Merge pull request #422 from omegaml/enable-setting-worker-concurrency-env aa34ea8
allow setting worker concurrency from env 627dc2c
Merge pull request #421 from omegaml/fix-pandas-2.x-compat 5aa28dc
Merge pull request #420 from omegaml/ignore-local-mongo-init.js f83c747
ignore local mongoinit.js 42ee338
Merge pull request #419 from omegaml/add-loading-progress 9a6c440
add loading progress spinner 9826bcd
Merge pull request #418 from omegaml/disable-mongo-debugging a1c1c3c
disable monogdb logging on startup b3a0f96
Merge pull request #415 from omegaml/fix-runtime-env-values f91e8ad
AuthenticationEnv.prepare_env() sets None value as blank 530eb3b
Merge pull request #417 from omegaml/fix-runtime-routing 787697e
ensure runtime.require() updates routing options 1b17ba5
Merge pull request #413 from omegaml/enable-api-nullable-fields dc66fae
enable nullable schema fields 1cdab99
Merge pull request #407 from omegaml/fix-dependabot-alerts 00e52b8
dependency updates bb32e26
Merge pull request #399 from omegaml/add-r-setup-dockerfile bbc93be
add R installation to docker file 6dffcda
Merge pull request #398 from omegaml/enhance-input-validation 1449a2d
enhance input/output validation 0054554
Merge pull request #401 from omegaml/fix-400-datarevision-columns 6603822
Merge pull request #405 from omegaml/fix-pymongo-4.7-timeout 7544f43
Merge pull request #397 from omegaml/update-dependencies dd7922d
update dependencies 730bb77
Merge pull request #396 from omegaml/update-datapipeline 3868ff2
update datapipeline for parallel map-style processing 5fdd88c
Merge pull request #395 from omegaml/update-snyk-ignores 1ee0f38
update based on snyk report 8e192b4
Merge pull request #388 from omegaml/improve-streams-handling c325c5a
improve om.streams semantics 2fe5bfc
Merge pull request #391 from omegaml/update-pyver-releases 55e7049
update R installation 5f96069
Merge pull request #390 from omegaml/update-dependencies ad55440
update dependencies 0cc8b4d
Merge pull request #384 from omegaml/enable-batched-tracking-data 2e2a1ef
TrackingProvider now allows for batching of data retrieval 99a174d