Skip to content

Releases: eto-ai/rikai

v0.1.15 Support Apache Spark 3.3.1

08 Dec 04:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.14...v0.1.15

v0.1.14 Update Spark version and relax antlr python dependency

03 Nov 17:05
Compare
Choose a tag to compare

special thanks to @dnnspark

What's Changed

Full Changelog: v0.1.13...v0.1.14

v0.1.13 scaling images

09 Jul 03:47
Compare
Choose a tag to compare

scale an image to 3 times the width and height with just img * 3

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12 serde bug fixes

23 Jun 00:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11 Extracting embeddings

11 Jun 00:12
Compare
Choose a tag to compare

Add a pytorch ModelType to extract embeddings

What's Changed

  • Remove support in python3.7 by @eddyxu in #670
  • A Pytorch ModelType for feature extraction and embeddings by @eddyxu in #671
  • Make FeatureExtractor compatible to TorchScript by @eddyxu in #675
  • Fix bug converting array type by @changhiskhan in #674
  • Revert ""Bump version for python package: 0.1.11.dev0 -> 0.1.11"" by @eddyxu in #678
  • bump github action to use python 3.8 by @eddyxu in #677

Full Changelog: v0.1.10...v0.1.11

v0.1.10 Write Rikai without live Spark session

03 Jun 20:20
Compare
Choose a tag to compare

Plus:

  • Scala UDF to contruct Image
  • Better ergonomics drawing labels

What's Changed

  • Add the ability to write a pandas dataframe to disk in Rikai format without needing a live spark session by @changhiskhan in #653
  • [no ci] Disable tests tagged with Network by @da-tubi in #656
  • Release assembly jar by @da-tubi in #625
  • [no ci] Separate RegistryTest out by @da-tubi in #658
  • scala UDF image to construct a Image UDF from a URI by @da-tubi in #648
  • Box2d label with Draw by @Renkai in #650
  • Change the return value of mask type to string by @eddyxu in #661
  • Support loading sklearn models using fs registry by @eddyxu in #665
  • Serialize width/height with polygon by @eddyxu in #667
  • Fix FileRegistry missing base_dir, if the model URI is local path by @eddyxu in #668
  • bump python version for release job by @changhiskhan in #669

Full Changelog: v0.1.9...v0.1.10

v0.1.9 easier model inference and dataset improvements

04 May 06:00
Compare
Choose a tag to compare

Model registry can load models directly using a weights file now.
Fixed bug in handling Parquet conversions in nested array of structs.
Add method to retrieve number of rows in a rikai dataset

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

20 Apr 07:52
Compare
Choose a tag to compare

What's Changed

  • Implement model types for official pytorch models by @eddyxu in #606
  • Handle empty inputs in Box2d.ious by @eddyxu in #614
  • Assembly dependencies cleaning by @da-tubi in #594
  • [no ci] Minor fix for error message by @da-tubi in #618
  • Model types for Sklearn by @eddyxu in #619
  • Delete deprecated model attributes: preprocessor, postprocessor by @eddyxu in #609
  • CI: cache official pretrained Torch models by @da-tubi in #623
  • Make label / candidates list to be one metadata of model type by @changhiskhan in #617
  • Change height and width order in parameters by @eddyxu in #628
  • Do not throw ValueError when drawing image without annotations by @eddyxu in #631
  • Support partitionBy with Rikai dataframe writer in Spark by @eddyxu in #635

Full Changelog: v0.1.7...v0.1.8

v0.1.7 Minor improvements and Spark version update

06 Apr 03:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6 user experience improvements

26 Mar 02:07
Compare
Choose a tag to compare

Minor improvements across the stack to make the user experience better with Rikai

What's Changed

  • Use model name to be the default column name for ML_PREDICT by @eddyxu in #576
  • Tensor dataset support2 by @Renkai in #574
  • Support offset in Rikai parquet dataset by @eddyxu in #581
  • Model Type with Pretrained Mixin by @da-tubi in #579

Full Changelog: v0.1.5...v0.1.6