Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Iterable kind and use it in BooleanFilter.booleans #13661

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

mattpap
Copy link
Contributor

@mattpap mattpap commented Jan 23, 2024

fixes #13660

@mattpap mattpap added this to the 3.4 milestone Jan 23, 2024
Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6e5faa8) 92.57% compared to head (50d94e5) 92.57%.
Report is 3 commits behind head on branch-3.4.

Additional details and impacted files
@@             Coverage Diff             @@
##           branch-3.4   #13661   +/-   ##
===========================================
  Coverage       92.57%   92.57%           
===========================================
  Files             323      323           
  Lines           20525    20525           
===========================================
  Hits            19002    19002           
  Misses           1523     1523           

@mattpap mattpap merged commit a8c3450 into branch-3.4 Jan 24, 2024
29 of 30 checks passed
@mattpap mattpap deleted the mattpap/13660_Iterable_kind branch January 24, 2024 06:01
@bryevdv bryevdv modified the milestones: 3.4, 3.3.4 Jan 24, 2024
@bryevdv bryevdv mentioned this pull request Jan 24, 2024
13 tasks
bryevdv added a commit that referenced this pull request Jan 25, 2024
* Log figure render count and start/end (#13503)

* Log PlotView render count

* Include model id in render console messages

* remove new code annotations

* test logger trace

* implement log level trace handling

* remove extra semicolons

apply suggested message

* apply suggested message

---------

Co-authored-by: Ian Thomas <ianthomas23@gmail.com>

* Update CoC to use reporting form (#13647)

* Let client ping failure clean up session (#13655)

* Let client ping failure clean up session

* Fix typo

* Add test

* Fix codestyle issues

* Ignore pandas' deprecation warning regarding pyarrow (#13657)

* Ignore pandas' deprecation warning regarding pyarrow

* Fix other deprecation warnings

* Support pandas 1.x and 2.x/3.x simultaneously

* Fix missing User Guide sidebars (#13659)

* Update environment-release-build.yml

* Use pip syntax

* Force import line wrap by count and line length (#13626)

* Make line_length cutoff consistent at 88

* Update the codebase

* Use relative imports to shorten line lengths

* add rst-files for glyphes (#13597)

* Update app.rst (#13588)

* Add Metadata for airports_graph.py and geojson_source.py (#13568)

* Added metadata to airports_graph.py

* Added metadata to geojson_source.py

* Remove trailing whitespaces

* Fix formating of metadata, remove some apis from airports_graph.py

* Add space between tripple qoute and first letter

* remove trailing white space

* Add Iterable kind and use it in BooleanFilter.booleans (#13661)

* update switcher.json and release notes

* baseline test manual fixup

---------

Co-authored-by: Demetris Roumis <roumis.d@gmail.com>
Co-authored-by: Ian Thomas <ianthomas23@gmail.com>
Co-authored-by: Pavithra Eswaramoorthy <pavithraes@outlook.com>
Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
Co-authored-by: Mateusz Paprocki <mattpap@gmail.com>
Co-authored-by: Moritz Schreiber <68053396+mosc9575@users.noreply.github.com>
Co-authored-by: Icoti <94801369+Icoti@users.noreply.github.com>
Co-authored-by: dasha-moskv <81783162+dasha-moskv@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] BooleanFilter doesn't work with np.array
2 participants